2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!DOCTYPE componentDefinition [
|
|
3 |
<!ENTITY common_srcgen SYSTEM "CAknViewAppUi_common.inc">
|
|
4 |
]>
|
|
5 |
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
6 |
<!-- All rights reserved. -->
|
|
7 |
<!-- This component and the accompanying materials are made available -->
|
|
8 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
9 |
<!-- which accompanies this distribution, and is available -->
|
|
10 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
11 |
|
|
12 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
13 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
14 |
<component baseComponent="com.nokia.sdt.series60.CAknAppUi"
|
|
15 |
friendlyName="Avkon View Application UI"
|
|
16 |
qualifiedName="com.nokia.sdt.series60.CAknViewAppUi"
|
|
17 |
instanceNameRoot="appUi"
|
|
18 |
version="1.0">
|
|
19 |
<documentation>
|
|
20 |
<information>The Series 60 top-level Avkon view application UI class.
|
|
21 |
This is a non-visual class which holds a reference to
|
|
22 |
a visual component (such as CAknDialog or CCoeControl).</information>
|
|
23 |
</documentation>
|
|
24 |
<attributes>
|
|
25 |
<attribute key="base-appui-class">CAknViewAppUi</attribute>
|
|
26 |
</attributes>
|
|
27 |
<symbian sdkName="com.nokia.series60"
|
|
28 |
minSDKVersion="2.0" maxSDKVersion="2.7.9"
|
|
29 |
className="CAknViewAppUi" />
|
|
30 |
<designerImages smallIconFile="CAknViewAppUi_sm.png"
|
|
31 |
largeIconFile="CAknViewAppUi.png"/>
|
|
32 |
<sourceGen>
|
|
33 |
&common_srcgen;
|
|
34 |
</sourceGen>
|
|
35 |
</component>
|
|
36 |
</componentDefinition> |