|
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 <component:componentDefinition |
|
9 xmlns:component="http://www.nokia.com/sdt/emf/component"> |
|
10 <component:component |
|
11 baseComponent="com.nokia.examples.baseComponent" |
|
12 friendlyName="Non-layout Example" |
|
13 qualifiedName="com.nokia.examples.example1" |
|
14 category="Testing" |
|
15 version="1.0"> |
|
16 <component:documentation> |
|
17 <component:information>Non-layout component information</component:information> |
|
18 <component:helpTopic>Non-layout component help topic</component:helpTopic> |
|
19 </component:documentation> |
|
20 <component:symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0" |
|
21 className="CNonLayoutObject" classHelpTopic="org.eclipse.ui.property_sheet_page_help_context" /> |
|
22 <component:designerImages smallIconFile="test-image.bmp" |
|
23 largeIconFile="test-image.bmp" layoutImageFile="test-image.bmp"/> |
|
24 <component:attributes> |
|
25 <component:attribute key="is-non-layout-object">true</component:attribute> |
|
26 <component:attribute key="is-layout-object">false</component:attribute> |
|
27 </component:attributes> |
|
28 <component:properties> |
|
29 <component:property category="Category #1" displayName="a-string" name="a-string" type="string"/> |
|
30 <component:property category="Second Category" displayName="a-boolean" name="a-boolean" type="boolean"/> |
|
31 <component:property displayName="an-integer" name="an-integer" type="integer"/> |
|
32 </component:properties> |
|
33 </component:component> |
|
34 </component:componentDefinition> |