symbian3/mw/mmappfw/package_definition.xml
author William Roberts <williamr@symbian.org>
Sat, 20 Mar 2010 17:40:47 +0000
branchHighFidelityModel
changeset 143 4aff292c67a3
parent 141 27d9d356efbf
child 144 e84de338f127
permissions -rw-r--r--
Comment out faulty <unit> elements where the bldFile is a file rather than a directory
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"?>
143
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     2
<!DOCTYPE SystemDefinition [
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     4
<!ATTLIST SystemDefinition
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     5
  name CDATA #REQUIRED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     6
  schema CDATA #REQUIRED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     7
>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
     9
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    10
<!-- System Model Section of DTD -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    11
<!ELEMENT systemModel (layer+)>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    12
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    15
<!ATTLIST layer
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    16
  name CDATA #REQUIRED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    17
  long-name CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    18
  levels NMTOKENS #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    19
  span CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    20
>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    21
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    24
<!ATTLIST block
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    25
  levels NMTOKENS #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    26
  span CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    27
  level NMTOKEN #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    28
  name CDATA #REQUIRED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    29
  long-name CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    30
>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    31
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    32
<!ELEMENT subblock (collection)*>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    34
<!ATTLIST subblock
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    35
  name CDATA #REQUIRED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    36
  long-name CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    37
>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    38
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    39
<!ELEMENT collection (component)*>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    41
<!ATTLIST collection
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    42
  name CDATA #REQUIRED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    43
  long-name CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    44
  level NMTOKEN #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    45
>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    46
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    47
<!ELEMENT component (unit)*>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    49
<!ATTLIST component
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    50
  name CDATA #REQUIRED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    51
  long-name CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    52
  deprecated CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    53
  introduced CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    54
  contract CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    55
  plugin (Y|N) "N"
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    56
  filter CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    57
  class NMTOKENS #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    58
  supports CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    60
>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    61
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    62
<!ELEMENT unit EMPTY >
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    63
<!-- must be buildable (bld.inf) -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    65
<!ATTLIST unit
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    66
  mrp CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    67
  filter CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    68
  bldFile CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    69
  root CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    70
  version NMTOKEN #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    72
  late (Y|N) #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    73
  priority CDATA #IMPLIED
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    74
>
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    75
]>
44
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    77
  <systemModel>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    78
    <layer name="mw" long-name="Middleware" levels="generic specific">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    79
      <block name="mmappfw" level="specific" long-name="Multimedia App Framework" levels="fw utils if">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    80
        <collection name="mmappfw_plat" long-name="Multimedia App Framework Platform Interfaces" level="if">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    81
          <component name="inc" long-name="Inc" introduced="^1" filter="s60" class="api">
143
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
    82
            <!-- FAULTY <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/inc/mmappfwbldvariant.hrh"/> -->
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    83
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    84
          <component name="collection_helper_api" long-name="Collection Helper API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    85
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/collection_helper_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    86
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    87
          <component name="harvester_collection_mediator_api" long-name="Harvester Collection Mediator API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    88
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    89
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    90
          <component name="harvester_metadata_extractor_api" long-name="Harvester Metadata Extractor API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    91
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    92
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    93
          <component name="harvester_server_api" long-name="Harvester Server API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    94
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_server_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    95
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    96
          <component name="harvester_utility_api" long-name="Harvester Utility API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    97
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/harvester_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    98
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
    99
          <component name="playlist_engine_api" long-name="Playlist Engine API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   100
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/playlist_engine_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   101
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   102
          <component name="mtp_keys_api" long-name="MTP Keys API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   103
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mtp_keys_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   104
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   105
          <component name="mpx_collection_common_definition_api" long-name="MPX Collection Common Definition API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   106
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_collection_common_definition_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   107
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   108
          <component name="mpx_collection_utility_api" long-name="MPX Collection Utility API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   109
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   110
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   111
          <component name="mpx_common_api" long-name="MPX Common API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   112
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_common_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   113
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   114
          <component name="mpx_common_definition_api" long-name="MPX Common Definition API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   115
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_common_definition_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   116
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   117
          <component name="mpx_playback_common_definition_api" long-name="MPX Playback Common Definition API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   118
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_playback_common_definition_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   119
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   120
          <component name="mpx_playback_utility_api" long-name="MPX Playback Utility API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   121
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   122
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   123
          <component name="mpx_base_view_plugins_api" long-name="MPX Base View Plugins API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   124
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   125
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   126
          <component name="mpx_view_utility_api" long-name="MPX View Utility API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   127
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_view_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   128
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   129
          <component name="mpx_albumart_utility_api" long-name="MPX Album Art Utility API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   130
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   131
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   132
          <component name="media_player_settings_engine_api" long-name="Media Player Settings Engine API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   133
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   134
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   135
          <component name="mpx_backstepping_utility_api" long-name="MPX Backstepping Utility API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   136
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/mpx_backstepping_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   137
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   138
          <component name="asx_parser_api" long-name="ASX Parser API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   139
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/asx_parser_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   140
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   141
          <component name="playback_helper_api" long-name="Playback Helper API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   142
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/playback_helper_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   143
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   144
          <component name="videoplaylist_utility_api" long-name="Video Playlist Utility API" introduced="^1" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   145
            <unit bldFile="/sf/mw/mmappfw/mmappfw_plat/videoplaylist_utility_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   146
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   147
        </collection>
