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