uidesigner/com.nokia.sdt.series60.componentlibrary/components/app/CAknAppUi_2.x.component
author Frank Turovich <frank.turovich@nokia.com>
Thu, 02 Apr 2009 15:09:04 -0500
changeset 24 f2ad263823f3
parent 2 d760517a8095
permissions -rw-r--r--
added DS_Store to hgignore list
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.0" maxSDKVersion="2.7.9"
cawthron
parents:
diff changeset
    29
			className="CAknAppUi"/>
cawthron
parents:
diff changeset
    30
		
cawthron
parents:
diff changeset
    31
		<events>
cawthron
parents:
diff changeset
    32
			&common_events;
cawthron
parents:
diff changeset
    33
		</events>
cawthron
parents:
diff changeset
    34
		
cawthron
parents:
diff changeset
    35
		<designerImages smallIconFile="CAknAppUi_sm.png" 
cawthron
parents:
diff changeset
    36
			largeIconFile="CAknAppUi.png"/>
cawthron
parents:
diff changeset
    37
cawthron
parents:
diff changeset
    38
		<sourceMapping>
cawthron
parents:
diff changeset
    39
			&common_srcmapping;
cawthron
parents:
diff changeset
    40
		</sourceMapping>		
cawthron
parents:
diff changeset
    41
cawthron
parents:
diff changeset
    42
		<sourceGen>
cawthron
parents:
diff changeset
    43
			&common_srcgen;
cawthron
parents:
diff changeset
    44
		</sourceGen>		
cawthron
parents:
diff changeset
    45
	</component>
cawthron
parents:
diff changeset
    46
</componentDefinition>