uidesigner/com.nokia.sdt.test.componentlibrary/components/testing/conditionalExtensions.component
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 xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" |
|
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > |
|
11 |
|
12 <component |
|
13 qualifiedName="com.nokia.examples.conditionalExtensions" |
|
14 category="Testing" |
|
15 version="1.0"> |
|
16 <symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0" /> |
|
17 <properties> |
|
18 <property name="name" type="uniqueName"/> |
|
19 </properties> |
|
20 <extensionProperties name="ifControl"> |
|
21 <property name="existsIfControlTrue" type="string" default="control is true"/> |
|
22 </extensionProperties> |
|
23 |
|
24 <implementations> |
|
25 <implementation> |
|
26 <interface id="com.nokia.sdt.datamodel.adapter.IPropertyExtenders"/> |
|
27 <script file="conditionalExtensions.js" prototype="ConditionalWithExtensionsPropertyExtender"/> |
|
28 </implementation> |
|
29 </implementations> |
|
30 |
|
31 </component> |
|
32 </componentDefinition> |