| author | stechong |
| Wed, 16 Jun 2010 22:48:39 -0500 | |
| branch | C3_BUILDER_WORK |
| changeset 1485 | f4f6bf3689dd |
| parent 0 | fb279309251b |
| permissions | -rw-r--r-- |
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). --> <!-- All rights reserved. --> <!-- This component and the accompanying materials are made available --> <!-- under the terms of the License "Eclipse Public License v1.0" --> <!-- which accompanies this distribution, and is available --> <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <component baseComponent="com.nokia.examples.baseComponent" friendlyName="Rendering Test" qualifiedName="com.nokia.examples.renderTest" category="Testing" version="1.0"> <documentation> <information> Rendering test component </information> </documentation> <designerImages smallIconFile="test-image.bmp" largeIconFile="test-image.bmp" layoutImageFile="test-image.bmp"/> <symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0" classHelpTopic="org.eclipse.ui.property_sheet_page_help_context" /> <attributes> <attribute key="is-layout-object">true</attribute> </attributes> <properties> <property category="Rendering" displayName="Appearance" name="appearance" type="integer"/> <property category="Rendering" displayName="Rendering value" name="value" type="integer"/> <!-- later this should be an enum --> </properties> <implementations> <implementation> <interface id="com.nokia.sdt.datamodel.adapter.IVisualAppearance"/> <script file="render_visual.js" prototype="Visual"/> </implementation> </implementations> </component> </componentDefinition>