symbian3/app/videoplayer/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 17 Mar 2010 14:41:09 +0000
branchHighFidelityModel
changeset 141 27d9d356efbf
parent 115 92aad91b04df
child 157 37274dcfc311
permissions -rw-r--r--
Separate out all API components
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"?>
115
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     2
<!DOCTYPE SystemDefinition [
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     4
<!ATTLIST SystemDefinition
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     5
  name CDATA #REQUIRED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     6
  schema CDATA #REQUIRED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     7
>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
     9
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    10
<!-- System Model Section of DTD -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    11
<!ELEMENT systemModel (layer+)>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    12
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    15
<!ATTLIST layer
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    16
  name CDATA #REQUIRED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    17
  long-name CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    18
  levels NMTOKENS #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    19
  span CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    20
>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    21
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    24
<!ATTLIST block
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    25
  levels NMTOKENS #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    26
  span CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    27
  level NMTOKEN #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    28
  name CDATA #REQUIRED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    29
  long-name CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    30
>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    31
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    32
<!ELEMENT subblock (collection)*>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    34
<!ATTLIST subblock
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    35
  name CDATA #REQUIRED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    36
  long-name CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    37
>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    38
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    39
<!ELEMENT collection (component)*>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    41
<!ATTLIST collection
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    42
  name CDATA #REQUIRED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    43
  long-name CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    44
  level NMTOKEN #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    45
>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    46
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    47
<!ELEMENT component (unit)*>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    49
<!ATTLIST component
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    50
  name CDATA #REQUIRED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    51
  long-name CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    52
  deprecated CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    53
  introduced CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    54
  contract CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    55
  plugin (Y|N) "N"
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    56
  filter CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    57
  class NMTOKENS #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    58
  supports CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    60
>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    61
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    62
<!ELEMENT unit EMPTY >
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    63
<!-- must be buildable (bld.inf) -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    65
<!ATTLIST unit
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    66
  mrp CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    67
  filter CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    68
  bldFile CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    69
  root CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    70
  version NMTOKEN #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    72
  late (Y|N) #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    73
  priority CDATA #IMPLIED
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    74
>
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    75
]>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    77
  <systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    78
    <layer name="app" long-name="Applications" levels="services apps">
115
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    79
      <block name="videoplayer" level="apps" long-name="Video Player Apps" levels="support plugin util apps">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    80
        <collection name="videoplayer_plat" long-name="Video Player Apps Platform Interfaces" level="apps">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    81
          <component name="videoplayer_startup_api" long-name="Video Player Startup API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    82
            <unit bldFile="/sf/app/videoplayer/videoplayer_plat/videoplayer_startup_api/group" filter="!test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    83
            <unit bldFile="/sf/app/videoplayer/videoplayer_plat/videoplayer_startup_api/tsrc/group" filter="test,api_test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    84
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    85
          <component name="video_player_file_details_dialog_api" long-name="Media Player File Details Dialog API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    86
            <unit bldFile="/sf/app/videoplayer/videoplayer_plat/video_player_file_details_dialog_api/group" filter="!test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    87
            <unit bldFile="/sf/app/videoplayer/videoplayer_plat/video_player_file_details_dialog_api/tsrc/group" filter="test,api_test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    88
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    89
          <component name="videocollection_api" long-name="Video Collection API" filter="s60" class="api">
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    90
            <unit bldFile="/sf/app/videoplayer/videoplayer_plat/videocollection_api/group"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    91
          </component>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
    92
        </collection>
