|
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" minSDKVersion="3.0" |
|
22 className="" classHelpTopic="" |
|
23 resourceType="" resourceHelpTopic="" |
|
24 /> |
|
25 <attributes> |
|
26 <attribute key="model-type-disposition">root</attribute> |
|
27 <attribute key="is-not-user-removable">false</attribute> |
|
28 </attributes> |
|
29 <designerImages smallIconFile="StatusPaneContext_sm.png" |
|
30 largeIconFile="StatusPaneContext.png"/> |
|
31 <properties> |
|
32 <compoundProperty category="Appearance" name="image" |
|
33 type="com.nokia.sdt.symbian.imageProperty" |
|
34 editorClass="com.nokia.sdt.symbian.ui.editors.ImageEditorFactory" |
|
35 descriptionKey="imageDescription" /> |
|
36 </properties> |
|
37 <implementations> |
|
38 <implementation> |
|
39 <interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/> |
|
40 <interface id="com.nokia.sdt.datamodel.adapter.IDirectImageEdit"/> |
|
41 <interface id="com.nokia.sdt.datamodel.adapter.IImagePropertyRenderingInfo"/> |
|
42 <script file="StatusPaneContext_visual.js" prototype="StatusPaneContextVisual"/> |
|
43 </implementation> |
|
44 <implementation> |
|
45 <interface id="com.nokia.sdt.datamodel.adapter.IComponentValidator"/> |
|
46 <script file="StatusPaneContextAppIcon_3.0.js" prototype="StatusPaneContextAppIcon"/> |
|
47 </implementation> |
|
48 </implementations> |
|
49 <sourceMapping> |
|
50 <!-- none: this is mapped from the CAknAppUi --> |
|
51 </sourceMapping> |
|
52 <sourceGen> |
|
53 </sourceGen> |
|
54 </component> |
|
55 </componentDefinition> |