sbsv2/raptor/test/smoke_suite/test_resources/configpathtest/home/.sbs_init.xml
author Richard Taylor <richard.i.taylor@nokia.com>
Wed, 14 Jul 2010 14:50:01 +0100
changeset 616 24e4ef208cca
permissions -rw-r--r--
sbs version 2.14.2

<?xml version="1.0" encoding="ISO-8859-1"?>

<build xmlns="http://symbian.com/xml/build"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">

 <!-- defaults for Raptor -->

  <var name="defaults.init">
	<env name='EPOCROOT' default='' type='path'/>

	<set name="systemConfig" value="lib/config;$(EPOCROOT)/epoc32/sbs_config" host="win.*"/>
	<set name="systemConfig" value="lib/config:$(EPOCROOT)/epoc32/sbs_config" host="lin.*" />
  </var>
</build>