package_definition.xml
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 24 Sep 2010 11:15:50 +0100
branchbug235_bringup_0
changeset 33 cb4237462c04
parent 0 013716db5021
child 51 4f400a6ea71f
permissions -rw-r--r--
Added additional builds of LLVM holdingarea/llvm/llvm-2.7 now contains the following builds of LLVM 2.7: * VS2005 debug * VS2005 release * VS2008 debug * VS2008 release Note that only the LLVM libraries are segregated according to compiler and build target. Single copies of the include and bin directories are provided. The LLVM executables are from a VS2005 release build.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="graphics.simulator" name="Graphics Simulator" levels="host guest" version="4.0.0">
    <meta rel="License">
      <license type="EPL"><supplier>Nokia</supplier></license>
    </meta>
    <collection id="guestrendering" name="Graphics Guest Rendering" level="guest">
      <component id="guestegl" name="Guest EGL" introduced="^4">
        <unit bldFile="guestrendering/guestegl/group"/>
      </component>
      <component id="guestopengles11" name="Guest OpenGL ES 1.1" introduced="^4">
        <unit bldFile="guestrendering/guestopengles11/group"/>
      </component>
      <component id="guestopenvg" name="Guest OpenVG" introduced="^4">
        <unit bldFile="guestrendering/guestopenvg/group"/>
      </component>
      <component id="guestopenvgu" name="Guest OpenVG Utilities" introduced="^4">
        <unit bldFile="guestrendering/guestopenvgu/group"/>
      </component>
      <component id="guestvideodriver" name="Guest Video Driver" introduced="^4">
        <unit bldFile="guestrendering/guestvideodriver/group"/>
      </component>
      <component id="vghwserialiser" name="Virtual Graphics Hardware Serialiser" introduced="^4">
        <unit bldFile="guestrendering/vghwserialiser/group"/>
      </component>
      <component id="vghwutils" name="Virtual Graphics Hardware Utilities" introduced="^4">
        <unit bldFile="guestrendering/vghwutils/group"/>
      </component>
    </collection>
    <collection id="hostsupport" name="Graphics Host Support" level="host">
      <component id="hostegl" name="Host EGL" target="desktop" introduced="^4">
        <unit bldFile="hostsupport/hostegl/group"/>
      </component>
      <component id="hostopengles11" name="Host OpenGL ES 1.1" target="desktop" introduced="^4">
        <unit bldFile="hostsupport/hostopengles11/group"/>
      </component>
      <component id="hostopenvg" name="Host OpenVG" target="desktop" introduced="^4">
        <unit bldFile="hostsupport/hostopenvg/group"/>
      </component>
      <component id="khronosapiwrapper" name="Host Khronos API Wrapper" target="desktop" introduced="^4">
        <unit bldFile="hostsupport/khronosapiwrapper/group"/>
      </component>
      <component id="syborggraphicswrapper" name="Host Syborg Graphics Wrapper" target="desktop" introduced="^4">
        <unit bldFile="hostsupport/syborggraphicswrapper/group"/>
      </component>
      <component id="hostthreadadapter" name="Host Thread Adapater" target="desktop" introduced="^4">
        <unit bldFile="hostsupport/hostthreadadapter/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>