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 baseComponent="com.nokia.sdt.series60.MenuPane"
|
|
13 |
friendlyName="%friendlyName"
|
|
14 |
qualifiedName="com.nokia.sdt.series60.SystemMenuPane"
|
|
15 |
category="Menu"
|
|
16 |
instanceNameRoot="menuPane"
|
|
17 |
version="1.0">
|
|
18 |
|
|
19 |
<documentation>
|
|
20 |
<information>%information</information>
|
|
21 |
</documentation>
|
|
22 |
|
|
23 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0"
|
|
24 |
className="CEikMenuPane" classHelpTopic=""
|
|
25 |
resourceType="MENU_PANE" resourceHelpTopic="" />
|
|
26 |
|
|
27 |
<designerImages smallIconFile="SystemMenuPane_sm.png"
|
|
28 |
largeIconFile="SystemMenuPane.png"/>
|
|
29 |
|
|
30 |
<properties>
|
|
31 |
<!-- a system menu pane uses a predefined system menu -->
|
|
32 |
<property name="systemResourceName" type="string"
|
|
33 |
category="Data" descriptionKey="systemResourceNameDescription" />
|
|
34 |
</properties>
|
|
35 |
|
|
36 |
<implementations>
|
|
37 |
<implementation>
|
|
38 |
<interface id="com.nokia.sdt.datamodel.adapter.IQueryContainment" />
|
|
39 |
<script file="SystemMenuPane.js" prototype="SystemMenuPane" />
|
|
40 |
</implementation>
|
|
41 |
<implementation>
|
|
42 |
<!-- this adds a dummy menu item -->
|
|
43 |
<interface id="com.nokia.sdt.datamodel.adapter.IInitializer" />
|
|
44 |
<code class="com.nokia.sdt.series60.component.SystemMenuPaneInitializerFactory"/>
|
|
45 |
</implementation>
|
|
46 |
<implementation>
|
|
47 |
<interface id="com.nokia.sdt.datamodel.adapter.IComponentValidator" />
|
|
48 |
<script file="SystemMenuPane.js" prototype="SystemMenuPane" />
|
|
49 |
</implementation>
|
|
50 |
</implementations>
|
|
51 |
|
|
52 |
<sourceMapping>
|
|
53 |
<!-- none: the parent MenuItem should handle this -->
|
|
54 |
</sourceMapping>
|
|
55 |
|
|
56 |
</component>
|
|
57 |
|
|
58 |
</componentDefinition>
|