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 |
|
|
12 |
<component
|
|
13 |
friendlyName="Child with extension properties"
|
|
14 |
qualifiedName="com.nokia.examples.extensionChildMultiple"
|
|
15 |
category="Testing"
|
|
16 |
version="1.0">
|
|
17 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0" />
|
|
18 |
<extensionProperties name="default">
|
|
19 |
<property category="Layout" name="childAdded" type="integer" default="99"/>
|
|
20 |
</extensionProperties>
|
|
21 |
<extensionProperties name="special">
|
|
22 |
<!-- note: duplicate property is added -->
|
|
23 |
<property category="Layout" name="childAdded" type="integer" default="99"/>
|
|
24 |
<property category="Layout" name="childAdded2" type="boolean" default="true"/>
|
|
25 |
</extensionProperties>
|
|
26 |
<implementations>
|
|
27 |
<implementation>
|
|
28 |
<interface id="com.nokia.sdt.datamodel.adapter.IPropertyExtenders"/>
|
|
29 |
<script file="childWithMultipleExtensions.js" prototype="ChildWithMultipleExtensionsPropertyExtender"/>
|
|
30 |
</implementation>
|
|
31 |
</implementations>
|
|
32 |
|
|
33 |
</component>
|
|
34 |
</componentDefinition>
|