sbsv2/raptor/lib/config/carbide.xml
changeset 0 044383f39525
child 3 e1eecf4d390d
child 590 360bd6b35136
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 <?xml version="1.0" encoding="ISO-8859-1"?>
       
     2 
       
     3 <build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build build/666.xsd">
       
     4 
       
     5 	<!-- This file is for Carbide to get a list of buildable configurations.
       
     6 	
       
     7 		The config elements are from the old 1.0 schema but the file has
       
     8 		an invalid schema version which forces the Raptor XML parser to
       
     9 		ignore it.
       
    10 		
       
    11 		This is an interim measure until a formal API is agreed. -->
       
    12 	
       
    13 	<config name="arm" abstract="true">
       
    14 		<config name="armv5" abstract="true">
       
    15 			<config name="armv5_urel"/>
       
    16 			<config name="armv5_udeb"/>
       
    17 		</config>
       
    18 		<config name="armv6" abstract="true">
       
    19 			<config name="armv6_urel"/>
       
    20 			<config name="armv6_udeb"/>
       
    21 		</config>
       
    22 		<config name="armv7" abstract="true">
       
    23 			<config name="armv7_urel"/>
       
    24 			<config name="armv7_udeb"/>
       
    25 		</config>
       
    26 		<config name="armv9e" abstract="true">
       
    27 			<config name="armv9e_urel"/>
       
    28 			<config name="armv9e_udeb"/>
       
    29 		</config>
       
    30 	</config>
       
    31 
       
    32 	<config name="winscw" abstract="true">
       
    33 		<config name="winscw_urel"/>
       
    34 		<config name="winscw_udeb"/>
       
    35 	</config>
       
    36 
       
    37 </build>