uidesigner/com.nokia.sdt.series60.componentlibrary/components/app/CAknViewAppUi_3.0.component
author Steve Sobek <steve.sobek@nokia.com>
Tue, 14 Apr 2009 18:40:50 -0500
changeset 96 dc3dca9ced31
parent 2 d760517a8095
permissions -rw-r--r--
Fix TOC XML in hopes that 2.1 will build & carefully formatted lots of lines for readability.
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 "CAknViewAppUi_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
	<component baseComponent="com.nokia.sdt.series60.CAknAppUi" 
cawthron
parents:
diff changeset
    15
			friendlyName="Avkon View Application UI" 
cawthron
parents:
diff changeset
    16
			qualifiedName="com.nokia.sdt.series60.CAknViewAppUi" 
cawthron
parents:
diff changeset
    17
			instanceNameRoot="appUi"
cawthron
parents:
diff changeset
    18
			version="1.0">
cawthron
parents:
diff changeset
    19
		<documentation>
cawthron
parents:
diff changeset
    20
			<information>The Series 60 top-level Avkon view application UI class.  
cawthron
parents:
diff changeset
    21
			This is a non-visual class which holds a reference to
cawthron
parents:
diff changeset
    22
			a visual component (such as CAknDialog or CCoeControl).</information>
cawthron
parents:
diff changeset
    23
		</documentation>
cawthron
parents:
diff changeset
    24
		<attributes>
cawthron
parents:
diff changeset
    25
			<attribute key="base-appui-class">CAknViewAppUi</attribute>
cawthron
parents:
diff changeset
    26
		</attributes>
cawthron
parents:
diff changeset
    27
		<symbian sdkName="com.nokia.series60" 
cawthron
parents:
diff changeset
    28
			minSDKVersion="3.0" 
cawthron
parents:
diff changeset
    29
			className="CAknViewAppUi" />
cawthron
parents:
diff changeset
    30
		<designerImages smallIconFile="CAknViewAppUi_sm.png" 
cawthron
parents:
diff changeset
    31
			largeIconFile="CAknViewAppUi.png"/>
cawthron
parents:
diff changeset
    32
		<sourceGen>
cawthron
parents:
diff changeset
    33
			&common_srcgen;		
cawthron
parents:
diff changeset
    34
		</sourceGen>
cawthron
parents:
diff changeset
    35
	</component>
cawthron
parents:
diff changeset
    36
</componentDefinition>