2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). -->
|
|
3 |
<!-- All rights reserved. -->
|
|
4 |
<!-- This component and the accompanying materials are made available -->
|
|
5 |
<!-- under the terms of the License "Eclipse Public License v1.0" -->
|
|
6 |
<!-- which accompanies this distribution, and is available -->
|
|
7 |
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
|
|
8 |
|
|
9 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
10 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
11 |
|
|
12 |
<component friendlyName="%friendlyName"
|
|
13 |
qualifiedName="com.nokia.sdt.series60.StatusPaneContextAppIcon"
|
|
14 |
baseComponent="com.nokia.sdt.series60.StatusPaneContextBase"
|
|
15 |
category="System"
|
|
16 |
instanceNameRoot="appIcon"
|
|
17 |
version="1.0">
|
|
18 |
<documentation>
|
|
19 |
<information>%information</information>
|
|
20 |
</documentation>
|
|
21 |
<symbian sdkName="com.nokia.series60"
|
|
22 |
minSDKVersion="2.0" maxSDKVersion="2.9.9"
|
|
23 |
className="" classHelpTopic=""
|
|
24 |
resourceType="" resourceHelpTopic=""
|
|
25 |
/>
|
|
26 |
<attributes>
|
|
27 |
<attribute key="model-type-disposition">root</attribute>
|
|
28 |
<attribute key="is-not-user-removable">true</attribute>
|
|
29 |
</attributes>
|
|
30 |
<designerImages smallIconFile="StatusPaneContext_sm.png"
|
|
31 |
largeIconFile="StatusPaneContext.png"/>
|
|
32 |
<implementations>
|
|
33 |
<implementation>
|
|
34 |
<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
|
|
35 |
<script file="StatusPaneContextAppIcon_2.x.js" prototype="StatusPaneAppIcon"/>
|
|
36 |
</implementation>
|
|
37 |
</implementations>
|
|
38 |
<properties>
|
|
39 |
<!-- nothing settable -->
|
|
40 |
</properties>
|
|
41 |
<sourceMapping>
|
|
42 |
</sourceMapping>
|
|
43 |
<sourceGen>
|
|
44 |
</sourceGen>
|
|
45 |
</component>
|
|
46 |
</componentDefinition>
|