sbsv2/raptor/test/smoke_suite/test_resources/configpathtest/home/.sbs_init.xml
author lorewang
Wed, 01 Dec 2010 16:05:36 +0800
changeset 715 e0739b8406dd
parent 616 24e4ef208cca
permissions -rw-r--r--
Specify extenal tool with path

<?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>