uidesigner/com.nokia.sdt.test.componentlibrary/components/testing/renderer.component
author timkelly
Tue, 04 May 2010 09:39:10 -0500
branchRCL_2_4
changeset 1325 98aebbb322f3
parent 0 fb279309251b
permissions -rw-r--r--
Fix bug 11210. NPEs when editing SBSv2 config tab data on old SBSv2 build configs. Now allows saving SBSv2 variant data for old SBSv2 configs (i.e. before we display the build alias in the config name)

<?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>