uidesigner/com.nokia.sdt.component.symbian.test/data/srcgen/srcgen4b.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     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="SourceGen Test" qualifiedName="com.nokia.examples.srcgen4b" 
       
    15 	category="Testing" version="1.0">
       
    16 		<properties>
       
    17 			<property category="Data" displayName="First" name="first" type="integer"/>
       
    18 			<property category="Data" displayName="Second" name="second" type="integer"/>
       
    19 		</properties>
       
    20 		<sourceGen>
       
    21 			<template phase="first">
       
    22 			first
       
    23 			</template>
       
    24 			<inline scope="prototype">
       
    25 			"inline text #1"
       
    26 			</inline>
       
    27 			<template phase="second">
       
    28 			second
       
    29 			</template>
       
    30 			<inline scope="prototype">
       
    31 			"inline text #2"
       
    32 			</inline>
       
    33 			<template phase="third">
       
    34 			third
       
    35 			</template>
       
    36 			<inline scope="prototype">
       
    37 			"inline text #3"
       
    38 			</inline>
       
    39 		</sourceGen>
       
    40 
       
    41 	</component>
       
    42 </componentDefinition>