package_definition.xml
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sat, 10 Apr 2010 13:40:36 +0100
branchCompilerCompatibility
changeset 49 96b6b5b6545a
parent 27 b57c5fc53578
permissions -rw-r--r--
Got rid of some trivial warnings (nested comments and tokens after #endif).

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="webuis" name="Web UIs" levels="plugin app">
    <collection id="browserui" name="Browser UI" level="app">
      <component id="browser" filter="s60" name="Browser">
        <unit bldFile="browserui/browser/group"/>
      </component>
      <component id="operatormenu" filter="s60" name="Browser Operator Menu">
        <unit bldFile="browserui/operatormenu/group"/>
      </component>
      <component id="videoservices" filter="s60" name="Browser Video Services">
        <unit bldFile="browserui/videoservices/group"/>
      </component>
    </collection>
    <collection id="browserplugins" name="Browser Plugins" level="plugin">
      <component id="browsersysteminfoplugin" filter="s60" name="Browser System Info Plugin" class="plugin">
        <unit bldFile="browserplugins/browsersysteminfoplugin/group"/>
      </component>
      <component id="browsergpsplugin" filter="s60" name="Browser GPS Plugin" class="plugin">
        <unit bldFile="browserplugins/browsergpsplugin/group"/>
      </component>
      <component id="browseraudiovideoplugin" filter="s60" name="Browser Audio Video Plugin" class="plugin">
        <unit bldFile="browserplugins/browseraudiovideoplugin/group"/>
      </component>
      <component id="browserplugins_build" filter="s60" name="Browser Plugins Build">
		<!-- can the #ifdef in this be handled elsewhere? -->
        <unit bldFile="browserplugins/group"/>
      </component>
    </collection>
    <collection id="pushmtm" name="Push MTM" level="plugin">
      <component id="pushmtm_help" filter="s60" name="Push MTM Help">
        <unit bldFile="pushmtm/help/group"/>
      </component>
      <component id="plugins" filter="s60" name="Push MTM Plugins" class="plugin">
        <unit bldFile="pushmtm/plugins/group"/>
      </component>
      <component id="pushmtm_build" filter="s60" name="Push MTM Build">
		<!-- can this be distributed into the other components? -->
        <unit bldFile="pushmtm/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>