equal
deleted
inserted
replaced
|
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.componentReferenceTest.refCompound"> |
|
11 <componentReferenceProperty scope="model" name="f1-unconstrained"/> |
|
12 <componentReferenceProperty scope="model" name="f2-constrained" constraint="com.nokia.examples.renderTest"/> |
|
13 </compoundPropertyDeclaration> |
|
14 |
|
15 <component friendlyName="ComponentReferenceTest" |
|
16 qualifiedName="com.nokia.test.componentReferenceTest" |
|
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="unconstrained-reference"/> |
|
25 <componentReferenceProperty scope="model" name="constrained-reference" constraint="com.nokia.examples.renderTest"/> |
|
26 <compoundProperty name="refCompound" type="com.nokia.test.componentReferenceTest.refCompound"/> |
|
27 </properties> |
|
28 </component> |
|
29 </componentDefinition> |