uidesigner/com.nokia.sdt.series60.componentlibrary/components/app/CAknAppUi_2.8.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 "CAknAppUi_common.inc">
cawthron
parents:
diff changeset
     4
<!ENTITY common_srcmapping SYSTEM "CAknAppUi_common_srcmapping.inc">
cawthron
parents:
diff changeset
     5
<!ENTITY common_events SYSTEM "CAknAppUi_events.inc">
cawthron
parents:
diff changeset
     6
]>
cawthron
parents:
diff changeset
     7
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     8
<!-- All rights reserved. -->
cawthron
parents:
diff changeset
     9
<!-- This component and the accompanying materials are made available -->
cawthron
parents:
diff changeset
    10
<!-- under the terms of the License "Eclipse Public License v1.0" -->
cawthron
parents:
diff changeset
    11
<!-- which accompanies this distribution, and is available -->
cawthron
parents:
diff changeset
    12
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
cawthron
parents:
diff changeset
    13
cawthron
parents:
diff changeset
    14
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
cawthron
parents:
diff changeset
    15
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
cawthron
parents:
diff changeset
    16
cawthron
parents:
diff changeset
    17
	<component baseComponent="com.nokia.sdt.series60.CAknAppUiBase" 
cawthron
parents:
diff changeset
    18
			friendlyName="Avkon Application UI" 
cawthron
parents:
diff changeset
    19
			qualifiedName="com.nokia.sdt.series60.CAknAppUi" 
cawthron
parents:
diff changeset
    20
			instanceNameRoot="appUi"
cawthron
parents:
diff changeset
    21
			version="1.0">
cawthron
parents:
diff changeset
    22
		<documentation>
cawthron
parents:
diff changeset
    23
			<information>The Series 60 top-level Avkon view application UI class.  
cawthron
parents:
diff changeset
    24
			This is a non-visual class which holds a reference to
cawthron
parents:
diff changeset
    25
			a visual component (such as CAknDialog or CCoeControl).</information>
cawthron
parents:
diff changeset
    26
		</documentation>
cawthron
parents:
diff changeset
    27
		<symbian sdkName="com.nokia.series60" 
cawthron
parents:
diff changeset
    28
				minSDKVersion="2.8" maxSDKVersion="2.9.9"
cawthron
parents:
diff changeset
    29
			className="CAknAppUi"/>
cawthron
parents:
diff changeset
    30
		<attributes>
cawthron
parents:
diff changeset
    31
			<attribute key="non-layout-aware-layout">classic_portrait_2_x</attribute>
cawthron
parents:
diff changeset
    32
		</attributes>
cawthron
parents:
diff changeset
    33
		<properties>
cawthron
parents:
diff changeset
    34
			<enumProperty category="Appearance" name="orientation" 
cawthron
parents:
diff changeset
    35
				type="com.nokia.sdt.series60.CAknAppUi.Orientation"
cawthron
parents:
diff changeset
    36
				descriptionKey="orientationDescription" />	
cawthron
parents:
diff changeset
    37
			<!-- this differentiates 2.8 from 2.x and 3.0, since there is a choice -->
cawthron
parents:
diff changeset
    38
			<property category="Application" name="layoutAware" 
cawthron
parents:
diff changeset
    39
				descriptionKey="layoutAwareDescription"
cawthron
parents:
diff changeset
    40
				type="boolean" default="false" />
cawthron
parents:
diff changeset
    41
		</properties>
cawthron
parents:
diff changeset
    42
		<events>
cawthron
parents:
diff changeset
    43
			&common_events;
cawthron
parents:
diff changeset
    44
		</events>
cawthron
parents:
diff changeset
    45
		<designerImages smallIconFile="CAknAppUi_sm.png" 
cawthron
parents:
diff changeset
    46
			largeIconFile="CAknAppUi.png"/>
cawthron
parents:
diff changeset
    47
cawthron
parents:
diff changeset
    48
		<sourceMapping>
cawthron
parents:
diff changeset
    49
			&common_srcmapping;
cawthron
parents:
diff changeset
    50
		</sourceMapping>
cawthron
parents:
diff changeset
    51
		
cawthron
parents:
diff changeset
    52
		<sourceGen>
cawthron
parents:
diff changeset
    53
			&common_srcgen;
cawthron
parents:
diff changeset
    54
		</sourceGen>		
cawthron
parents:
diff changeset
    55
	</component>
cawthron
parents:
diff changeset
    56
</componentDefinition>