|
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 xsi:schemaLocation="http://www.nokia.com/sdt/emf/component |
|
12 C:\Users\NOKIAI~1\RADPLA~1\design\component.xsd"> |
|
13 |
|
14 <component baseComponent="com.nokia.examples.baseComponent" |
|
15 friendlyName="Source Mapping Test" |
|
16 qualifiedName="com.nokia.test.srcmapBitmasks" |
|
17 category="Testing" version="1.0"> |
|
18 <sourceMapping> |
|
19 <mapResource struct="BITMASK" headers="bitmasks.rh"> |
|
20 <mapBitmaskMember property="numbers" member="numbers"> |
|
21 <mapBitmaskValue properties="oneBit twoBit" value="EAknThree"/> |
|
22 <mapBitmaskValue properties="oneBit" value="EAknOne"/> |
|
23 <mapBitmaskValue properties="twoBit" value="EAknTwo"/> |
|
24 </mapBitmaskMember> |
|
25 <mapBitmaskMember property="colors" member="colors"> |
|
26 <mapBitmaskValue properties="red green blue" value="EAknWhite"/> |
|
27 <mapBitmaskValue properties="green blue" value="EAknCyan"/> |
|
28 <mapBitmaskValue properties="red" value="EAknRed"/> |
|
29 <mapBitmaskValue properties="green" value="EAknGreen"/> |
|
30 <mapBitmaskValue properties="blue" value="EAknBlue"/> |
|
31 <mapBitmaskValue properties="" value="EAknBlack"/> |
|
32 </mapBitmaskMember> |
|
33 </mapResource> |
|
34 </sourceMapping> |
|
35 |
|
36 <properties> |
|
37 <compoundProperty name="numbers" type="com.nokia.test.bitmask.Numbers"/> |
|
38 <compoundProperty name="colors" type="com.nokia.test.bitmask.Colors"/> |
|
39 </properties> |
|
40 </component> |
|
41 </componentDefinition> |