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