uidesigner/com.nokia.sdt.test.componentlibrary/components/array.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 	<compoundPropertyDeclaration qualifiedName="com.nokia.test.array.foo">
       
    10 		<property name="f1" type="integer"/>
       
    11 		<property name="f2" type="boolean"/>
       
    12 	</compoundPropertyDeclaration>
       
    13 	<compoundPropertyDeclaration qualifiedName="com.nokia.test.compoundWithArray">
       
    14 		<arrayProperty name="a" type="localizedString"/>
       
    15 		<arrayProperty name="b" type="com.nokia.test.array.foo"/>
       
    16 	</compoundPropertyDeclaration>
       
    17 	
       
    18 	<component friendlyName="ArrayTest" 
       
    19 		qualifiedName="com.nokia.test.arrayTestComponent" 
       
    20 		category="Testing" version="1.0">
       
    21 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"/>
       
    22 		<attributes>
       
    23 			<attribute key="not-in-toolbox">true</attribute>
       
    24 		</attributes>
       
    25 		<properties>
       
    26 			<property name="name" type="uniqueName"/>
       
    27 			<arrayProperty name="int-array" type="integer"/>
       
    28 			<arrayProperty name="string-array" type="string"/>
       
    29 			<arrayProperty name="foo-array" type="com.nokia.test.array.foo"/>
       
    30 			<compoundProperty name="nested" type="com.nokia.test.compoundWithArray"/>
       
    31 			<arrayProperty name="ref-array" type="componentRef"/>
       
    32 			<arrayProperty name="loc-string-array" type="localizedString"/>
       
    33 		</properties>
       
    34 	</component>
       
    35 </componentDefinition>