2
|
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 baseComponent="com.mycompany.components.myveryfirst"
|
|
11 |
friendlyName="mysecond"
|
|
12 |
qualifiedName="com.mycompany.components.mysecond" version="1.0">
|
|
13 |
<component:documentation>
|
|
14 |
<component:information>Non-layout component information</component:information>
|
|
15 |
<component:helpTopic>Non-layout component help topic</component:helpTopic>
|
|
16 |
</component:documentation>
|
|
17 |
<component:symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"
|
|
18 |
className="CNonLayoutObject" classHelpTopic="org.eclipse.ui.property_sheet_page_help_context" />
|
|
19 |
<component:attributes>
|
|
20 |
<component:attribute key="is-non-layout-object">true</component:attribute>
|
|
21 |
<component:attribute key="is-layout-object">false</component:attribute>
|
|
22 |
</component:attributes>
|
|
23 |
<component:properties>
|
|
24 |
<component:property displayName="a-string" name="a-string" type="string"/>
|
|
25 |
<component:property displayName="a-boolean" name="a-boolean" type="boolean"/>
|
|
26 |
<component:property displayName="an-integer" name="an-integer" type="integer"/>
|
|
27 |
</component:properties>
|
|
28 |
</component:component>
|
|
29 |
</component:componentDefinition>
|