sbsv2/raptor/test/System_Definition.xml
author Mike Kinghan <mikek@symbian.org>
Wed, 01 Dec 2010 12:02:41 +0000
changeset 42 cf609178ac39
parent 13 c327db0664bb
permissions -rw-r--r--
1) fix_tools_exports.pl need only be run on Windows hosts; was run unnecessarily on Linux too. 2) Need to export modload.pm on Linux as well as Windows hosts.

<?xml version="1.0"?>

<SystemDefinition name="MCL" schema="1.4.0">
  
  <systemModel>
    <layer name="Raptor">
      <module name="Smoke Tests">
        <component name="simple">
          <unit unitID="simpleID" name="simpleName" bldFile="simple"/>
        </component>
      </module>
    </layer>
  </systemModel>
  
  <build>
  </build>

</SystemDefinition>