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 baseComponent="com.nokia.examples.baseComponent"
|
|
12 |
friendlyName="Rendering Test" qualifiedName="com.nokia.examples.renderTest"
|
|
13 |
category="Testing" version="1.0">
|
|
14 |
<documentation>
|
|
15 |
<information>
|
|
16 |
Rendering test component
|
|
17 |
</information>
|
|
18 |
</documentation>
|
|
19 |
<designerImages smallIconFile="test-image.bmp" largeIconFile="test-image.bmp" layoutImageFile="test-image.bmp"/>
|
|
20 |
<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"
|
|
21 |
classHelpTopic="org.eclipse.ui.property_sheet_page_help_context"
|
|
22 |
/>
|
|
23 |
<attributes>
|
|
24 |
<attribute key="is-layout-object">true</attribute>
|
|
25 |
</attributes>
|
|
26 |
<properties>
|
|
27 |
<property category="Rendering" displayName="Appearance" name="appearance" type="integer"/>
|
|
28 |
<property category="Rendering" displayName="Rendering value" name="value" type="integer"/>
|
|
29 |
<!-- later this should be an enum -->
|
|
30 |
</properties>
|
|
31 |
<implementations>
|
|
32 |
<implementation>
|
|
33 |
<interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/>
|
|
34 |
<script file="render_visual.js"
|
|
35 |
prototype="Visual"/>
|
|
36 |
</implementation>
|
|
37 |
</implementations>
|
|
38 |
</component>
|
|
39 |
</componentDefinition>
|