uidesigner/com.nokia.sdt.component.symbian.test/data/srcgen/srcgen0.component
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
permissions -rw-r--r--
new
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
<!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -->
cawthron
parents:
diff changeset
     3
<!-- All rights reserved.                                              -->
cawthron
parents:
diff changeset
     4
<!-- This component and the accompanying materials are made available  -->
cawthron
parents:
diff changeset
     5
<!-- under the terms of the License "Eclipse Public License v1.0"      -->
cawthron
parents:
diff changeset
     6
<!-- which accompanies this distribution, and is available             -->
cawthron
parents:
diff changeset
     7
<!-- at the URL "http://www.eclipse.org/legal/epl-v10.html".           -->
cawthron
parents:
diff changeset
     8
<componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" 
cawthron
parents:
diff changeset
     9
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" 
cawthron
parents:
diff changeset
    10
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
cawthron
parents:
diff changeset
    11
xsi:schemaLocation="http://www.nokia.com/sdt/emf/component
cawthron
parents:
diff changeset
    12
C:\Users\NOKIAI~1\RADPLA~1\design\component.xsd">
cawthron
parents:
diff changeset
    13
	<component baseComponent="com.nokia.examples.baseComponent"
cawthron
parents:
diff changeset
    14
	friendlyName="SourceGen Test" 
cawthron
parents:
diff changeset
    15
	qualifiedName="com.nokia.examples.srcgen0" 
cawthron
parents:
diff changeset
    16
	category="Testing" version="1.0">
cawthron
parents:
diff changeset
    17
		<events>
cawthron
parents:
diff changeset
    18
			<event name="eventChanged" 
cawthron
parents:
diff changeset
    19
		    displayName="stuff changed" category="Data" 
cawthron
parents:
diff changeset
    20
		    handlerNameTemplate="{title(name)}Changed"
cawthron
parents:
diff changeset
    21
			/>
cawthron
parents:
diff changeset
    22
		</events>
cawthron
parents:
diff changeset
    23
	
cawthron
parents:
diff changeset
    24
		<sourceGen>
cawthron
parents:
diff changeset
    25
		   <template phase="initcomponents" id="foo" location="mylocation" 
cawthron
parents:
diff changeset
    26
		   		 mode="modal">
cawthron
parents:
diff changeset
    27
template stuff
cawthron
parents:
diff changeset
    28
		   </template>
cawthron
parents:
diff changeset
    29
		   <template phase="initcomponents" id="rap" location="mylocation" 
cawthron
parents:
diff changeset
    30
		   		ifEvents="eventChanged"
cawthron
parents:
diff changeset
    31
		   		 mode="modal">
cawthron
parents:
diff changeset
    32
template stuff #2
cawthron
parents:
diff changeset
    33
		   </template>
cawthron
parents:
diff changeset
    34
		   <template phase="initcomponents" location="mylocation" 
cawthron
parents:
diff changeset
    35
cawthron
parents:
diff changeset
    36
		   		 mode="modal">
cawthron
parents:
diff changeset
    37
another stuff
cawthron
parents:
diff changeset
    38
		   </template>
cawthron
parents:
diff changeset
    39
		</sourceGen>
cawthron
parents:
diff changeset
    40
	</component>
cawthron
parents:
diff changeset
    41
</componentDefinition>