uidesigner/com.nokia.sdt.symbian.tests/data/images/components/srcmapImage.component
author timkelly
Tue, 21 Apr 2009 14:51:39 -0500
branchRCL_2_0
changeset 109 2a4136280275
parent 2 d760517a8095
permissions -rw-r--r--
Fix again for bug 8902. Give direct access to BuildArgumentsInfo class and deprecate IBuildArgumentsInfo.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
cawthron
parents:
diff changeset
     3
>
cawthron
parents:
diff changeset
     4
<!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     5
<!-- All rights reserved. -->
cawthron
parents:
diff changeset
     6
<!-- This component and the accompanying materials are made available -->
cawthron
parents:
diff changeset
     7
<!-- under the terms of the License "Eclipse Public License v1.0" -->
cawthron
parents:
diff changeset
     8
<!-- which accompanies this distribution, and is available -->
cawthron
parents:
diff changeset
     9
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
cawthron
parents:
diff changeset
    10
cawthron
parents:
diff changeset
    11
<!-- note: we have internal dependencies on the name of this property
cawthron
parents:
diff changeset
    12
	and of its fields -->
cawthron
parents:
diff changeset
    13
<compoundPropertyDeclaration 
cawthron
parents:
diff changeset
    14
	qualifiedName="com.nokia.sdt.symbian.imageProperty"
cawthron
parents:
diff changeset
    15
	converterClass="com.nokia.sdt.symbian.images.SymbianImageValueConverter">
cawthron
parents:
diff changeset
    16
	<property name="bmpfile" displayName="multi-image file" type="string"/>
cawthron
parents:
diff changeset
    17
	<property name="bmpid" displayName="image id" type="string"/>
cawthron
parents:
diff changeset
    18
	<property name="bmpmask" displayName="image mask id" type="string"/>
cawthron
parents:
diff changeset
    19
	</compoundPropertyDeclaration>
cawthron
parents:
diff changeset
    20
	
cawthron
parents:
diff changeset
    21
	<component
cawthron
parents:
diff changeset
    22
	friendlyName="Source Mapping Test" 
cawthron
parents:
diff changeset
    23
	qualifiedName="com.nokia.examples.srcmapImage" 
cawthron
parents:
diff changeset
    24
	category="Testing" version="1.0">
cawthron
parents:
diff changeset
    25
		<sourceMapping>
cawthron
parents:
diff changeset
    26
			<mapResource struct="IMAGE" headers="images.rh">
cawthron
parents:
diff changeset
    27
				<mapSimpleMember property="image.bmpfile" member="bmpfile"	 />
cawthron
parents:
diff changeset
    28
				<mapIdentifierMember property="image.bmpid" member="bmpid"	 />
cawthron
parents:
diff changeset
    29
				<mapIdentifierMember property="image.bmpmask" member="bmpmask"	 />
cawthron
parents:
diff changeset
    30
			</mapResource>
cawthron
parents:
diff changeset
    31
		</sourceMapping>
cawthron
parents:
diff changeset
    32
		
cawthron
parents:
diff changeset
    33
		<properties>
cawthron
parents:
diff changeset
    34
			<property name="name" type="uniqueName"/>
cawthron
parents:
diff changeset
    35
			<compoundProperty name="image"  
cawthron
parents:
diff changeset
    36
				type="com.nokia.sdt.symbian.imageProperty"
cawthron
parents:
diff changeset
    37
				editorClass="com.nokia.sdt.symbian.ui.editors.ImageEditorFactory" />
cawthron
parents:
diff changeset
    38
		</properties>
cawthron
parents:
diff changeset
    39
	</component>
cawthron
parents:
diff changeset
    40
</componentDefinition>