|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
3 > |
|
4 <!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). --> |
|
5 <!-- All rights reserved. --> |
|
6 <!-- This component and the accompanying materials are made available --> |
|
7 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
8 <!-- which accompanies this distribution, and is available --> |
|
9 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
10 |
|
11 <!-- note: we have internal dependencies on the name of this property |
|
12 and of its fields --> |
|
13 <compoundPropertyDeclaration |
|
14 qualifiedName="com.nokia.sdt.symbian.imageProperty" |
|
15 converterClass="com.nokia.sdt.symbian.images.SymbianImageValueConverter"> |
|
16 <property name="bmpfile" displayName="multi-image file" type="string"/> |
|
17 <property name="bmpid" displayName="image id" type="string"/> |
|
18 <property name="bmpmask" displayName="image mask id" type="string"/> |
|
19 </compoundPropertyDeclaration> |
|
20 |
|
21 <component |
|
22 friendlyName="Source Mapping Test" |
|
23 qualifiedName="com.nokia.examples.srcmapImage" |
|
24 category="Testing" version="1.0"> |
|
25 <sourceMapping> |
|
26 <mapResource struct="IMAGE" headers="images.rh"> |
|
27 <mapSimpleMember property="image.bmpfile" member="bmpfile" /> |
|
28 <mapIdentifierMember property="image.bmpid" member="bmpid" /> |
|
29 <mapIdentifierMember property="image.bmpmask" member="bmpmask" /> |
|
30 </mapResource> |
|
31 </sourceMapping> |
|
32 |
|
33 <properties> |
|
34 <property name="name" type="uniqueName"/> |
|
35 <compoundProperty name="image" |
|
36 type="com.nokia.sdt.symbian.imageProperty" |
|
37 editorClass="com.nokia.sdt.symbian.ui.editors.ImageEditorFactory" /> |
|
38 </properties> |
|
39 </component> |
|
40 </componentDefinition> |