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.nokia.examples.baseComponent" friendlyName="example2"
|
|
11 |
qualifiedName="com.nokia.examples.example2" version="1.0">
|
|
12 |
<component:properties>
|
|
13 |
<component:property displayName="string2" name="string2" type="string"/>
|
|
14 |
</component:properties>
|
|
15 |
<component:symbian sdkName="com.nokia.test" minSDKVersion="2.0" maxSDKVersion="3.0" />
|
|
16 |
</component:component>
|
|
17 |
</component:componentDefinition>
|