115
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    93
        <collection name="videofeeds" long-name="Video Feeds" level="util">
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
    94
          <component name="iptv_utils" filter="s60" long-name="IPTV Util" introduced="^3">
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    95
            <unit bldFile="/sf/app/videoplayer/videofeeds/utils/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    96
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    97
          <component name="viewmessageutility" filter="s60" long-name="View Message Utility" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    98
            <unit bldFile="/sf/app/videoplayer/videofeeds/viewmessageutility/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    99
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   100
          <component name="vcxnotifier" filter="s60" long-name="Video Connection Notifier" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   101
            <unit bldFile="/sf/app/videoplayer/videofeeds/vcxnotifier/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   102
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   103
          <component name="vccommon" filter="s60" long-name="Video Connection Common" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   104
            <unit bldFile="/sf/app/videoplayer/videofeeds/vccommon/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   105
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   106
          <component name="clientapi" long-name="Server Client" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   107
            <unit bldFile="/sf/app/videoplayer/videofeeds/clientapi/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   108
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   109
          <component name="provisioningprocessor" long-name="Provisioning Processor" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   110
            <unit bldFile="/sf/app/videoplayer/videofeeds/provisioningprocessor/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   111
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   112
          <component name="mrssplugin" long-name="RSS plugin" filter="s60" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   113
            <unit bldFile="/sf/app/videoplayer/videofeeds/mrssplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   114
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   115
          <component name="videofeeds_server" long-name="Server" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   116
            <unit bldFile="/sf/app/videoplayer/videofeeds/server/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   117
          </component>
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   118
          <component name="videofeeds_server_tsrc" long-name="Video Feeds Server Tests" introduced="^3" filter="s60,test,unit_test">
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   119
            <!--  can only have one unit. Can these be #included from videofeeds_server or a common bld.inf?-->
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   120
            <unit bldFile="/sf/app/videoplayer/videofeeds/server/tsrc/IptvTestUtility/group"/>
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   121
            <unit bldFile="/sf/app/videoplayer/videofeeds/server/tsrc/VCXProvisioningTest/group"/>
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   122
            <unit bldFile="/sf/app/videoplayer/videofeeds/server/tsrc/VCXServiceManagementApiTest/group"/>
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   123
            <unit bldFile="/sf/app/videoplayer/videofeeds/server/tsrc/VCXVodContentApiTest/group"/>
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   124
          </component>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   125
          <component name="livetvutils" long-name="LiveTV Utils" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   126
            <unit bldFile="/sf/app/videoplayer/videofeeds/livetvutils/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   127
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   128
          <component name="iptvprovisioningrecognizer" long-name="IP TV Provisioning Recognizer" filter="s60" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   129
            <unit bldFile="/sf/app/videoplayer/videofeeds/provisioningrecognizer/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   130
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   131
          <component name="iptvprovisioningappui" long-name="IP TV Provisioning App UI" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   132
            <unit bldFile="/sf/app/videoplayer/videofeeds/provisioningappui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   133
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   134
          <component name="iptvomaprovisioning" long-name="IP TV OMA Provisioning" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   135
            <unit bldFile="/sf/app/videoplayer/videofeeds/omaprovisioning/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   136
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   137
          <component name="vcnsuiengine" long-name="VoD UI Engine" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   138
            <unit bldFile="/sf/app/videoplayer/videofeeds/vcnsuiengine/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   139
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   140
          <component name="hgvodui" long-name="Ganes UX2.0 VoD UI" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   141
            <unit bldFile="/sf/app/videoplayer/videofeeds/hgvodui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   142
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   143
          <component name="hgvodplugin" long-name="Ganes UX2.0 VoD UI Plugin" filter="s60" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   144
            <unit bldFile="/sf/app/videoplayer/videofeeds/hgvodplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   145
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   146
          <component name="vcnsscheduleview" long-name="Scheduled Download Settings View" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   147
            <unit bldFile="/sf/app/videoplayer/videofeeds/vcnsscheduleview/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   148
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   149
          <component name="vcnsscheduleplugin" long-name="Scheduled Download Settings Plugin" filter="s60" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   150
            <unit bldFile="/sf/app/videoplayer/videofeeds/vcnsscheduleplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   151
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   152
          <component name="scheduleddlplugin" long-name="Scheduled download plugin" filter="s60" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   153
            <unit bldFile="/sf/app/videoplayer/videofeeds/scheduleddlplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   154
          </component>
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   155
          <component name="videofeeds_tsrc" long-name="Video Feeds Tests" introduced="^3" filter="s60,test,unit_test">
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   156
            <!--  can only have one unit. Can thes be #included from any of the above or a common bld.inf?-->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   157
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestCommon/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   158
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestUtilModule/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   159
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestMyVideosCollectionClient/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   160
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   161
        </collection>
115
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
   162
        <collection name="videocollection" long-name="Video Collection" level="util">
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   163
          <component name="mpxmyvideoscollection" filter="s60" long-name="MPX My Videos Collection" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   164
            <unit bldFile="/sf/app/videoplayer/videocollection/mpxmyvideoscollection/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   165
          </component>
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   166
          <component name="mpxmyvideoscollection_test" filter="s60,test,unit_test" long-name="MPX My Videos Collection Tests" introduced="^3" purpose="development">
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   167
            <unit bldFile="/sf/app/videoplayer/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/group"/>
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   168
          </component>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   169
          <component name="myvideosindicatorplugin" filter="s60" long-name="My Videos Indicator Plugin" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   170
            <unit bldFile="/sf/app/videoplayer/videocollection/myvideosindicatorplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   171
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   172
          <component name="hgmyvideos" filter="s60" long-name="Huriganes My Videos" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   173
            <unit bldFile="/sf/app/videoplayer/videocollection/hgmyvideos/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   174
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   175
          <component name="hgmyvideosplugin" filter="s60" long-name="Huriganes My VideosPlugin" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   176
            <unit bldFile="/sf/app/videoplayer/videocollection/hgmyvideosplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   177
          </component>
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 39
diff changeset
   178
          <component name="mpxmyvideoscollection_tsrc" long-name="MPX My Videos Collection Tests" filter="s60,test,unit_test" introduced="^3" purpose="development">
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   179
            <!--  can only have one unit. Can thes be #included from any of the above or a common bld.inf?-->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   180
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestCommon/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   181
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestUtilModule/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   182
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestMyVideosCollectionClient/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   183
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   184
        </collection>
