|
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 <component baseComponent="com.nokia.examples.baseComponent" |
|
14 friendlyName="Source Mapping Test" |
|
15 qualifiedName="com.nokia.examples.srcmapStandaloneDialog" |
|
16 category="Testing" version="1.0"> |
|
17 <sourceMapping> |
|
18 <mapResource struct="DIALOG" headers="arraydialog.rh"> |
|
19 <mapArrayMember property="." member="lines"> |
|
20 <select property="flag"> |
|
21 <choice value="true"> |
|
22 <mapResourceElement struct="DIALOG_LINE" headers="arraydialog.rh"> |
|
23 <mapEnumMember property="." member="id" |
|
24 uniqueValue="*" |
|
25 nameAlgorithm="com.nokia.sdt.component.symbian.NAME_ALG_DIALOG_LINE_ID" |
|
26 /> |
|
27 <mapEnumMember property="." member="type" headers="enumsheader.rh" |
|
28 nameAlgorithm="com.nokia.sdt.component.symbian.NAME_ALG_CONTROL_TYPE" |
|
29 /> |
|
30 <mapResourceMember property="." member="field"/> |
|
31 </mapResourceElement> |
|
32 </choice> |
|
33 <choice /> |
|
34 </select> |
|
35 </mapArrayMember> |
|
36 </mapResource> |
|
37 </sourceMapping> |
|
38 |
|
39 <properties> |
|
40 </properties> |
|
41 </component> |
|
42 </componentDefinition> |