symbian3/app/imgeditor/package_definition.xml
author Dario Sestito <darios@symbian.org>
Mon, 15 Mar 2010 18:47:03 +0000
changeset 138 6892870d74c9
parent 30 0f4f00318d20
child 212 a44ae815a47f
permissions -rw-r--r--
Update symbian3 models from PDK_3.0.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     2
<!DOCTYPE SystemDefinition [
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     4
 <!ATTLIST SystemDefinition
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     5
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     6
  schema CDATA #REQUIRED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
     9
 <!ATTLIST layer
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    10
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    11
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    12
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    13
  span CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    15
 <!ATTLIST block
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    16
  levels NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    17
  span CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    18
  level NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    19
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    20
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    21
 <!ELEMENT subblock (collection)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    22
 <!ATTLIST subblock
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    23
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    24
  long-name CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    25
 <!ELEMENT collection (component)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    26
 <!ATTLIST collection
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    27
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    28
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    29
  level NMTOKEN #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    30
 <!ELEMENT component (unit)*>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    31
 <!ATTLIST component
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    32
  name CDATA #REQUIRED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    33
  long-name CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    34
  deprecated CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    35
  introduced CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    36
  contract CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    37
  plugin (Y|N) 'N'
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    38
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    39
  class NMTOKENS #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    40
  supports CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    42
 <!ELEMENT unit EMPTY>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    43
 <!ATTLIST unit
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    44
  mrp CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    45
  filter CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    46
  bldFile CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    47
  root CDATA #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    48
  version NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    50
  late (Y|N) #IMPLIED
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    51
  priority CDATA #IMPLIED>
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
    52
]>
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
<systemModel>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
<layer name="app" long-name="Applications" levels="services apps">
138
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    56
<block name="imgeditor" level="apps" long-name="Image Editor Apps" levels="engine ui">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    57
    <collection name="imageeditor" long-name="Image Editor UI" level="ui">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    58
     <component name="pb" filter="s60" long-name="Plugin Base">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    59
      <unit bldFile="/sf/app/imgeditor/imageeditor/pb/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    60
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    61
     <component name="iepb" filter="s60" long-name="Image Editor Plugin Base">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    62
      <unit bldFile="/sf/app/imgeditor/imageeditor/iepb/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    63
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    64
     <component name="imageeditorui" filter="s60" long-name="Image Editor UI">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    65
      <unit bldFile="/sf/app/imgeditor/imageeditor/imageeditorui/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    66
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    67
     <component name="imageeditormanager" filter="s60" long-name="Image Editor Manager">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    68
      <unit bldFile="/sf/app/imgeditor/imageeditor/imageeditormanager/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    69
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    70
     <component name="imageeditorapp" filter="s60" long-name="Image Editor Application">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    71
      <unit bldFile="/sf/app/imgeditor/imageeditor/imageeditorapp/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    72
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    73
     <component name="imageeditor_plugins" filter="s60" long-name="Image Editor Plugins" plugin="Y">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    74
      <!-- can only have one unit. Need to include all from a single bld.inf -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    75
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/blackwhiteplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    76
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/brightnessplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    77
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/bubbleplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    78
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/cartoonizeplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    79
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/clipartplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    80
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/contrastplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    81
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/cropplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    82
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/drawplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    83
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/frameplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    84
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/negativeplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    85
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/redeyeplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    86
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/resizeplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    87
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/rotatelplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    88
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/rotaterplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    89
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/sepiaplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    90
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/sharpnessplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    91
      <unit bldFile="/sf/app/imgeditor/imageeditor/plugins/textplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    92
      <!-- conditionally #included in imageeditor_build: need to fix
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    93
        <unit bldFile="imageeditor/plugins/drawplugin/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    94
         -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    95
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    96
     <component name="editorprovider" filter="s60" long-name="Image Editor Provider">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    97
      <unit bldFile="/sf/app/imgeditor/imageeditor/editorprovider/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    98
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
    99
     <component name="imageeditor_build" filter="s60" long-name="Image Editor Build">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   100
      <!-- should distribute this to the other components -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   101
      <unit bldFile="/sf/app/imgeditor/imageeditor/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   102
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   103
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   104
    <collection name="imageeditorengine" long-name="Image Editor Engine" level="engine">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   105
     <component name="filters" filter="s60" long-name="Image Editor Filters">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   106
      <!-- can only have one unit. Need to include all from a single bld.inf -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   107
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterbrightness/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   108
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterbubble/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   109
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterbuffer/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   110
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtercartoon/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   111
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterclipart/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   112
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtercontrast/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   113
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtercrop/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   114
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterdraw/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   115
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterframe/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   116
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtergrayscale/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   117
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtericlsource/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   118
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterjpegsource/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   119
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterjpegtarget/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   120
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filternegate/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   121
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterredeye/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   122
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterrotate/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   123
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filterscale/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   124
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtersepia/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   125
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtersharpness/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   126
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/filters/filtertext/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   127
      <!-- conditionally #included in imageeditor_build: need to fix
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   128
        <unit bldFile="imageeditorengine/filters/filterdraw/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   129
         -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   130
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   131
     <component name="imageeditorutils" filter="s60" long-name="Image Editor Utilities">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   132
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/imageeditorutils/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   133
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   134
     <component name="systemparameters" filter="s60" long-name="System Parameters">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   135
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/systemparameters/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   136
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   137
     <component name="enginewrapper" filter="s60" long-name="Image Editor Engine Wrapper">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   138
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/enginewrapper/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   139
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   140
     <component name="imageeditorengine_build" filter="s60" long-name="Image Editor Engine Build">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   141
      <!-- should distribute this to the other components -->
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   142
      <unit bldFile="/sf/app/imgeditor/imageeditorengine/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   143
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   144
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   145
    <collection name="imgeditor_info" long-name="Image Editor Apps Info" level="ui">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   146
     <component name="imgeditor_plat" filter="s60" long-name="Image Editor Apps Platform Interfaces" class="api">
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   147
      <unit bldFile="/sf/app/imgeditor/imgeditor_plat/group"/>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   148
     </component>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   149
    </collection>
6892870d74c9 Update symbian3 models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 30
diff changeset
   150
   </block>
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   151
</layer>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
</systemModel>
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   153
</SystemDefinition>