uidesigner/com.nokia.sdt.component.symbian.test/data/srcgen/srcgen5.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 friendlyName="SourceGen Test" 
       
    14 	qualifiedName="com.nokia.examples.srcgen5" 
       
    15 	category="Testing" version="1.0">
       
    16 		<sourceGen>
       
    17 			<defineMacro id="Test">
       
    18 				<inline>
       
    19 a="1\n";
       
    20 b="\"2\"\n";
       
    21 				</inline>
       
    22 			</defineMacro>
       
    23 			<inline>
       
    24 a="1\n";
       
    25 b="\"2\"\n";
       
    26 			</inline>
       
    27 			<inline id="1">
       
    28 a="1\n";
       
    29 b="\"2\"\n";
       
    30 			</inline>
       
    31 			<expandMacro name="Test" />
       
    32 			
       
    33 			<templateGroup id="A" forms="One Two">
       
    34 			   <inline>
       
    35 a="1\n";
       
    36 b="\"2\"\n";
       
    37 			   </inline>
       
    38 			   <inline id="1">
       
    39 a="1\n";
       
    40 b="\"2\"\n";
       
    41 			   </inline>
       
    42 				<expandMacro name="Test" />
       
    43 	
       
    44 			</templateGroup>
       
    45 		</sourceGen>
       
    46 	</component>
       
    47 </componentDefinition>