|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- Copyright (c) 2009 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 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > |
|
10 <component |
|
11 qualifiedName="com.nokia.examples.indirectContainer" |
|
12 baseComponent="com.nokia.examples.baseComponent" |
|
13 friendlyName="Indirect Container" |
|
14 category="Testing" |
|
15 version="1.0"> |
|
16 <documentation> |
|
17 <information>Container information</information> |
|
18 <helpTopic>Container help topic</helpTopic> |
|
19 </documentation> |
|
20 <symbian sdkName="com.nokia.series60" minSDKVersion="2.0" |
|
21 className="CContainer" classHelpTopic="org.eclipse.ui.property_sheet_page_help_context" |
|
22 resourceType="CONTAINER" /> |
|
23 <designerImages smallIconFile="test-image.bmp" |
|
24 largeIconFile="test-image.bmp" layoutImageFile="test-image.bmp"/> |
|
25 <attributes> |
|
26 <attribute key="is-layout-container">true</attribute> |
|
27 <attribute key="layout-container-indirection-reference-property">siblingRef</attribute> |
|
28 <attribute key="display-model-class">com.nokia.sdt.component.symbian.displaymodel.DisplayModelS60</attribute> |
|
29 </attributes> |
|
30 <implementations> |
|
31 <implementation> |
|
32 <interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/> |
|
33 <script file="container_visual.js" prototype="Visual"/> |
|
34 </implementation> |
|
35 </implementations> |
|
36 </component> |
|
37 </componentDefinition> |