symbian3/app/imgeditor/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 26 May 2010 17:18:20 +0100
branchHighFidelityModel
changeset 245 30e67220bf86
parent 141 symbian3/app/imgeditor/package_definition_3.0.xml@27d9d356efbf
child 492 9d01207f9dd3
permissions -rw-r--r--
Remove all 2.0 pkgdefs in symbian3 and rename all 3.0 pkgdefs to package_definition.xml

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="imgeditor" name="Image Editor Apps" levels="engine ui">
    <collection id="imgeditor_plat" name="Image Editor Apps Platform Interfaces" level="ui">
      <component id="image_editor_debug_utilities_api" name="Image Editor Debug Utilities API" class="api" filter="s60">
        <meta rel="Api" href="imgeditor_plat/image_editor_debug_utilities_api/image_editor_debug_utilities_api.metaxml"/>
        <unit bldFile="imgeditor_plat/image_editor_debug_utilities_api/group"/>
      </component>
      <component id="image_editor_utilities_api" name="Image Editor Utilities API" class="api" filter="s60">
        <meta rel="Api" href="imgeditor_plat/image_editor_utilities_api/image_editor_utilities_api.metaxml"/>
        <unit bldFile="imgeditor_plat/image_editor_utilities_api/group"/>
      </component>
      <component id="image_editor_definitions_api" name="Image Editor Definitions API" class="api" filter="s60">
        <meta rel="Api" href="imgeditor_plat/image_editor_definitions_api/image_editor_definitions_api.metaxml"/>
        <unit bldFile="imgeditor_plat/image_editor_definitions_api/group"/>
      </component>
      <component id="image_editor_system_parameters_api" name="Image Editor System Parameters API" class="api" filter="s60">
        <meta rel="Api" href="imgeditor_plat/image_editor_system_parameters_api/image_editor_system_parameters_api.metaxml"/>
        <unit bldFile="imgeditor_plat/image_editor_system_parameters_api/group"/>
      </component>
      <component id="image_processing_engine_api" name="Image Processing Engine API" class="api" filter="s60">
        <meta rel="Api" href="imgeditor_plat/image_processing_engine_api/image_processing_engine_api.metaxml"/>
        <unit bldFile="imgeditor_plat/image_processing_engine_api/group"/>
      </component>
    </collection>
    <collection id="imageeditor" name="Image Editor UI" level="ui">
      <component id="pb" filter="s60" name="Plugin Base">
        <unit bldFile="imageeditor/pb/group"/>
      </component>
      <component id="iepb" filter="s60" name="Image Editor Plugin Base">
        <unit bldFile="imageeditor/iepb/group"/>
      </component>
      <component id="imageeditorui" filter="s60" name="Image Editor UI">
        <unit bldFile="imageeditor/imageeditorui/group"/>
      </component>
      <component id="imageeditormanager" filter="s60" name="Image Editor Manager">
        <unit bldFile="imageeditor/imageeditormanager/group"/>
      </component>
      <component id="imageeditorapp" filter="s60" name="Image Editor Application">
        <unit bldFile="imageeditor/imageeditorapp/group"/>
      </component>
      <component id="imageeditor_plugins" filter="s60" name="Image Editor Plugins" class="plugin">
      	<!-- can only have one unit. Need to include all from a single bld.inf -->
        <unit bldFile="imageeditor/plugins/blackwhiteplugin/group"/>
        <unit bldFile="imageeditor/plugins/brightnessplugin/group"/>
        <unit bldFile="imageeditor/plugins/bubbleplugin/group"/>
        <unit bldFile="imageeditor/plugins/cartoonizeplugin/group"/>
        <unit bldFile="imageeditor/plugins/clipartplugin/group"/>
        <unit bldFile="imageeditor/plugins/contrastplugin/group"/>
        <unit bldFile="imageeditor/plugins/cropplugin/group"/>
        <unit bldFile="imageeditor/plugins/drawplugin/group"/>
        <unit bldFile="imageeditor/plugins/frameplugin/group"/>
        <unit bldFile="imageeditor/plugins/negativeplugin/group"/>
        <unit bldFile="imageeditor/plugins/redeyeplugin/group"/>
        <unit bldFile="imageeditor/plugins/resizeplugin/group"/>
        <unit bldFile="imageeditor/plugins/rotatelplugin/group"/>
        <unit bldFile="imageeditor/plugins/rotaterplugin/group"/>
        <unit bldFile="imageeditor/plugins/sepiaplugin/group"/>
        <unit bldFile="imageeditor/plugins/sharpnessplugin/group"/>
        <unit bldFile="imageeditor/plugins/textplugin/group"/>
        <!-- conditionally #included in imageeditor_build: need to fix
        <unit bldFile="imageeditor/plugins/drawplugin/group"/>
         -->
      </component>
      <component id="editorprovider" filter="s60" name="Image Editor Provider">
        <unit bldFile="imageeditor/editorprovider/group"/>
      </component>
      <component id="imageeditor_build" filter="s60" name="Image Editor Build">
      	<!-- should distribute this to the other components -->
        <unit bldFile="imageeditor/group"/>
      </component>
    </collection>
    <collection id="imageeditorengine" name="Image Editor Engine" level="engine">
      <component id="filters" filter="s60" name="Image Editor Filters">
      	<!-- can only have one unit. Need to include all from a single bld.inf -->
        <unit bldFile="imageeditorengine/filters/filterbrightness/group"/>
        <unit bldFile="imageeditorengine/filters/filterbubble/group"/>
        <unit bldFile="imageeditorengine/filters/filterbuffer/group"/>
        <unit bldFile="imageeditorengine/filters/filtercartoon/group"/>
        <unit bldFile="imageeditorengine/filters/filterclipart/group"/>
        <unit bldFile="imageeditorengine/filters/filtercontrast/group"/>
        <unit bldFile="imageeditorengine/filters/filtercrop/group"/>
        <unit bldFile="imageeditorengine/filters/filterdraw/group"/>
        <unit bldFile="imageeditorengine/filters/filterframe/group"/>
        <unit bldFile="imageeditorengine/filters/filtergrayscale/group"/>
        <unit bldFile="imageeditorengine/filters/filtericlsource/group"/>
        <unit bldFile="imageeditorengine/filters/filterjpegsource/group"/>
        <unit bldFile="imageeditorengine/filters/filterjpegtarget/group"/>
        <unit bldFile="imageeditorengine/filters/filternegate/group"/>
        <unit bldFile="imageeditorengine/filters/filterredeye/group"/>
        <unit bldFile="imageeditorengine/filters/filterrotate/group"/>
        <unit bldFile="imageeditorengine/filters/filterscale/group"/>
        <unit bldFile="imageeditorengine/filters/filtersepia/group"/>
        <unit bldFile="imageeditorengine/filters/filtersharpness/group"/>
        <unit bldFile="imageeditorengine/filters/filtertext/group"/>
        <!-- conditionally #included in imageeditor_build: need to fix
        <unit bldFile="imageeditorengine/filters/filterdraw/group"/>
         -->
      </component>
      <component id="imageeditorutils" filter="s60" name="Image Editor Utilities">
        <unit bldFile="imageeditorengine/imageeditorutils/group"/>
      </component>
      <component id="systemparameters" filter="s60" name="System Parameters">
        <unit bldFile="imageeditorengine/systemparameters/group"/>
      </component>
      <component id="enginewrapper" filter="s60" name="Image Editor Engine Wrapper">
        <unit bldFile="imageeditorengine/enginewrapper/group"/>
      </component>
      <component id="imageeditorengine_build" filter="s60" name="Image Editor Engine Build">
      	<!-- should distribute this to the other components -->
        <unit bldFile="imageeditorengine/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>