uidesigner/com.nokia.sdt.test.componentlibrary/components/refPromotionTestMain.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 qualifiedName="com.nokia.test.rptMainComponent.refCompound">
       
    11 		<componentReferenceProperty scope="model" name="reference"
       
    12 			promoteReferenceProperties="true" />
       
    13 	</compoundPropertyDeclaration>
       
    14 
       
    15 	<component friendlyName="ComponentReferenceTest" 
       
    16 		qualifiedName="com.nokia.test.rptMainComponent" 
       
    17 		category="Testing" version="1.0">
       
    18 		<symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"/>
       
    19 		<attributes>
       
    20 			<attribute key="not-in-toolbox">true</attribute>
       
    21 		</attributes>
       
    22 		<properties>
       
    23 			<property name="name" type="uniqueName"/>
       
    24 			<componentReferenceProperty scope="model" name="reference" promoteReferenceProperties="true" />
       
    25 			<componentReferenceProperty scope="model" name="reference2" promoteReferenceProperties="true" />
       
    26 			<componentReferenceProperty scope="model" name="plainReference"/>
       
    27 			<compoundProperty name="refCompound" type="com.nokia.test.rptMainComponent.refCompound"/>
       
    28 			<property name="another" type="string"/>
       
    29 		</properties>
       
    30 	</component>
       
    31 </componentDefinition>