sbsv2/raptor/test/smoke_suite/test_resources/configpathtest/home/.sbs_init.xml
changeset 616 24e4ef208cca
equal deleted inserted replaced
613:839712f5a78c 616:24e4ef208cca
       
     1 <?xml version="1.0" encoding="ISO-8859-1"?>
       
     2 
       
     3 <build xmlns="http://symbian.com/xml/build"
       
     4        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     5        xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">
       
     6 
       
     7  <!-- defaults for Raptor -->
       
     8 
       
     9   <var name="defaults.init">
       
    10 	<env name='EPOCROOT' default='' type='path'/>
       
    11 
       
    12 	<set name="systemConfig" value="lib/config;$(EPOCROOT)/epoc32/sbs_config" host="win.*"/>
       
    13 	<set name="systemConfig" value="lib/config:$(EPOCROOT)/epoc32/sbs_config" host="lin.*" />
       
    14   </var>
       
    15 </build>