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 |
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"
|
|
9 |
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
|
|
10 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
11 |
<component qualifiedName="com.nokia.examples.extContainer"
|
|
12 |
baseComponent="com.nokia.examples.container"
|
|
13 |
friendlyName="Container w/Extension Properties"
|
|
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" maxSDKVersion="3.0"
|
|
21 |
/>
|
|
22 |
<properties>
|
|
23 |
<property name="controlConditionalExtensions" type="boolean"/>
|
|
24 |
</properties>
|
|
25 |
<extensionProperties name="default">
|
|
26 |
<property name="containerAdded" type="localizedString" default="containerAddedValue"/>
|
|
27 |
</extensionProperties>
|
|
28 |
<extensionProperties name="extra">
|
|
29 |
<property name="containerAdded2" type="localizedString" default="containerAddedValue2"/>
|
|
30 |
</extensionProperties>
|
|
31 |
|
|
32 |
<implementations>
|
|
33 |
<implementation>
|
|
34 |
<interface id="com.nokia.sdt.datamodel.adapter.IPropertyExtenders"/>
|
|
35 |
<interface id="com.nokia.sdt.datamodel.adapter.IComponentInstancePropertyListener"/>
|
|
36 |
<script file="containerWithExtensions.js" prototype="ContainerExtPropertyExtender"/>
|
|
37 |
</implementation>
|
|
38 |
</implementations>
|
|
39 |
|
|
40 |
</component>
|
|
41 |
</componentDefinition>
|