|
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.examples.srcmapDialogSub" |
|
17 category="Testing" version="1.0"> |
|
18 <attributes> |
|
19 <attribute key="is-layout-object">true</attribute> |
|
20 <attribute key="is-layout-container">true</attribute> |
|
21 </attributes> |
|
22 <sourceMapping> |
|
23 <mapResource struct="DIALOG" headers="arraydialog.rh"> |
|
24 <mapSimpleMember property="flags" member="flags"/> |
|
25 <mapArrayMember property="." member="lines"> |
|
26 <mapResourceElement struct="DIALOG_LINE" headers="arraydialog.rh" |
|
27 instanceIdentifyingMember="id" |
|
28 > |
|
29 <mapEnumMember property="." member="id" |
|
30 uniqueValue="*" |
|
31 nameAlgorithm="com.nokia.sdt.component.symbian.NAME_ALG_DIALOG_LINE_ID" |
|
32 /> |
|
33 <mapEnumMember property="." member="type" headers="enumsheader.rh" |
|
34 nameAlgorithm="com.nokia.sdt.component.symbian.NAME_ALG_CONTROL_TYPE" |
|
35 /> |
|
36 <mapResourceMember property="." member="field"/> |
|
37 </mapResourceElement> |
|
38 </mapArrayMember> |
|
39 </mapResource> |
|
40 </sourceMapping> |
|
41 |
|
42 <properties> |
|
43 <property name="flags" type="integer" /> |
|
44 </properties> |
|
45 </component> |
|
46 </componentDefinition> |