symbian4/os/openmaxil/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 06 Sep 2010 18:02:15 +0100
branchHighFidelityModel
changeset 391 1cd75ad5b512
parent 366 126cebfeac51
child 467 c0561f59d56b
permissions -rw-r--r--
Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.1">
  <package id="openmaxil" name="openmaxil" levels="adaptation hw-if device-fw devices middleware app-if">


    <collection id="openmaxil_plat" name="OpenMAX IL Platform Exports" level="hw-if">
      <component id="openmaxil_khronos_api" name="OpenMAX IL API" introduced="^3" purpose="mandatory" class="api">
        <unit version="1" bldFile="openmaxil_plat/khronos_api/group"/>
      </component>
      <component id="openmaxil_symbian_api" name="OpenMAX IL Symbian API" introduced="^3" purpose="mandatory" class="api">
        <unit version="1" bldFile="openmaxil_plat/symbian_api/group"/>
      </component>
      <component id="openmaxil_test_api" name="OpenMAX IL test headers" introduced="^3" purpose="development" class="api">
        <unit version="1" bldFile="openmaxil_plat/test_api/group"/>
      </component>
    </collection>

    <collection id="omxil_generic" name="OpenMAX IL Implementation" level="device-fw">
      <component id="omxilcomplib" name="OpenMAX IL Component Framework" introduced="^3" purpose="optional">
        <unit version="1" bldFile="omxil_generic/omxilcomplib/group"/>
      </component>
      <component id="omxilcore" name="OpenMAX IL Core" introduced="^3" purpose="mandatory">
        <unit version="1" bldFile="omxil_generic/omxilcore/group"/>
      </component>
      <component id="omxilloader" name="OpenMAX IL Loader" introduced="^3" purpose="mandatory">
        <unit version="1" bldFile="omxil_generic/omxilloader/group"/>
      </component>
    </collection>

    <collection id="openmaxil_tsrc" name="OpenMAX IL Test code" level="hw-if">
      <component id="xmltestharness" name="OpenMAX IL XML Test Harness" introduced="^3" purpose="development">
        <unit version="1" bldFile="tsrc/xmltestharness/group"/>
      </component>
    </collection>

  </package>
</SystemDefinition>