44
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   148
        <collection name="mpx" long-name="Multimedia Player" level="fw">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   149
          <component name="commonframework" filter="s60" long-name="MPX Common Framework" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   150
            <unit bldFile="/sf/mw/mmappfw/mpx/commonframework/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   151
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   152
          <component name="playbackframework" filter="s60" long-name="MPX Playback Framework" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   153
            <unit bldFile="/sf/mw/mmappfw/mpx/playbackframework/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   154
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   155
          <component name="mpxcollectionfw" filter="s60" long-name="MPX Collection Framework" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   156
            <unit bldFile="/sf/mw/mmappfw/mpx/collectionframework/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   157
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   158
          <component name="mpxviewfw" filter="s60" long-name="MPX View Framework" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   159
            <unit bldFile="/sf/mw/mmappfw/mpx/viewframework/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   160
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   161
          <component name="mpx_build" filter="s60" long-name="MPX Build" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   162
            <!--  Move the export to another component or remove the #includes from this one -->
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   163
            <unit bldFile="/sf/mw/mmappfw/mpx/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   164
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   165
        </collection>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   166
        <collection name="mmappcomponents" long-name="Multimedia App Components" level="utils">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   167
          <component name="mmappcomponents_build" filter="s60" long-name="Multimedia App Components Build" introduced="^1">
143
4aff292c67a3 Comment out faulty <unit> elements where the bldFile is a file rather than a directory
William Roberts <williamr@symbian.org>
parents: 141
diff changeset
   168
            <!-- needed for  #ifdefs and hrh include. Need to #include the .hrh file in each bld.inf
44
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   169
      		Can remove this once configuration is in place-->
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   170
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   171
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   172
          <component name="collectionhelper" filter="s60" long-name="Media Player Collection Helper" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   173
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/collectionhelper/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   174
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   175
          <component name="playlistengine" filter="s60" long-name="Playlist Engine" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   176
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/playlistengine/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   177
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   178
          <component name="mpxharvester" filter="s60" long-name="Media Player Harvester" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   179
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/harvester/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   180
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   181
          <component name="mmappcommonui" filter="s60" long-name="Multimedia App Common UI" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   182
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   183
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   184
          <component name="mediaplayersettingsengine" filter="s60" long-name="Media Player Settings Engine" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   185
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   186
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   187
          <component name="audiofetcher" filter="s60" long-name="Audio Fetcher" introduced="^1" plugin="Y">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   188
            <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   189
            <!-- <unit bldFile="mmappcomponents/audiofetcher/group"/>-->
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   190
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   191
          <component name="asxparser" filter="s60" long-name="ASX Parser" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   192
            <!-- uncomment when config is in place, currently #included in mmappcomponents_build -->
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   193
            <!-- <unit bldFile="mmappcomponents/asxparser/group"/>-->
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   194
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   195
          <component name="playbackhelper" filter="s60" long-name="Playback Helper" introduced="^3">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   196
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/playbackhelper/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   197
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   198
          <component name="videoplaylistutility" filter="s60" long-name="Video Playlist Utility" introduced="^3">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   199
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/videoplaylistutility/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   200
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   201
          <component name="mmmtpdataprovider" filter="s60" long-name="Multimedia MTP Data Provider" introduced="^3">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   202
            <unit bldFile="/sf/mw/mmappfw/mmappcomponents/mmmtpdataprovider/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   203
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   204
        </collection>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   205
        <collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="if">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   206
          <component name="mmappfw_build" filter="s60" long-name="Multimedia App Framework Build" introduced="^1">
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   207
            <!--  Move the export to another component or remove the #includes from this one -->
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   208
            <unit bldFile="/sf/mw/mmappfw/group"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   209
          </component>
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 44
diff changeset
   210
          <component name="mmappfw_test" filter="s60,test,api_test,pref_test" long-name="Multimedia App Framework Test" purpose="development" introduced="^1">
44
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   211
            <unit bldFile="/sf/mw/mmappfw/tsrc/group" filter="TA_MMAPPFW"/>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   212
          </component>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   213
        </collection>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   214
      </block>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   215
    </layer>
0b761d12ae12 Detail more packages for mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   216
  </systemModel>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
   217
</SystemDefinition>