115
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
   185
        <collection name="videoplayer_homescreenplugins" long-name="Videoplayer Homescreen Plugins" level="plugin">
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   186
          <component name="videosuiteconf" filter="s60" long-name="Video Suite Configuration" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   187
            <unit bldFile="/sf/app/videoplayer/homescreenplugins/videosuiteconf/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   188
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   189
          <component name="videoahlplugin" filter="s60" long-name="Video Player Action Handler" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   190
            <unit bldFile="/sf/app/videoplayer/homescreenplugins/videoahlplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   191
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   192
          <component name="videochplugin" filter="s60" long-name="Video Player Content Harvester " introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   193
            <unit bldFile="/sf/app/videoplayer/homescreenplugins/videochplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   194
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   195
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   196
        <collection name="mediasettings" long-name="Media Settings" level="support">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   197
          <!--  this is really a component. Should be moved down a directory -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   198
          <component name="mediasettings_build" filter="s60" long-name="Media Settings Build">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   199
            <unit bldFile="/sf/app/videoplayer/mediasettings/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   200
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   201
          <component name="videoplayer_test" filter="s60" purpose="development" long-name="Video Player Apps Test">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   202
            <!--  can only have one unit. Can thes be #included from the above or another  bld.inf?-->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   203
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestCommon/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   204
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestUtilModule/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   205
            <unit bldFile="/sf/app/videoplayer/tsrc/VCXTestMyVideosCollectionClient/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   206
            <unit bldFile="/sf/app/videoplayer/mediasettings/mediasettingsengine/tsrc/mediasettingsenginetest/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   207
            <unit bldFile="/sf/app/videoplayer/mediasettings/videoplayersettingsengine/tsrc/vpsettingsenginetest/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   208
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   209
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   210
        <collection name="filedetails" long-name="File Details" level="support">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   211
          <component name="filedetailsplugin" filter="s60" long-name="File Details Plugin" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   212
            <unit bldFile="/sf/app/videoplayer/filedetails/filedetailsplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   213
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   214
          <component name="filedetailsdialog" filter="s60" long-name="File Details Dialog" introduced="^3">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   215
            <unit bldFile="/sf/app/videoplayer/filedetails/filedetailsdialog/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   216
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   217
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   218
        <collection name="videoplayerapp" long-name="Video Player App" level="apps">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   219
          <component name="lwplayer" long-name="Lightweight Player" filter="s60">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   220
            <unit bldFile="/sf/app/videoplayer/videoplayerapp/lwplayer/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   221
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   222
          <component name="mpxvideoplayer" filter="s60" long-name="MPX Video Player" plugin="Y">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   223
            <unit bldFile="/sf/app/videoplayer/videoplayerapp/mpxvideoplayer/group" filter="!test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   224
            <unit bldFile="/sf/app/videoplayer/videoplayerapp/mpxvideoplayer/tsrc/ut_mpxvideoplayertest/group" filter="test,unit_test"/>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   225
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   226
          <component name="videoplayerlauncher" filter="s60" long-name="Video Player Launcher">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   227
            <unit bldFile="/sf/app/videoplayer/videoplayerapp/videoplayerlauncher/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   228
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   229
        </collection>
115
92aad91b04df Minor cosmetic changes and comments
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 96
diff changeset
   230
        <collection name="videoplayback" long-name="Video Playback Plugins" level="plugin">
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   231
          <component name="videohelix" long-name="Video Helix" filter="s60" introduced="^3" plugin="Y">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   232
            <unit bldFile="/sf/app/videoplayer/videoplayback/videohelix/group" filter="!test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   233
            <unit bldFile="/sf/app/videoplayer/videoplayback/videohelix/tsrc/ut_videohelixtest/group" filter="test,unit_test"/>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   234
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   235
          <component name="videopdlplaybackviewplugin" filter="s60" long-name="Video PDL Playback View Plugin" introduced="^3" plugin="Y">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   236
            <unit bldFile="/sf/app/videoplayer/videoplayback/videopdlplaybackviewplugin/group" filter="!test"/>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   237
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   238
          <component name="videoplaybackcontrols" filter="s60" long-name="Video Playback Controls" introduced="^3" plugin="Y">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   239
            <unit bldFile="/sf/app/videoplayer/videoplayback/videoplaybackcontrols/group" filter="!test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   240
            <unit bldFile="/sf/app/videoplayer/videoplayback/videoplaybackcontrols/tsrc/videoplaybackcontrols_test/group" filter="test,unit_test"/>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   241
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   242
          <component name="videoplaybackviewplugin" filter="s60" long-name="Video Playback View Plugin" introduced="^3" plugin="Y">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   243
            <unit bldFile="/sf/app/videoplayer/videoplayback/videoplaybackviewplugin/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   244
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   245
          <component name="videoplaybackviews" filter="s60" long-name="Video Playback Views" introduced="^3" plugin="Y">
141
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   246
            <unit bldFile="/sf/app/videoplayer/videoplayback/videoplaybackviews/group" filter="!test"/>
27d9d356efbf Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 115
diff changeset
   247
            <unit bldFile="/sf/app/videoplayer/videoplayback/videoplaybackviews/tsrc/ut_userinputhandlertest/group" filter="test,unit_test"/>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   248
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   249
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   250
      </block>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   251
    </layer>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   252
  </systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   253
</SystemDefinition>