2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE componentDefinition [
|
|
3 |
<!ENTITY common_srcgen SYSTEM "CAknApplication_common.inc">
|
|
4 |
]>
|
|
5 |
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
6 |
<!-- All rights reserved. -->
|
|
7 |
<!-- This component and the accompanying materials are made available -->
|
|
8 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
9 |
<!-- which accompanies this distribution, and is available -->
|
|
10 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
11 |
|
|
12 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
13 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
14 |
|
|
15 |
<enumPropertyDeclaration qualifiedName="com.nokia.sdt.series60.CAknApplication.LocalizedFileFormat">
|
|
16 |
<enumElement value="loc"/>
|
|
17 |
<enumElement value="rls"/>
|
|
18 |
</enumPropertyDeclaration>
|
|
19 |
|
|
20 |
<component
|
|
21 |
friendlyName="Series 60 Application"
|
|
22 |
qualifiedName="com.nokia.sdt.series60.CAknApplication"
|
|
23 |
baseComponent="com.nokia.sdt.series60.NonLayoutBase"
|
|
24 |
instanceNameRoot="application"
|
|
25 |
version="1.1">
|
|
26 |
<symbian sdkName="com.nokia.series60"
|
|
27 |
minSDKVersion="2.0"
|
|
28 |
className="CAknApplication" />
|
|
29 |
<designerImages smallIconFile="" largeIconFile="" layoutImageFile=""/>
|
|
30 |
<attributes>
|
|
31 |
<attribute key="not-in-toolbox">true</attribute>
|
|
32 |
<attribute key="is-layout-object">false</attribute>
|
|
33 |
<attribute key="is-non-layout-object">false</attribute>
|
|
34 |
<attribute key="is-layout-container">false</attribute>
|
|
35 |
<attribute key="is-not-user-removable">true</attribute>
|
|
36 |
</attributes>
|
|
37 |
<properties>
|
|
38 |
<property category="Design" name="className" type="string" />
|
|
39 |
<property category="Application" name="uid" type="string" />
|
|
40 |
<property category="Application" name="documentBase" type="string" default="Application"/>
|
|
41 |
<!-- read from sourcegen -->
|
|
42 |
<property category="Application" name="nextViewUid" type="integer" default="1" />
|
|
43 |
</properties>
|
|
44 |
|
|
45 |
<sourceMapping>
|
|
46 |
<!-- note: we force avkon.rh, etc. to be included here
|
|
47 |
since *.rssi cannot repeat any of the includes.
|
|
48 |
|
|
49 |
Also: avkon.rsg must be before avkon.rh, or else very
|
|
50 |
mysterious errors show up in rcomp.
|
|
51 |
|
|
52 |
-->
|
|
53 |
<mapResource struct="RSS_SIGNATURE"
|
|
54 |
headers="avkon.rsg avkon.rh eikon.rh"
|
|
55 |
unnamed="true" id="app_signature"/>
|
|
56 |
|
|
57 |
<mapResource struct="TBUF" headers="eikon.rh" unnamed="true" id="app_tbuf">
|
|
58 |
<mapSimpleMember property="documentBase" member="buf"/>
|
|
59 |
</mapResource>
|
|
60 |
|
|
61 |
</sourceMapping>
|
|
62 |
|
|
63 |
<sourceGen>
|
|
64 |
|
|
65 |
&common_srcgen;
|
|
66 |
|
|
67 |
</sourceGen>
|
|
68 |
</component>
|
|
69 |
</componentDefinition>
|