tip_bulk_s3/mw/camerasrv/package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 01 Dec 2010 15:34:13 +0000
changeset 513 f99df75e4e8e
parent 500 d8ac09bd7e84
child 514 dac9fd4a6922
permissions -rw-r--r--
Update package models from latest system model (platform@0240cdcd8446)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <systemModel>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
  <layer name="mw" long-name="Middleware" levels="generic specific">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
   <block name="camerasrv" level="specific" long-name="Camera Services" levels="plugin fw api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
<collection name="camerasrv_plat" long-name="Camera Services Platform Interfaces" level="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
<component name="media_recorder_sink_api" long-name="Media Recorder Sink API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/media_recorder_sink_api/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
<component name="cae_extentension_api" long-name="CAE Extension API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/cae_extentension_api/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
<component name="camera_application_engine_api" long-name="Camera Application Engine API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/camera_application_engine_api/group" filter="!test"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
<component name="custom_onboard_camera_api" long-name="Custom Onboard Camera API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/custom_onboard_camera_api/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
<component name="imaging_configuration_manager_api" long-name="Imaging Configuration Manager API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/imaging_configuration_manager_api/group" filter="!test"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
<component name="media_recorder_api" long-name="Media Recorder API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/media_recorder_api/group" filter="!test"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
</component>
513
f99df75e4e8e Update package models from latest system model (platform@0240cdcd8446)
Dario Sestito <darios@symbian.org>
parents: 500
diff changeset
    76
<component name="3gp_file_composer_api" long-name="3GP File Composer API" filter="s60" class="api">
359
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/3gp_file_composer_api/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
<component name="asynchronous_file_saving_queue_api" long-name="Asynchronous File Saving Queue API" filter="s60" class="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
<unit bldFile="/sf/mw/camerasrv/camerasrv_plat/asynchronous_file_saving_queue_api/group" filter="!test"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
<collection name="camappengine" long-name="Camera App Engine" level="fw">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
<!-- is this collection really a component? If so, move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
<component name="stillconverter" filter="s60" long-name="Still Image Converter" class="placeholder">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
<!-- should separate this from parent engine's bld.inf  -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
<!-- <unit bldFile="camappengine/stillconverter/group"/> -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
<component name="camappengine_engine" filter="s60" long-name="Camera App Engine" class="placeholder">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
<!-- should separate this from parent engine's bld.inf  -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
<!-- <unit bldFile="camappengine/engine/group"/> -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
<component name="asynchfilesavequeue" filter="s60" long-name="Asynch File Save Queue">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
<unit bldFile="/sf/mw/camerasrv/camappengine/asynchfilesavequeue/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<component name="camappengine_build" filter="s60" long-name="Camera App Engine Build">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
<unit bldFile="/sf/mw/camerasrv/camappengine/build"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   100
<collection name="camcordermmfplugin" long-name="Camcorder MMF Plugin" level="plugin">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
<!-- collection is really a component. Should move down a directory -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
<component name="camcordermmfplugin_build" filter="s60" long-name="Camcorder MMF Plugin Build" plugin="Y">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
<unit bldFile="/sf/mw/camerasrv/camcordermmfplugin/build"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
<collection name="configmanagers" long-name="Config Managers" level="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
<component name="imagingconfigmanager" filter="s60" long-name="Imaging Config Manager">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
<unit bldFile="/sf/mw/camerasrv/configmanagers/imagingconfigmanager/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
<collection name="camerasrv_info" long-name="Camera Services Info" level="api">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
<component name="camerasrv_build" filter="s60" long-name="Camera Services Build">
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
<!-- should split into individual bld.infs -->
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
<unit bldFile="/sf/mw/camerasrv/group"/>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
</component>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
</collection>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
</block>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
  </layer>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
 </systemModel>
230db5697b60 Add tip_bulk_s3 codeline to package builds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
</SystemDefinition>