|
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.srcmapTestUpdatingChangedResourcesBug1064" |
|
16 category="Testing" version="1.0"> |
|
17 <sourceMapping> |
|
18 <select property="use_defaults"> |
|
19 <choice value="false"> |
|
20 <mapResource struct="SIMPLE_TYPES" headers="basicheader.rh" |
|
21 id="0"> |
|
22 <mapSimpleMember property="byte" member="byte" /> |
|
23 <mapSimpleMember property="long" member="long" /> |
|
24 </mapResource> |
|
25 </choice> |
|
26 <choice value="true"> |
|
27 <mapResource struct="SIMPLE_TYPES_DEFAULTS" headers="basicheader.rh" |
|
28 id="0"> |
|
29 <mapSimpleMember property="byte" member="byte" /> |
|
30 <mapSimpleMember property="long" member="long" /> |
|
31 </mapResource> |
|
32 </choice> |
|
33 </select> |
|
34 </sourceMapping> |
|
35 |
|
36 <properties> |
|
37 <property name="use_defaults" type="boolean"/> |
|
38 <property name="byte" type="integer"/> |
|
39 <property name="long" type="integer"/> |
|
40 </properties> |
|
41 </component> |
|
42 </componentDefinition> |