uidesigner/com.nokia.sdt.test.componentlibrary/components/editfactory.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     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 	
       
    10 	<compoundPropertyDeclaration 
       
    11 		qualifiedName="com.nokia.test.editFactoryTest.square"
       
    12 		converterClass="com.nokia.sdt.test.componentLibrary.SquareValueConverter">
       
    13 		<property name="leftSide" type="integer"/>
       
    14 		<property name="topSide" type="integer"/>
       
    15 		<property name="rightSide" type="integer"/>
       
    16 		<property name="bottomSide" type="integer"/>
       
    17 	</compoundPropertyDeclaration>
       
    18 
       
    19 	<component friendlyName="EditFactoryTest" 
       
    20 		qualifiedName="com.nokia.test.editFactoryTest" 
       
    21 		category="Testing" version="1.0">
       
    22 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"/>
       
    23 		<attributes>
       
    24 			<attribute key="not-in-toolbox">true</attribute>
       
    25 		</attributes>
       
    26 		<properties>
       
    27 			<property name="name" type="uniqueName"/>
       
    28 			<compoundProperty name="square" type="com.nokia.test.editFactoryTest.square"/>
       
    29 		</properties>
       
    30 	</component>
       
    31 </componentDefinition>