package_definition.xml
author qifeima <>
Thu, 03 Jun 2010 18:57:10 +0800
changeset 8 18b321db4884
parent 0 57d4cdd99204
permissions -rw-r--r--
*m enhance

<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
  <package id="imgeditor" name="Image Editor Apps" levels="engine ui">
    <collection id="imageeditor" name="Image Editor UI" level="ui">
      <component id="pb" filter="s60" name="Plugin Base" deprecated="^3">
        <unit bldFile="imageeditor/pb/group"/>
      </component>
      <component id="iepb" filter="s60" name="Image Editor Plugin Base" deprecated="^3">
        <unit bldFile="imageeditor/iepb/group"/>
      </component>
      <component id="imageeditorui" filter="s60" name="Image Editor UI" deprecated="^3">
        <unit bldFile="imageeditor/imageeditorui/group"/>
      </component>
      <component id="imageeditormanager" filter="s60" name="Image Editor Manager" deprecated="^3">
        <unit bldFile="imageeditor/imageeditormanager/group"/>
      </component>
      <component id="imageeditorapp" filter="s60" name="Image Editor Application" deprecated="^3">
        <unit bldFile="imageeditor/imageeditorapp/group"/>
      </component>
      <component id="imageeditor_plugins" filter="s60" name="Image Editor Plugins" class="plugin" deprecated="^3">
      	<!-- 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"/>
      </component>
      <component id="editorprovider" filter="s60" name="Image Editor Provider" deprecated="^3">
        <unit bldFile="imageeditor/editorprovider/group"/>
      </component>
      <component id="imageeditor_build" filter="s60" name="Image Editor Build" deprecated="^3">
      	<!-- 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" deprecated="^3">
      	<!-- 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"/>
      </component>
      <component id="imageeditorutils" filter="s60" name="Image Editor Utilities" deprecated="^3">
        <unit bldFile="imageeditorengine/imageeditorutils/group"/>
      </component>
      <component id="systemparameters" filter="s60" name="System Parameters" deprecated="^3">
        <unit bldFile="imageeditorengine/systemparameters/group"/>
      </component>
      <component id="enginewrapper" filter="s60" name="Image Editor Engine Wrapper" deprecated="^3">
        <unit bldFile="imageeditorengine/enginewrapper/group"/>
      </component>
      <component id="jpegrotator" filter="s60" name="Jpeg Rotator" deprecated="^3">
        <!-- <unit bldFile="imageeditorengine/jpegrotator/group"/> -->
      </component>
      <component id="jpegscaler" filter="s60" name="Jpeg Scaler" deprecated="^3">
        <!-- <unit bldFile="imageeditorengine/jpegscaler/group"/> -->
      </component>
      <component id="imageeditorengine_build" filter="s60" name="Image Editor Engine Build" deprecated="^3">
      	<!-- should distribute this to the other components -->
        <unit bldFile="imageeditorengine/group"/>
      </component>
    </collection>
    <collection id="imgeditor_info" name="Image Editor Apps Info" level="ui">
      <component id="imgeditor_plat" filter="s60" name="Image Editor Apps Platform Interfaces" class="api" deprecated="^3">
        <unit bldFile="imgeditor_plat/group"/>
      </component>
    </collection>
  </package>
</SystemDefinition>