uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/components/srcmapDialogWidget.component
equal
deleted
inserted
replaced
|
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.srcmapDialogWidget" |
|
17 category="Testing" version="1.0"> |
|
18 <sourceMapping> |
|
19 <mapResource struct="RECT" headers="basicheader.rh"> |
|
20 <mapSimpleMember property="x" member="x"/> |
|
21 <mapSimpleMember property="y" member="y"/> |
|
22 </mapResource> |
|
23 </sourceMapping> |
|
24 <attributes> |
|
25 <attribute key="rss-control-type-enum">EEikCtWidget</attribute> |
|
26 </attributes> |
|
27 |
|
28 <properties> |
|
29 <property name="name" type="uniqueName"/> |
|
30 <property name="x" type="integer"/> |
|
31 <property name="y" type="integer"/> |
|
32 </properties> |
|
33 </component> |
|
34 </componentDefinition> |