dbcreator/conf/commsdatcreator.implml
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3 
       
     4 	<tempVariable ref="TempCommsDatCreator.InputPath" />
       
     5 
       
     6 	<container>
       
     7 		<tag name='target' value='rofs3' />
       
     8 		<phase name='pre' />
       
     9 		<ruleml xmlns="http://www.s60.com/xml/ruleml/3">
       
    10 
       
    11 			<!-- correct cccccc00.cre to image -->
       
    12 			<rule>
       
    13 		  ${APs.AP} or
       
    14 		  ${VPN_APs.VPN_AP} or
       
    15 		  ${LAN_APs.LAN_AP} or
       
    16 		  ${WLAN_APs.WLAN_AP}
       
    17 		  configures 
       
    18 		  ${TempCommsDatCreator.InputPath} = '/epoc32/data/Z/private/10202be9'
       
    19 		 </rule>
       
    20 
       
    21 		</ruleml>
       
    22 
       
    23 	</container>
       
    24 
       
    25 	<container>
       
    26 		<tag name='target' value='rofs3' />
       
    27 		<phase name='normal' />
       
    28 		<content xmlns="http://www.s60.com/xml/content/2">
       
    29 			<desc>Copy commsdat content</desc>
       
    30 			<output dir="content/private/10202be9" file="cccccc00.cre">
       
    31 				<externalinput dir="${TempCommsDatCreator.InputPath}">
       
    32 					<include files="cccccc00_empty.cre" />
       
    33 				</externalinput>
       
    34 			</output>
       
    35 		</content>
       
    36 	</container>
       
    37 
       
    38 </container>