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 |
xsi:schemaLocation="http://www.nokia.com/sdt/emf/component
|
|
12 |
C:\Users\NOKIAI~1\RADPLA~1\design\component.xsd">
|
|
13 |
<component
|
|
14 |
friendlyName="ScriptComponent" qualifiedName="com.nokia.examples.scriptComp"
|
|
15 |
category="Basic" version="1.0">
|
|
16 |
<properties>
|
|
17 |
<property displayName="foo" name="foo" type="string"/>
|
|
18 |
<property displayName="bar" name="bar" type="string"/>
|
|
19 |
<property name="test" type="string" default="test"/>
|
|
20 |
</properties>
|
|
21 |
<implementations>
|
|
22 |
<implementation>
|
|
23 |
<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
|
|
24 |
<interface id="com.nokia.sdt.datamodel.adapter.IDirectLabelEdit"/>
|
|
25 |
<script file="script_visual.js"
|
|
26 |
prototype="Visual"/>
|
|
27 |
</implementation>
|
|
28 |
<implementation>
|
|
29 |
<interface id="com.nokia.sdt.component.symbian.test.IFoo"/>
|
|
30 |
<interface id="com.nokia.sdt.component.symbian.test.IBar"/>
|
|
31 |
<script file="script_foobar.js"
|
|
32 |
prototype="FooBar"/>
|
|
33 |
</implementation>
|
|
34 |
<implementation>
|
|
35 |
<interface id="com.nokia.sdt.datamodel.adapter.IComponentInstancePropertyListener"/>
|
|
36 |
<script file="script_foobar.js"
|
|
37 |
prototype="FooBar"/>
|
|
38 |
</implementation>
|
|
39 |
</implementations>
|
|
40 |
</component>
|
|
41 |
</componentDefinition>
|