symbian3/single/sysdefs/auto/system_model.xml
author Dario Sestito <darios@symbian.org>
Thu, 25 Nov 2010 12:33:56 +0000
changeset 947 8dd7b23fb722
parent 946 b19eb9afbf5d
child 949 2eb1f7ae37ca
permissions -rw-r--r--
Add auto generated symbian3 system model (packages@edb6c9c5a982)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     2
<!DOCTYPE SystemDefinition [
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     4
<!ATTLIST SystemDefinition
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     5
  name CDATA #REQUIRED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     6
  schema CDATA #REQUIRED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     7
>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
     9
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    10
<!-- System Model Section of DTD -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    11
<!ELEMENT systemModel (layer+)>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    12
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    15
<!ATTLIST layer
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    16
  name CDATA #REQUIRED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    17
  long-name CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    18
  levels NMTOKENS #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    19
  span CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    20
>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    21
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    24
<!ATTLIST block
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    25
  levels NMTOKENS #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    26
  span CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    27
  level NMTOKEN #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    28
  name CDATA #REQUIRED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    29
  long-name CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    30
>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    31
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    32
<!ELEMENT subblock (collection)*>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    34
<!ATTLIST subblock
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    35
  name CDATA #REQUIRED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    36
  long-name CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    37
>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    38
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    39
<!ELEMENT collection (component)*>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    41
<!ATTLIST collection
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    42
  name CDATA #REQUIRED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    43
  long-name CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    44
  level NMTOKEN #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    45
>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    46
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    47
<!ELEMENT component (unit)*>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    49
<!ATTLIST component
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    50
  name CDATA #REQUIRED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    51
  long-name CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    52
  deprecated CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    53
  introduced CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    54
  contract CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    55
  plugin (Y|N) "N"
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    56
  filter CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    57
  class NMTOKENS #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    58
  supports CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    60
>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    61
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    62
<!ELEMENT unit EMPTY >
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    63
<!-- must be buildable (bld.inf) -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    65
<!ATTLIST unit
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    66
  mrp CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    67
  filter CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    68
  bldFile CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    69
  root CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    70
  version NMTOKEN #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    72
  late (Y|N) #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    73
  priority CDATA #IMPLIED
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    74
>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    75
]>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
<systemModel>
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
    78
<layer name="adapt" long-name="Adaptation" levels="low mw high">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
    79
<block name="stubs" level="high" span="2" long-name="Stubs" levels="stub">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
<collection name="s60_stubs" level="stub">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
<component name="audiostubs" long-name="Audio Stubs">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
    82
<unit bldFile="adapt/stubs/audiostubs/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
<component name="btaudioadaptation_stub" long-name="Bluetooth Audio Adaptation Stub">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
    85
<unit bldFile="adapt/stubs/btaudioadaptation_stub/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
<component name="drm_stubs" long-name="DRM Stubs">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
    88
<unit bldFile="adapt/stubs/drm_stubs/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
<component name="ocrsrv_stub" long-name="OCR Services Stub">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
    91
<unit bldFile="adapt/stubs/ocrsrv_stub/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
<component name="omasuplasnconverterstubimpl" long-name="OMA SUPL ASN Converter Stub Implementation">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
    94
<unit bldFile="adapt/stubs/omasuplasnconverterstubimpl/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
<component name="posmsgpluginreferenceimpl" long-name="POS Message Plugin Reference Implementation" plugin="Y">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
    97
<unit bldFile="adapt/stubs/posmsgpluginreferenceimpl/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
<component name="srsfenginestub" long-name="SRSF Engine Stub">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   100
<unit bldFile="adapt/stubs/srsfenginestub/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
<component name="power_save_display_mode_stub" long-name="Power Save Display Mode Stub">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   103
<unit bldFile="adapt/stubs/power_save_display_mode_stub/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
<component name="systemswstubs" long-name="System Software Stubs">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   106
<unit bldFile="adapt/stubs/systemswstubs/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
<component name="tactileclickplugin_stub" long-name="Tactile Click Plugin Stub" plugin="Y">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   109
<unit bldFile="adapt/stubs/tactileclickplugin_stub/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
<component name="wlanhwinit_stub" long-name="WLAN Hardware Init Stub">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   112
<unit bldFile="adapt/stubs/wlanhwinit_stub/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   114
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
<block name="beagleboard" level="low" long-name="Beagle Board" levels="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
<collection name="omap3530" long-name="OMAP 3530" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
<component name="omap3530_build" long-name="Beagle Board Common" introduced="^3" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   119
<unit bldFile="adapt/beagleboard/omap3530" mrp="adapt/beagleboard/omap3530/base_beagle.mrp"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
<component name="omap3530_kernel" long-name="Beagle Board Kernel" introduced="^3" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   122
<unit bldFile="adapt/beagleboard/omap3530/kernel"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
<component name="beagleboard_Baseport" long-name="Beagle Board Baseport" introduced="^3" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   125
<unit bldFile="adapt/beagleboard/omap3530/beagleboard"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   127
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
<block name="qemu" level="low" long-name="QEMU and Baseport" levels="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
<collection name="qemu_baseport" long-name="Baseport" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
<component name="syborg" long-name="Syborg" introduced="^2" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   132
<unit bldFile="adapt/qemu/baseport/syborg" mrp="adapt/qemu/baseport/syborg/syborg.mrp"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   133
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
</block>
856
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   136
<block name="naviengine.nec" level="low" long-name="NaviEngine" levels="hw-if">
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   137
<collection name="navienginebsp" long-name="NaviEngine BSP" level="hw-if">
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   138
<component name="ne1_tb" long-name="NaviEngine 1 (Multiple)" introduced="^4" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   139
<unit bldFile="adapt/naviengine.nec/navienginebsp/ne1_tb"/>
856
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   140
</component>
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   141
<component name="sne1_tb" long-name="NaviEngine 1 (Single)" introduced="^4" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   142
<unit bldFile="adapt/naviengine.nec/navienginebsp/ne1_tb/single"/>
856
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   143
</component>
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   144
<component name="fne1_tb" long-name="NaviEngine 1 (Flexible)" introduced="^4" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   145
<unit bldFile="adapt/naviengine.nec/navienginebspflexible"/>
856
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   146
</component>
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   147
<component name="navienginebootldr" long-name="NaviEngine Boot Loader" introduced="^4" purpose="optional" filter="sf_build">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   148
<unit bldFile="adapt/naviengine.nec/navienginebootldr"/>
856
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   149
</component>
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   150
</collection>
0cf6db0199e9 Add auto generated symbian3 system model (packages@4067ae46bbeb)
Dario Sestito <darios@symbian.org>
parents: 849
diff changeset
   151
</block>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   152
<block name="codecs.aricent" level="low" long-name="Aricent Codecs">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   153
<collection name="utilities" long-name="Aricent Utilities">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   154
<component name="ariprocessengine" long-name="Aricent Process Engine">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   155
<unit bldFile="adapt/codecs.aricent/utilities/ariprocessengine/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   156
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   157
<component name="aristatemachine" long-name="Aricent State Machine">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   158
<unit bldFile="adapt/codecs.aricent/utilities/aristatemachine/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   159
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   160
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   161
<collection name="aaclc_enc" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   162
<component name="ariaaclcencmmfcodec">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   163
<unit bldFile="adapt/codecs.aricent/aaclc_enc/ariaaclcencmmfcodec/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   164
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   165
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   166
<collection name="amrnb_dec" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   167
<component name="ariamrnbdecmmfcodec">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   168
<unit bldFile="adapt/codecs.aricent/amrnb_dec/ariamrnbdecmmfcodec/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   169
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   170
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   171
<collection name="amrnb_enc" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   172
<component name="ariamrnbencmmfcodec">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   173
<unit bldFile="adapt/codecs.aricent/amrnb_enc/ariamrnbencmmfcodec/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   174
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   175
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   176
<collection name="amrwb_dec" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   177
<component name="ariamrwbdecmmfcodec">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   178
<unit bldFile="adapt/codecs.aricent/amrwb_dec/ariamrwbdecmmfcodec/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   179
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   180
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   181
<collection name="h264_dec" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   182
<component name="arih264dechwdevice">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   183
<unit bldFile="adapt/codecs.aricent/h264_dec/arih264dechwdevice/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   184
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   185
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   186
<collection name="h264_enc" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   187
<component name="arih264enchwdevice">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   188
<unit bldFile="adapt/codecs.aricent/h264_enc/arih264enchwdevice/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   189
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   190
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   191
<collection name="heaac_dec" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   192
<component name="ariheaacdecmmfcodec">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   193
<unit bldFile="adapt/codecs.aricent/heaac_dec/ariheaacdecmmfcodec/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   194
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   195
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   196
<collection name="mp3_dec" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   197
<component name="arimp3decmmfcodec">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   198
<unit bldFile="adapt/codecs.aricent/mp3_dec/arimp3decmmfcodec/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   199
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   200
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   201
<collection name="mp4asp_dec" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   202
<component name="arimpeg4aspdechwdevice">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   203
<unit bldFile="adapt/codecs.aricent/mp4asp_dec/arimpeg4aspdechwdevice/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   204
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   205
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   206
<collection name="mp4sp_enc" level="plugin">
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   207
<component name="arimp4spenchwdevice">
887
cd43afbd6191 Changed sf/adaptation to sf/adapt.
Chetan Kapoor<chetank@symbian.org>
parents: 856
diff changeset
   208
<unit bldFile="adapt/codecs.aricent/mp4sp_enc/arimp4spenchwdevice/group"/>
743
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   209
</component>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   210
</collection>
acbf5a738933 Add auto generated symbian3 system model (packages@68caaa4a9fe6)
Dario Sestito <darios@symbian.org>
parents: 675
diff changeset
   211
</block>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   212
</layer>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   213
<layer name="os" long-name="OS" levels="hw services">
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
   214
<block name="kernelhwsrv" level="hw" long-name="Kernel and Hardware Services" levels="hw-if adapt framework test">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   215
<collection name="brdbootldr" long-name="Board Boot Loader" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   216
<component name="ubootldr" long-name="Boot Loader" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   217
<unit mrp="os/kernelhwsrv/brdbootldr/ubootldr/base_ubootldr.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   218
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   219
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   220
<collection name="bsptemplate" long-name="Board Support Package Template" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   221
<component name="asspandvariant" long-name="Template ASSP and Variant" introduced="6.0" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   222
<unit bldFile="os/kernelhwsrv/bsptemplate/asspandvariant/template_variant" mrp="os/kernelhwsrv/bsptemplate/asspandvariant/base_template.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   223
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   224
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
   225
<collection name="kernel" long-name="Kernel Architecture" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   226
<component name="eka" long-name="Kernel Architecture" introduced="8.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   227
<unit bldFile="os/kernelhwsrv/kernel/eka" mrp="os/kernelhwsrv/kernel/eka/base_e32.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   228
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   229
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   230
<collection name="kerneltest" long-name="Kernel Test" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   231
<component name="e32utils" long-name="E32 Utilities" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   232
<unit bldFile="os/kernelhwsrv/kerneltest/e32utils/group" mrp="os/kernelhwsrv/kerneltest/e32utils/group/base_e32utils.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   233
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   234
<component name="e32test" long-name="E32 Tests" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   235
<unit bldFile="os/kernelhwsrv/kerneltest/e32test/group" mrp="os/kernelhwsrv/kerneltest/e32test/group/base_e32test.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   236
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   237
<component name="f32test" long-name="File Server Tests" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   238
<unit bldFile="os/kernelhwsrv/kerneltest/f32test/group" mrp="os/kernelhwsrv/kerneltest/f32test/group/base_f32test.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   239
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   240
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
   241
<collection name="ldds" long-name="Logical Device Drivers" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   242
<component name="ethernetldd" long-name="Ethernet Drivers" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   243
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ethernet" mrp="os/kernelhwsrv/kernel/eka/drivers/ethernet/base_e32_drivers_ethernet.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   244
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   245
<component name="audioldd" long-name="Audio Drivers" introduced="8.1b" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   246
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/soundsc" mrp="os/kernelhwsrv/kernel/eka/drivers/soundsc/base_e32_drivers_sound.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   247
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   248
<component name="serialldd" long-name="Serial Port Drivers" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   249
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/ecomm" mrp="os/kernelhwsrv/kernel/eka/drivers/ecomm/base_e32_drivers_ecomm.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   250
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   251
<component name="legacydrivers" long-name="Legacy Drivers" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   252
<unit mrp="os/kernelhwsrv/kernel/eka/drivers/adc/base_e32_drivers_adc.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   253
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   254
<component name="locmedia" long-name="Local Media Subsystem" introduced="8.1b" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   255
<!-- these are LDDs for storage media-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   256
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/locmedia" mrp="os/kernelhwsrv/kernel/eka/drivers/locmedia/base_e32_drivers_locmedia.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   257
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   258
<component name="runmodedebugger" long-name="Run Mode Debugger" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   259
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/debug/group" mrp="os/kernelhwsrv/kernel/eka/drivers/debug/group/base_e32_drivers_debug.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   260
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   261
<component name="btrace" long-name="Kernel Trace Tool" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   262
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/trace" mrp="os/kernelhwsrv/kernel/eka/drivers/trace/base_e32_drivers_trace.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   263
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   264
<component name="cameraldd" long-name="Camera Drivers" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   265
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/camerasc" mrp="os/kernelhwsrv/kernel/eka/drivers/camerasc/base_drivers_camerasc.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   266
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   267
<component name="displayldd" long-name="Display Drivers" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   268
<!-- owned and maintained by graphics package. To be moved there as soon as technical limitations are resolved -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   269
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/display" mrp="os/kernelhwsrv/kernel/eka/drivers/display/base_e32_drivers_display.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   270
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   271
<component name="usbclientdrivers" long-name="USB Client Drivers" introduced="8.1b" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   272
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   273
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbc" mrp="os/kernelhwsrv/kernel/eka/drivers/usbc/base_e32_drivers_usbcli.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   274
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   275
<component name="usbdescriptors" long-name="USB Descriptors" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   276
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   277
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdescriptors" mrp="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdescriptors/base_drivers_usbdescriptors.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   278
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   279
<component name="usbdi_utils" long-name="USB DI Utils" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   280
<!-- owned and maintained by usb package. To be moved there as soon as technical limitations are resolved -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   281
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdi_utils" mrp="os/kernelhwsrv/kernel/eka/drivers/usbho/usbdi_utils/base_drivers_usbdi_utils.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   282
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   283
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   284
<collection name="driversupport" long-name="Generic Driver Support" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   285
<component name="mediadrivers" long-name="Media Drivers" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   286
<!-- these are for storage media-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   287
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/media" mrp="os/kernelhwsrv/kernel/eka/drivers/media/base_e32_drivers_media.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   288
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   289
<component name="genericboardsupport" long-name="Generic Board Support" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   290
<unit bldFile="os/kernelhwsrv/kernel/eka/drivers/bsp" mrp="os/kernelhwsrv/kernel/eka/drivers/bsp/base_e32_drivers_bsp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   291
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   292
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   293
<collection name="userlibandfileserver" long-name="User Library and File Server" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   294
<component name="euser" long-name="User Library" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   295
<unit bldFile="os/kernelhwsrv/kernel/eka/euser" mrp="os/kernelhwsrv/kernel/eka/euser/base_e32_euser.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   296
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   297
<component name="compsupp" long-name="Compiler Runtime Support" filter="gt" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   298
<unit bldFile="os/kernelhwsrv/kernel/eka/compsupp" mrp="os/kernelhwsrv/kernel/eka/compsupp/base_e32_compsupp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   299
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   300
<component name="fileserver" long-name="File Server" filter="gt" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   301
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/group" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/group/base_f32.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   302
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   303
<component name="estart" long-name="Base Starter" filter="gt" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   304
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/estart" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/estart/base_f32_estart.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   305
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   306
<component name="domainmgr" long-name="Domain Manager" introduced="8.1b" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   307
<unit bldFile="os/kernelhwsrv/userlibandfileserver/domainmgr/group" mrp="os/kernelhwsrv/userlibandfileserver/domainmgr/group/base_domain.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   308
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   309
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   310
<collection name="filesystems" long-name="File Systems" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   311
<component name="romfs" long-name="ROM File System" filter="gt" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   312
<unit mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srom/base_f32_srom.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   313
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   314
<component name="rofs" long-name="ROFS" filter="gt" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   315
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/srofs" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/srofs/base_f32_srofs.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   316
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   317
<component name="usbmsfs" long-name="USB Mass Storage File System" filter="gt" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   318
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/base_f32_smassstorage.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   319
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   320
<component name="usbhostmssrv" long-name="USB Host Mass Storage Server" filter="gt" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   321
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage/base_f32_shostmassstorage.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   322
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   323
<component name="fat32fs" long-name="FAT32 File System" filter="gt" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   324
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/base_f32_sfat32.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   325
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   326
<component name="fatfs" long-name="FAT File System" filter="gt" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   327
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/sfat" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/sfat/base_f32_sfat.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   328
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   329
<component name="compfs" long-name="Composite File System" filter="gt" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   330
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/scomp" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/scomp/base_f32_scomp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   331
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   332
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   333
<collection name="halservices" long-name="HAL Services" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   334
<component name="hal" long-name="User-Side Hardware Abstraction" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   335
<unit bldFile="os/kernelhwsrv/halservices/hal" mrp="os/kernelhwsrv/halservices/hal/base_hal.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   336
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   337
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   338
<collection name="textmodeshell" long-name="Text Mode Shell" level="test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   339
<component name="e32wsrv" long-name="Text Window Server" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   340
<unit bldFile="os/kernelhwsrv/kernel/eka/ewsrv" mrp="os/kernelhwsrv/kernel/eka/ewsrv/base_e32_ewsrv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   341
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   342
<component name="textshell" long-name="Text Shell" filter="gt" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   343
<unit bldFile="os/kernelhwsrv/userlibandfileserver/fileserver/etshell" mrp="os/kernelhwsrv/userlibandfileserver/fileserver/etshell/base_f32_eshell.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   344
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   345
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   346
<collection name="baseapitest" long-name="Base API Tests" level="test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   347
<collection name="kernelhwsrv_info" long-name="Kernel and Hardware Services Info" level="test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   348
<component name="kernelhwsrv_metadata" long-name="Kernel and Hardware Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   349
<unit mrp="os/kernelhwsrv/kernelhwsrv_info/kernelhwsrv_metadata/kernelhwsrv_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   350
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   351
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   352
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   353
<block name="boardsupport" level="hw" long-name="Board Support" levels="bsp test 2 3 config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   354
<collection name="emulator" long-name="Emulator" level="bsp">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   355
<component name="emulatorbsp" long-name="Emulator BSP" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   356
<unit bldFile="os/boardsupport/emulator/emulatorbsp" mrp="os/boardsupport/emulator/emulatorbsp/base_wins.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   357
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   358
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   359
<collection name="haitest" long-name="HAI Test Suites" level="test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   360
<component name="bspsvs" long-name="BSP Verification Suite" introduced="^2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   361
<unit mrp="os/boardsupport/haitest/bspsvs/group/bspsvs.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   362
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   363
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   364
<collection name="boardsupport_info" long-name="Board Support Info" level="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   365
<component name="boardsupport_metadata" long-name="Board Support Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   366
<unit mrp="os/boardsupport/boardsupport_info/boardsupport_metadata/boardsupport_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   367
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   368
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   369
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   370
<block name="buildtools" level="hw" long-name="Build Tools" levels="bld mw fw ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   371
<collection name="imgtools_os" long-name="Image Tools" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   372
<component name="romkiteka2" long-name="ROMKIT EKA2" deprecated="^2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   373
<unit bldFile="os/buildtools/imgtools_os/romkiteka2/group" mrp="os/buildtools/imgtools_os/romkiteka2/group/tools_romkit.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   374
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   375
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   376
</block>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
   377
<block name="fshell" level="generic" long-name="FShell" levels="bld mw fw ui">
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
   378
<collection name="fshell_all" long-name="FShell Build" level="fw">
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
   379
<component name="fshell_s3" long-name="FShell Symbian^3" introduced="^3" purpose="development">
939
7967c0cc6577 Add auto generated symbian3 system model (packages@37468c63b544)
Dario Sestito <darios@symbian.org>
parents: 937
diff changeset
   380
<unit bldFile="os/fshell/build/sf/3"/>
916
667a95823ddd Add auto generated symbian3 system model (packages@52c2f66d4186)
Dario Sestito <darios@symbian.org>
parents: 909
diff changeset
   381
</component>
667a95823ddd Add auto generated symbian3 system model (packages@52c2f66d4186)
Dario Sestito <darios@symbian.org>
parents: 909
diff changeset
   382
</collection>
667a95823ddd Add auto generated symbian3 system model (packages@52c2f66d4186)
Dario Sestito <darios@symbian.org>
parents: 909
diff changeset
   383
</block>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   384
<block name="ossrv" level="services" long-name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   385
<collection name="ossrv_pub" long-name="Generic OS Services Public Interfaces" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   386
<component name="boost_apis" long-name="Boost APIs" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   387
<unit bldFile="os/ossrv/ossrv_pub/boost_apis/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   388
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   389
<component name="cpp_wrappers" long-name="Cpp wrappers" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   390
<unit bldFile="os/ossrv/ossrv_pub/cpp_wrappers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   391
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   392
<component name="character_type_apis" long-name="Character Type APIs" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   393
<unit bldFile="os/ossrv/ossrv_pub/character_type_apis/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   394
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   395
<component name="compiler_specific_runtime_support" long-name="Compiler Specific Runtime Support" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   396
<unit bldFile="os/ossrv/ossrv_pub/compiler_specific_runtime_support/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   397
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   398
<component name="ossrv_configuration_api" long-name="Generic OS Services Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   399
<unit bldFile="os/ossrv/ossrv_pub/configuration/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   400
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   401
<component name="crypto_authentication_codes_and_hash_functions_api" long-name="Crypto Authentication Codes and Hash Functions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   402
<unit bldFile="os/ossrv/ossrv_pub/crypto_authentication_codes_and_hash_functions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   403
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   404
<component name="crypto_auxillary_functions_api" long-name="Crypto Auxillary Functions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   405
<unit bldFile="os/ossrv/ossrv_pub/crypto_auxillary_functions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   406
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   407
<component name="crypto_certificates_api" long-name="Crypto Certificates API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   408
<unit bldFile="os/ossrv/ossrv_pub/crypto_certificates_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   409
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   410
<component name="crypto_inputoutput_and_data_encoding_api" long-name="Crypto Input/Output and Data Encoding API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   411
<unit bldFile="os/ossrv/ossrv_pub/crypto_inputoutput_and_data_encoding_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   412
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   413
<component name="crypto_public_key_cryptography_and_key_agreement_api" long-name="Crypto Public Key Cryptography and Key Agreement API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   414
<unit bldFile="os/ossrv/ossrv_pub/crypto_public_key_cryptography_and_key_agreement_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   415
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   416
<component name="crypto_symmetric_ciphers_api" long-name="Crypto Symmetric Ciphers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   417
<unit bldFile="os/ossrv/ossrv_pub/crypto_symmetric_ciphers_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   418
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   419
<component name="crypto_utility_functions_api" long-name="Crypto Utility Functions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   420
<unit bldFile="os/ossrv/ossrv_pub/crypto_utility_functions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   421
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   422
<component name="cryptogaphy_related_api" long-name="Cryptogaphy Related API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   423
<unit bldFile="os/ossrv/ossrv_pub/cryptogaphy_related_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   424
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   425
<component name="ossrv_debug_api" long-name="Generic OS Services Debug API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   426
<unit bldFile="os/ossrv/ossrv_pub/debug/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   428
<component name="ossrv_exceptions_api" long-name="Generic OS Services Exceptions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   429
<unit bldFile="os/ossrv/ossrv_pub/exceptions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   430
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   431
<component name="gboxed" long-name="GBoxed API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   432
<unit bldFile="os/ossrv/ossrv_pub/gboxed/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   433
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   434
<component name="glib_arrays" long-name="Glib Arrays API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   435
<unit bldFile="os/ossrv/ossrv_pub/glib_arrays/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   436
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   437
<component name="glib_asynchronous_queues" long-name="Glib Asynchronous Queues API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   438
<unit bldFile="os/ossrv/ossrv_pub/glib_asynchronous_queues/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   439
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   440
<component name="glib_atomic_operations" long-name="Glib Atomic Operations API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   441
<unit bldFile="os/ossrv/ossrv_pub/glib_atomic_operations/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   442
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   443
<component name="glib_automatic_string_completion" long-name="Glib Automatic String Completion API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   444
<unit bldFile="os/ossrv/ossrv_pub/glib_automatic_string_completion/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   445
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   446
<component name="glib_balanced_binary_trees" long-name="Glib Balanced Binary Trees API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   447
<unit bldFile="os/ossrv/ossrv_pub/glib_balanced_binary_trees/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   448
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   449
<component name="glib_basic_types" long-name="Glib Basic Types API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   450
<unit bldFile="os/ossrv/ossrv_pub/glib_basic_types/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   451
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   452
<component name="glib_caches" long-name="Glib Caches API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   453
<unit bldFile="os/ossrv/ossrv_pub/glib_caches/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   454
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   455
<component name="glib_character_set_conversion" long-name="Glib Character Set Conversion API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   456
<unit bldFile="os/ossrv/ossrv_pub/glib_character_set_conversion/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   457
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   458
<component name="glib_closures" long-name="Glib Closures API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   459
<unit bldFile="os/ossrv/ossrv_pub/glib_closures/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   460
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   461
<component name="glib_commandline_option_parser" long-name="Glib Command Line Option Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   462
<unit bldFile="os/ossrv/ossrv_pub/glib_commandline_option_parser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   463
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   464
<component name="glib_datasets" long-name="Glib Datasets API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   465
<unit bldFile="os/ossrv/ossrv_pub/glib_datasets/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   466
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   467
<component name="glib_date_and_time_functions" long-name="Glib Date and Time Functions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   468
<unit bldFile="os/ossrv/ossrv_pub/glib_date_and_time_functions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   469
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   470
<component name="glib_doubleended_queues" long-name="Glib Double-ended Queues API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   471
<unit bldFile="os/ossrv/ossrv_pub/glib_doubleended_queues/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   472
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   473
<component name="glib_doublylinked_lists" long-name="Glib Doubly-Linked Lists API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   474
<unit bldFile="os/ossrv/ossrv_pub/glib_doublylinked_lists/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   475
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   476
<component name="glib_dynamic_loading_of_modules" long-name="Glib Dynamic Loading of Modules API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   477
<unit bldFile="os/ossrv/ossrv_pub/glib_dynamic_loading_of_modules/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   478
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   479
<component name="glib_enums_and_flags" long-name="Glib Enums and Flags API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   480
<unit bldFile="os/ossrv/ossrv_pub/glib_enums_and_flags/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   481
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   482
<component name="glib_error_reporting" long-name="Glib Error Reporting API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   483
<unit bldFile="os/ossrv/ossrv_pub/glib_error_reporting/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   484
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   485
<component name="glib_file_utilities" long-name="Glib File Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   486
<unit bldFile="os/ossrv/ossrv_pub/glib_file_utilities/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   487
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   488
<component name="glib_generic_values" long-name="Glib Generic Values API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   489
<unit bldFile="os/ossrv/ossrv_pub/glib_generic_values/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   490
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   491
<component name="glib_globstyle_pattern_matching" long-name="Glib Glob-Style Pattern Matching API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   492
<unit bldFile="os/ossrv/ossrv_pub/glib_globstyle_pattern_matching/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   493
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   494
<component name="glib_hash_tables" long-name="Glib Hash Tables API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   495
<unit bldFile="os/ossrv/ossrv_pub/glib_hash_tables/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   496
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   497
<component name="glib_hook_functions" long-name="Glib Hook Functions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   498
<unit bldFile="os/ossrv/ossrv_pub/glib_hook_functions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   499
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   500
<component name="glib_internationalization" long-name="Glib  Internationalization API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   501
<unit bldFile="os/ossrv/ossrv_pub/glib_internationalization/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   502
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   503
<component name="glib_io_channels" long-name="Glib I/O Channels API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   504
<unit bldFile="os/ossrv/ossrv_pub/glib_io_channels/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   505
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   506
<component name="glib_keyvalue_file_parser" long-name="Glib Key-Value File Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   507
<unit bldFile="os/ossrv/ossrv_pub/glib_keyvalue_file_parser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   508
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   509
<component name="glib_lexical_scanner" long-name="Glib Lexical Scanner API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   510
<unit bldFile="os/ossrv/ossrv_pub/glib_lexical_scanner/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   511
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   512
<component name="glib_main_event_loop" long-name="Glib Main Event Loop API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   513
<unit bldFile="os/ossrv/ossrv_pub/glib_main_event_loop/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   514
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   515
<component name="glib_memory_allocation" long-name="Glib Memory Allocation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   516
<unit bldFile="os/ossrv/ossrv_pub/glib_memory_allocation/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   517
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   518
<component name="glib_memory_slices" long-name="Glib Memory Slices API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   519
<unit bldFile="os/ossrv/ossrv_pub/glib_memory_slices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   520
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   521
<component name="glib_message_logging" long-name="Glib Message Logging API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   522
<unit bldFile="os/ossrv/ossrv_pub/glib_message_logging/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   523
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   524
<component name="glib_miscellaneous_utility_functions" long-name="Glib Miscellaneous Utility Functions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   525
<unit bldFile="os/ossrv/ossrv_pub/glib_miscellaneous_utility_functions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   526
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   527
<component name="glib_nary_trees" long-name="Glib N-ary Trees API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   528
<unit bldFile="os/ossrv/ossrv_pub/glib_nary_trees/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   529
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   530
<component name="glib_parameters_and_values" long-name="Glib Parameters and Values API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   531
<unit bldFile="os/ossrv/ossrv_pub/glib_parameters_and_values/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   532
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   533
<component name="glib_quarks" long-name="Glib Quarks API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   534
<unit bldFile="os/ossrv/ossrv_pub/glib_quarks/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   535
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   536
<component name="glib_random_numbers" long-name="Glib Random Numbers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   537
<unit bldFile="os/ossrv/ossrv_pub/glib_random_numbers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   538
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   539
<component name="glib_relations_and_tuples" long-name="Glib Relations and Tuples API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   540
<unit bldFile="os/ossrv/ossrv_pub/glib_relations_and_tuples/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   541
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   542
<component name="glib_shellrelated_utilities" long-name="Glib Shell-related Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   543
<unit bldFile="os/ossrv/ossrv_pub/glib_shellrelated_utilities/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   544
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   545
<component name="glib_signals" long-name="Glib Signals API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   546
<unit bldFile="os/ossrv/ossrv_pub/glib_signals/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   547
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   548
<component name="glib_simple_xml_subset_parser" long-name="Glib Simple XML Subset Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   549
<unit bldFile="os/ossrv/ossrv_pub/glib_simple_xml_subset_parser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   550
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   551
<component name="glib_singlylinked_lists" long-name="Glib Singly-Linked Lists API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   552
<unit bldFile="os/ossrv/ossrv_pub/glib_singlylinked_lists/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   553
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   554
<component name="glib_spawning_processes" long-name="Glib Spawning Processes API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   555
<unit bldFile="os/ossrv/ossrv_pub/glib_spawning_processes/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   556
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   557
<component name="glib_standard_macros" long-name="Glib Standard Macros API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   558
<unit bldFile="os/ossrv/ossrv_pub/glib_standard_macros/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   559
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   560
<component name="glib_string_utility_functions" long-name="Glib String Utility Functions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   561
<unit bldFile="os/ossrv/ossrv_pub/glib_string_utility_functions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   562
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   563
<component name="glib_strings" long-name="Glib Strings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   564
<unit bldFile="os/ossrv/ossrv_pub/glib_strings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   565
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   566
<component name="glib_thread_pools" long-name="Glib Thread Pools API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   567
<unit bldFile="os/ossrv/ossrv_pub/glib_thread_pools/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   568
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   569
<component name="glib_threads" long-name="Glib Threads API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   570
<unit bldFile="os/ossrv/ossrv_pub/glib_threads/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   571
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   572
<component name="glib_timers" long-name="Glib Timers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   573
<unit bldFile="os/ossrv/ossrv_pub/glib_timers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   574
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   575
<component name="glib_unicode_manipulation" long-name="Glib Unicode Manipulation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   576
<unit bldFile="os/ossrv/ossrv_pub/glib_unicode_manipulation/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   577
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   578
<component name="glib_value_arrays" long-name="Glib Value Arrays API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   579
<unit bldFile="os/ossrv/ossrv_pub/glib_value_arrays/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   580
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   581
<component name="glib_varargs_value_collection" long-name="Glib Varargs Value Collection API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   582
<unit bldFile="os/ossrv/ossrv_pub/glib_varargs_value_collection/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   583
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   584
<component name="gobject" long-name="GObject API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   585
<unit bldFile="os/ossrv/ossrv_pub/gobject/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   586
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   587
<component name="gparamspec" long-name="GParamSpec API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   588
<unit bldFile="os/ossrv/ossrv_pub/gparamspec/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   589
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   590
<component name="gtype" long-name="GType API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   591
<unit bldFile="os/ossrv/ossrv_pub/gtype/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   592
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   593
<component name="gtypemodule" long-name="GTypeModule API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   594
<unit bldFile="os/ossrv/ossrv_pub/gtypemodule/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   595
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   596
<component name="gtypeplugin" long-name="GTypePlugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   597
<unit bldFile="os/ossrv/ossrv_pub/gtypeplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   598
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   599
<component name="io_stream_api" long-name="I/O stream API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   600
<unit bldFile="os/ossrv/ossrv_pub/io_stream_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   601
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   602
<component name="localization_function_api" long-name="Localization Function API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   603
<unit bldFile="os/ossrv/ossrv_pub/localization_function_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   604
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   605
<component name="math_operations_api" long-name="Math Operations API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   606
<unit bldFile="os/ossrv/ossrv_pub/math_operations_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   607
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   608
<component name="ossrv_memory_api" long-name="Generic OS Services Memory API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   609
<unit bldFile="os/ossrv/ossrv_pub/memory/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   610
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   611
<component name="no_namespace_headers" long-name="No Namespace Headers" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   612
<unit bldFile="os/ossrv/ossrv_pub/no_namespace_headers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   613
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   614
<component name="openc_headers" long-name="OpenC headers" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   615
<unit bldFile="os/ossrv/ossrv_pub/openc_headers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   616
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   617
<component name="openc_wrappers" long-name="OpenC wrappers" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   618
<unit bldFile="os/ossrv/ossrv_pub/openc_wrappers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   619
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   620
<component name="ssl_general_api" long-name="SSL General API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   621
<unit bldFile="os/ossrv/ossrv_pub/ssl_general_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   622
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   623
<component name="ssl_protocol_methods_api" long-name="SSL Protocol Methods API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   624
<unit bldFile="os/ossrv/ossrv_pub/ssl_protocol_methods_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   625
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   626
<component name="standard_compressiondecompression_api" long-name="Standard Compression/Decompression API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   627
<unit bldFile="os/ossrv/ossrv_pub/standard_compressiondecompression_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   628
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   629
<component name="stl" long-name="STL API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   630
<unit bldFile="os/ossrv/ossrv_pub/stl/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   631
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   632
<component name="thread_api" long-name="Thread API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   633
<unit bldFile="os/ossrv/ossrv_pub/thread_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   634
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   635
<component name="type_attributes" long-name="Type Attributes API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   636
<unit bldFile="os/ossrv/ossrv_pub/type_attributes/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   637
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   638
<component name="typeinfo" long-name="Type Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   639
<unit bldFile="os/ossrv/ossrv_pub/typeinfo/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   640
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   641
<component name="utility_apis" long-name="Utility APIs" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   642
<unit bldFile="os/ossrv/ossrv_pub/utility_apis/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   643
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   644
<component name="wide_character_classapis" long-name="Wide character class/apis" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   645
<unit bldFile="os/ossrv/ossrv_pub/wide_character_classapis/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   646
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   647
<component name="dbus_api" long-name="Dbus API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   648
<unit bldFile="os/ossrv/ossrv_pub/dbus/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   649
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
   650
<component name="dbus_glib_api" long-name="D-Bus GLib API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   651
<unit bldFile="os/ossrv/ossrv_pub/dbus-glib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   652
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   653
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   654
<collection name="ossrv_plat" long-name="Generic OS Services Platform Interfaces" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   655
<component name="libutils_apis" long-name="Utility Library APIs" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   656
<unit bldFile="os/ossrv/ossrv_plat/libutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   657
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   658
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   659
<collection name="stdlibs" long-name="Standard Libraries" level="translation">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   660
<component name="libz" filter="s60" long-name="Z Compression Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   661
<unit bldFile="os/ossrv/stdlibs/libz/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   662
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   663
<component name="libcrypt" filter="s60" long-name="Crypt Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   664
<unit bldFile="os/ossrv/stdlibs/libcrypt/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   665
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   666
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   667
<collection name="ssl" long-name="SSL" level="data-services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   668
<component name="libcrypto" filter="s60" long-name="Crypto Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   669
<unit bldFile="os/ossrv/ssl/libcrypto/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   670
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   671
<component name="libssl" filter="s60" purpose="development" long-name="SSL Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   672
<unit bldFile="os/ossrv/ssl/libssl/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   673
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   674
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   675
<collection name="glib" long-name="GLib" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   676
<component name="glibbackend" filter="s60" long-name="GLib Backend">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   677
<unit bldFile="os/ossrv/glib/glibbackend/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   678
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   679
<component name="libglib" filter="s60" long-name="GLib Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   680
<unit bldFile="os/ossrv/glib/libglib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   681
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   682
<component name="libgthread" filter="s60" long-name="Libg Thread">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   683
<unit bldFile="os/ossrv/glib/libgthread/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   684
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   685
<component name="libgmodule" filter="s60" long-name="Libg Module">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   686
<unit bldFile="os/ossrv/glib/libgmodule/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   687
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   688
<component name="libgobject" filter="s60" long-name="Libg Object">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   689
<unit bldFile="os/ossrv/glib/libgobject/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   690
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   691
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   692
<collection name="stdcpp" long-name="C++ Standard Library" level="translation">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   693
<!-- collection is really a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   694
<component name="stdcpp_build" filter="s60" long-name="Stdcpp">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   695
<unit bldFile="os/ossrv/stdcpp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   696
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   697
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   698
<collection name="ofdbus" long-name="Open Foundation D-Bus" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   699
<component name="dbus" filter="s60" long-name="D-Bus">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   700
<unit bldFile="os/ossrv/ofdbus/dbus/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   701
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
   702
<component name="dbus_glib" filter="s60" long-name="D-Bus GLib">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   703
<unit bldFile="os/ossrv/ofdbus/dbus-glib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   704
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   705
<component name="ofdbus_rom" filter="s60" long-name="D-Bus ROM">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
   706
<!-- Contains IBY for for dbus. Should remove #includes to above components and move this down a directory 
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   707
            Consider moving IBY file to one of the above as well and removing this component entirely -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   708
<unit bldFile="os/ossrv/ofdbus/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   709
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   710
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   711
<collection name="utilitylibraries" long-name="Utility Libraries" level="encoding">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   712
<component name="libutils" filter="s60" long-name="Utility Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   713
<unit bldFile="os/ossrv/utilitylibraries/libutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   714
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   715
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   716
<collection name="genericservices" long-name="Generic Services" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   717
<component name="s60compatibilityheaders" long-name="S60 Compatibility Headers" filter="gt" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   718
<unit bldFile="os/ossrv/genericservices/s60compatibilityheaders/groupsymtb101sf" mrp="os/ossrv/genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp" version="tb101sf"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   719
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   720
<component name="mimerecognitionfw" long-name="MIME Recognition Framework" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   721
<unit bldFile="os/ossrv/genericservices/mimerecognitionfw/group" mrp="os/ossrv/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   722
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   723
<component name="systemagent" long-name="System Agent" introduced="9.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   724
<unit bldFile="os/ossrv/genericservices/systemagent/group" mrp="os/ossrv/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   725
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   726
<component name="taskscheduler" long-name="Task Scheduler" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   727
<unit bldFile="os/ossrv/genericservices/taskscheduler/group" mrp="os/ossrv/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   728
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   729
<component name="activebackupclient" long-name="Active Backup Client" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   730
<unit bldFile="os/ossrv/genericservices/activebackupclient/group" mrp="os/ossrv/genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   731
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   732
<component name="syslibsdocs" long-name="Syslibs Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   733
<unit mrp="os/ossrv/genericservices/syslibsdocs/syslibs_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   734
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   735
<component name="httputils" long-name="HTTP Utilities Library" introduced="6.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   736
<unit bldFile="os/ossrv/genericservices/httputils/group" mrp="os/ossrv/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   737
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   738
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   739
<collection name="syslibsapitest" long-name="SysLibs API Tests" level="utilities"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   740
<collection name="compressionlibs" long-name="Compression Libraries" level="data-services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   741
<component name="ziplib" long-name="Zip Compression Library" introduced="6.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   742
<unit bldFile="os/ossrv/compressionlibs/ziplib/group" mrp="os/ossrv/compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   743
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   744
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   745
<collection name="genericopenlibs" long-name="Generic Open Libraries" level="translation">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   746
<component name="cstdlib" long-name="C Standard Library" introduced="ER5" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   747
<unit bldFile="os/ossrv/genericopenlibs/cstdlib/group" mrp="os/ossrv/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   748
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   749
<component name="cppstdlib" long-name="C++ Standard Library" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   750
<unit bldFile="os/ossrv/genericopenlibs/cppstdlib/group" mrp="os/ossrv/genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   751
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   752
<component name="openenvcore" long-name="Open Environment Core" introduced="^2" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   753
<unit bldFile="os/ossrv/genericopenlibs/openenvcore/group" mrp="os/ossrv/genericopenlibs/openenvcore/group/openenv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   754
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   755
<component name="posixrealtimeextensions" long-name="POSIX Realtime Extensions" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   756
<unit bldFile="os/ossrv/genericopenlibs/posixrealtimeextensions/group" mrp="os/ossrv/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   757
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   758
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   759
<collection name="lowlevellibsandfws" long-name="Low Level Libraries and Frameworks" level="app-libs">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   760
<component name="pluginfw" long-name="Plugin Framework" introduced="6.2" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   761
<unit bldFile="os/ossrv/lowlevellibsandfws/pluginfw/Group" mrp="os/ossrv/lowlevellibsandfws/pluginfw/Group/syslibs_ecom3.mrp" version="3"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   762
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   763
<component name="apputils" long-name="Application Utilities" introduced="ER5" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   764
<unit bldFile="os/ossrv/lowlevellibsandfws/apputils/group" mrp="os/ossrv/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   765
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   766
<component name="genericusabilitylib" long-name="Generic Usability Library" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   767
<unit bldFile="os/ossrv/lowlevellibsandfws/genericusabilitylib/group" mrp="os/ossrv/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   768
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   769
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   770
<collection name="ossrv_info" long-name="Generic OS Services Info" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   771
<component name="ossrv_build" filter="s60" long-name="Generic OS Services Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   772
<!-- exports should be moved to individual components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   773
<unit bldFile="os/ossrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   774
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   775
<component name="ossrv_metadata" long-name="Generic OS Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   776
<unit mrp="os/ossrv/ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   777
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   778
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   779
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
   780
<block name="persistentdata" level="services" long-name="Persistent Data Services" levels="adapt hw-if plugin framework server app-if">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   781
<collection name="featuremgmt" long-name="Feature Management" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   782
<component name="featuremgr" long-name="Feature Manager" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   783
<unit bldFile="os/persistentdata/featuremgmt/featuremgr/group" mrp="os/persistentdata/featuremgmt/featuremgr/group/syslibs_featmgr.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   784
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   785
<component name="featureregistry" long-name="Feature Registry" introduced="9.2" deprecated="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   786
<unit bldFile="os/persistentdata/featuremgmt/featureregistry/group" mrp="os/persistentdata/featuremgmt/featureregistry/group/syslibs_featreg.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   787
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   788
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   789
<collection name="loggingservices" long-name="Logging Services" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   790
<component name="eventlogger" long-name="Event Logger" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   791
<unit bldFile="os/persistentdata/loggingservices/eventlogger/group" mrp="os/persistentdata/loggingservices/eventlogger/group/syslibs_logeng.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   792
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
   793
<component name="filelogger" long-name="File Logger" introduced="ER5" deprecated="^3" purpose="optional">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   794
<unit bldFile="os/persistentdata/loggingservices/filelogger/group" mrp="os/persistentdata/loggingservices/filelogger/group/comms-infras_flogger.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   795
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   796
<component name="rfilelogger" long-name="RFile Logger" deprecated="^3" introduced="9.1" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   797
<unit bldFile="os/persistentdata/loggingservices/rfilelogger/group" mrp="os/persistentdata/loggingservices/rfilelogger/group/testtools_utilities.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   798
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   799
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   800
<collection name="traceservices" long-name="Trace Services" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   801
<component name="commsdebugutility" long-name="Comms Debug Utility" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   802
<unit bldFile="os/persistentdata/traceservices/commsdebugutility/group" mrp="os/persistentdata/traceservices/commsdebugutility/group/comms-infras_commsdebugutility.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   803
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   804
<component name="tracefw" long-name="Trace Framework" introduced="9.2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   805
<unit bldFile="os/persistentdata/traceservices/tracefw/ulogger/group" mrp="os/persistentdata/traceservices/tracefw/ulogger/group/tools_debug_trace.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   806
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   807
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   808
<collection name="persistentstorage" long-name="Persistent Storage" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   809
<component name="store" long-name="Store" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   810
<unit bldFile="os/persistentdata/persistentstorage/store/group" mrp="os/persistentdata/persistentstorage/store/group/syslibs_store.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   811
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   812
<component name="dbms" long-name="DBMS" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   813
<unit bldFile="os/persistentdata/persistentstorage/dbms/group" mrp="os/persistentdata/persistentstorage/dbms/group/syslibs_dbms.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   814
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   815
<component name="centralrepository" long-name="Central Repository" introduced="7.0s" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   816
<unit bldFile="os/persistentdata/persistentstorage/centralrepository/group" mrp="os/persistentdata/persistentstorage/centralrepository/group/syslibs_centralrepository.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   817
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   818
<component name="sql" long-name="SQL" introduced="9.3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   819
<unit bldFile="os/persistentdata/persistentstorage/sql/GROUP" mrp="os/persistentdata/persistentstorage/sql/GROUP/syslibs_sql.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   820
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   821
<component name="sqlite3api" long-name="SQLite 3 API" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   822
<unit bldFile="os/persistentdata/persistentstorage/sqlite3api/GROUP" mrp="os/persistentdata/persistentstorage/sqlite3api/GROUP/syslibs_sqlite3.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   823
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   824
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   825
<collection name="persistentdata_info" long-name="Persistent Data Services Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   826
<component name="persistentdata_metadata" long-name="Persistent Data Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   827
<unit mrp="os/persistentdata/persistentdata_info/persistentdata_metadata/persistentdata_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   828
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   829
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   830
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
   831
<block name="devicesrv" level="services" long-name="Device Services" levels="adapt hw-if plugin framework server app-if">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   832
<collection name="devicesrv_pub" long-name="Device Services Public Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   833
<component name="platform_path_definitions_api" long-name="Platform Path Definitions API" filter="s60,bldmefirst" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   834
<unit bldFile="os/devicesrv/devicesrv_pub/platform_path_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   835
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   836
<component name="common_platform_security_definitions_api" long-name="Common Platform Security Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   837
<unit bldFile="os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   838
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   839
<component name="feature_discovery_api" long-name="Feature Discovery API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   840
<unit bldFile="os/devicesrv/devicesrv_pub/feature_discovery_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   841
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   842
<component name="platform_environment_api" long-name="Platform Environment API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   843
<unit bldFile="os/devicesrv/devicesrv_pub/platform_environment_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   844
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   845
<component name="sensor_channel_api" long-name="Sensor Channel API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   846
<unit bldFile="os/devicesrv/devicesrv_pub/sensor_channel_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   847
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   848
<component name="sensor_definitions_api" long-name="Sensor Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   849
<unit bldFile="os/devicesrv/devicesrv_pub/sensor_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   850
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   851
<component name="version_info_api" long-name="Version Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   852
<unit bldFile="os/devicesrv/devicesrv_pub/version_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   853
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   854
<component name="accessory_monitoring_api" long-name="Accessory Monitoring API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   855
<unit bldFile="os/devicesrv/devicesrv_pub/accessory_monitoring_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   856
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   857
<component name="haptics_api" long-name="Haptics API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   858
<unit bldFile="os/devicesrv/devicesrv_pub/haptics_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   859
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   860
<component name="sensor_data_compensator_api" long-name="Sensor Data Compensator API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   861
<unit bldFile="os/devicesrv/devicesrv_pub/sensor_data_compensator_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   862
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   863
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   864
<collection name="devicesrv_plat" long-name="Device Services Platform Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   865
<component name="configuration_file_parser_api" long-name="Configuration File Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   866
<unit bldFile="os/devicesrv/devicesrv_plat/configuration_file_parser_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   867
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   868
<component name="dos_extension_plugin_api" long-name="DOS Extension Plug-In API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   869
<unit bldFile="os/devicesrv/devicesrv_plat/dos_extension_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   870
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   871
<component name="mediator_command_initiator_api" long-name="Mediator Command Initiator API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   872
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_command_initiator_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   873
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   874
<component name="syslangutil_api" long-name="SysLangUtil API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   875
<unit bldFile="os/devicesrv/devicesrv_plat/syslangutil_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   876
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   877
<component name="wakeup_alarm_api" long-name="Wakeup Alarm API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   878
<unit bldFile="os/devicesrv/devicesrv_plat/wakeup_alarm_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   879
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   880
<component name="disk_and_memory_level_keys_api" long-name="Disk and Memory Level Keys API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   881
<unit bldFile="os/devicesrv/devicesrv_plat/disk_and_memory_level_keys_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   882
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   883
<component name="mediator_plugin_api" long-name="Mediator Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   884
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   885
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   886
<component name="headset_status_api" long-name="Headset Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   887
<unit bldFile="os/devicesrv/devicesrv_plat/headset_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   888
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   889
<component name="system_startup_extension_plugin_api" long-name="System Startup Extension Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   890
<unit bldFile="os/devicesrv/devicesrv_plat/system_startup_extension_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   891
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   892
<component name="sensor_plugin_api" long-name="Sensor Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   893
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   894
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   895
<component name="accessory_api" long-name="Accessory API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   896
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   897
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   898
<component name="display_language_definition_api" long-name="Display Language Definition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   899
<unit bldFile="os/devicesrv/devicesrv_plat/display_language_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   900
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   901
<component name="mediator_command_responder_api" long-name="Mediator Command Responder API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   902
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_command_responder_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   903
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   904
<component name="accessory_policy_definitions_api" long-name="Accessory Policy Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   905
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   906
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   907
<component name="hw_settings_api" long-name="Hardware Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   908
<unit bldFile="os/devicesrv/devicesrv_plat/hw_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   909
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   910
<component name="mediator_domain_definitions_api" long-name="Mediator Domain Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   911
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_domain_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   912
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   913
<component name="sensor_extension_api" long-name="Sensor Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   914
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   915
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   916
<component name="accessory_plugin_api" long-name="Accessory Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   917
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   918
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   919
<component name="sae_api" long-name="SAE API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   920
<unit bldFile="os/devicesrv/devicesrv_plat/sae_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   921
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   922
<component name="accessory_control_api" long-name="Accessory Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   923
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   924
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   925
<component name="mediator_static_registration_api" long-name="Mediator Static Registration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   926
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_static_registration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   927
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   928
<component name="accessory_key_event_handling_api" long-name="Accessory Key Event Handling API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   929
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_key_event_handling_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   930
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   931
<component name="mediator_notification_api" long-name="Mediator Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   932
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   933
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   934
<component name="accessory_policy_utility_api" long-name="Accessory Policy Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   935
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   936
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   937
<component name="common_dsy_plugin_api" long-name="Common DSY Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   938
<unit bldFile="os/devicesrv/devicesrv_plat/common_dsy_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   939
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   940
<component name="remote_control_extension_api" long-name="Remote Control Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   941
<unit bldFile="os/devicesrv/devicesrv_plat/remote_control_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   942
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   943
<component name="sensor_channel_filter_api" long-name="Sensor Channel Filter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   944
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_channel_filter_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   945
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   946
<component name="dos_extension_api" long-name="DOS Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   947
<unit bldFile="os/devicesrv/devicesrv_plat/dos_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   948
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   949
<component name="accessory_audio_control_api" long-name="Accessory Audio Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   950
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_audio_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   951
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   952
<component name="mediator_event_consumer_api" long-name="Mediator Event Consumer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   953
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_event_consumer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   954
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   955
<component name="shared_data_api" long-name="Shared Data API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   956
<unit bldFile="os/devicesrv/devicesrv_plat/shared_data_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   957
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   958
<component name="accessory_settings_api" long-name="Accessory Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   959
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   960
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   961
<component name="accessory_bluetooth_control_api" long-name="Accessory Bluetooth Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   962
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_bluetooth_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   963
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   964
<component name="extended_version_info_api" long-name="Extended Version Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   965
<unit bldFile="os/devicesrv/devicesrv_plat/extended_version_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   966
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   967
<component name="mediator_event_provider_api" long-name="Mediator Event Provider API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   968
<unit bldFile="os/devicesrv/devicesrv_plat/mediator_event_provider_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   969
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   970
<component name="tv_out_config_api" long-name="TV Out Config API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   971
<unit bldFile="os/devicesrv/devicesrv_plat/tv_out_config_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   972
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   973
<component name="tspclientmapper_api" long-name="TSP Client Mapper API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   974
<unit bldFile="os/devicesrv/devicesrv_plat/tspclientmapper_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   975
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   976
<component name="powersave_api" long-name="Power Save API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   977
<unit bldFile="os/devicesrv/devicesrv_plat/powersave_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   978
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   979
<component name="powersave_definitions_api" long-name="Power Save Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   980
<unit bldFile="os/devicesrv/devicesrv_plat/powersave_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   981
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   982
<component name="powersave_plugin_api" long-name="Power Save Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   983
<unit bldFile="os/devicesrv/devicesrv_plat/powersave_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   984
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   985
<component name="extended_version_info_plugin_api" long-name="Extended Version Info Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   986
<unit bldFile="os/devicesrv/devicesrv_plat/extended_version_info_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   987
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   988
<component name="haptics_plugin_api" long-name="Haptics Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   989
<unit bldFile="os/devicesrv/devicesrv_plat/haptics_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   990
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   991
<component name="haptics_effect_data_getter_plugin_api" long-name="Haptics Effect Data Getter Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   992
<unit bldFile="os/devicesrv/devicesrv_plat/haptics_effect_data_getter_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   993
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   994
<component name="haptics_packetizer_plugin_api" long-name="Haptics Packetizer Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   995
<unit bldFile="os/devicesrv/devicesrv_plat/haptics_packetizer_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   996
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   997
<component name="tiltcompensation_api" long-name="Tilt Compensation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   998
<unit bldFile="os/devicesrv/devicesrv_plat/tiltcompensation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   999
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1000
<component name="disk_notification_handler_api" long-name="Disk Notification Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1001
<unit bldFile="os/devicesrv/devicesrv_plat/disk_notification_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1002
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1003
<component name="accessory_policy_usb_audio_api" long-name="Accessory Policy USB Audio API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1004
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_usb_audio_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1005
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1006
<component name="accessory_policy_hdmi_audio_api" long-name="Accessory Policy HDMI Audio API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1007
<unit bldFile="os/devicesrv/devicesrv_plat/accessory_policy_hdmi_audio_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1008
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1009
<component name="sensor_data_compensator_plugin_api" long-name="Sensor Data Compensator Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1010
<unit bldFile="os/devicesrv/devicesrv_plat/sensor_data_compensator_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1011
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1012
<component name="ddc_access_api" long-name="DDC Access API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1013
<unit bldFile="os/devicesrv/devicesrv_plat/ddc_access_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1014
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1015
<component name="tv_out_behaviour_api" long-name="TV Out Behaviour API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1016
<unit bldFile="os/devicesrv/devicesrv_plat/tv_out_behaviour_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1017
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1018
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1019
<collection name="accessoryservices" long-name="Accessory Services" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1020
<component name="accessorymonitor" filter="s60" long-name="Accessory Monitor">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1021
<unit bldFile="os/devicesrv/accessoryservices/accessorymonitor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1022
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1023
<component name="accessoryremotecontrol" filter="s60" long-name="Accessory Remote Control">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1024
<unit bldFile="os/devicesrv/accessoryservices/accessoryremotecontrol/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1025
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1026
<component name="accessoryserver" filter="s60" long-name="Accessory Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1027
<unit bldFile="os/devicesrv/accessoryservices/accessoryserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1028
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1029
<component name="pluggeddisplay" filter="s60" long-name="Plugged Display" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1030
<unit bldFile="os/devicesrv/accessoryservices/pluggeddisplay/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1031
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1032
<component name="headsetstatusapi" filter="s60" long-name="Headset Status API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1033
<unit bldFile="os/devicesrv/accessoryservices/headsetstatusapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1034
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1035
<component name="tspclientmapper" filter="s60" long-name="TSP Client Mapper">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1036
<unit bldFile="os/devicesrv/accessoryservices/tspclientmapper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1037
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1038
<component name="remotecontrolfw" long-name="Remote Control Framework" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1039
<unit bldFile="os/devicesrv/accessoryservices/remotecontrolfw/group" mrp="os/devicesrv/accessoryservices/remotecontrolfw/group/bluetooth_remotecontrol.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1040
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1041
<component name="gid_pc_tool" filter="s60" long-name="Generic ID PC Tool" class="tool PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1042
<unit bldFile="os/devicesrv/accessoryservices/gid_pc_tool/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1043
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1044
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1045
<collection name="commonservices" long-name="Common Services" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1046
<component name="commonengine" filter="s60" long-name="Common Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1047
<unit bldFile="os/devicesrv/commonservices/commonengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1048
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1049
<component name="commonengineresources" filter="s60" long-name="Common Engine Resources" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1050
<unit bldFile="os/devicesrv/commonservices/commonengineresources/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1051
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1052
<component name="platformenv" filter="s60" long-name="Platform Environment">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1053
<unit bldFile="os/devicesrv/commonservices/platformenv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1054
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1055
<component name="sysutil" long-name="System Utilities" purpose="mandatory" introduced="ER5">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1056
<unit bldFile="os/devicesrv/commonservices/sysutil/group" mrp="os/devicesrv/commonservices/sysutil/group/sysutil.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1057
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1058
<component name="activitymanager" long-name="Activity Manager" purpose="mandatory" introduced="ER5">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1059
<unit bldFile="os/devicesrv/commonservices/activitymanager/group" mrp="os/devicesrv/commonservices/activitymanager/group/activitymanager.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1060
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1061
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1062
<collection name="dosservices" long-name="Domestic Operating System Services" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1063
<component name="commondsy" filter="s60" long-name="Common DSY" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1064
<unit bldFile="os/devicesrv/dosservices/commondsy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1065
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1066
<component name="dosserver" filter="s60" long-name="Domestic OS Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1067
<unit bldFile="os/devicesrv/dosservices/dosserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1068
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1069
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1070
<collection name="sensorservices" long-name="Sensor Services" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1071
<component name="sensorserver" filter="s60" long-name="Sensor Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1072
<unit bldFile="os/devicesrv/sensorservices/sensorserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1073
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1074
<component name="orientationssy" filter="s60" long-name="Orientation SSY" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1075
<unit bldFile="os/devicesrv/sensorservices/orientationssy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1076
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1077
<component name="tiltcompensationssy" filter="s60" long-name="Tilt Compensation SSY" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1078
<unit bldFile="os/devicesrv/sensorservices/tiltcompensationssy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1079
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1080
<component name="sensordatacompensator" filter="s60" long-name="Sensor Data Compensator">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1081
<unit bldFile="os/devicesrv/sensorservices/sensordatacompensator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1082
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1083
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1084
<collection name="hwrmhaptics" long-name="HWRM Haptics" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1085
<component name="hapticseffectdatagetterfw" filter="s60" long-name="Haptics Effect Data Getter Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1086
<unit bldFile="os/devicesrv/hwrmhaptics/hapticseffectdatagetterfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1087
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1088
<component name="hapticspluginservice" filter="s60" long-name="Haptics Plugin Service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1089
<unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginservice/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1090
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1091
<component name="hapticspacketizer" filter="s60" long-name="Haptics Packetizer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1092
<unit bldFile="os/devicesrv/hwrmhaptics/hapticspacketizer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1093
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1094
<component name="hapticspluginmanager" filter="s60" long-name="Haptics Plugin Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1095
<unit bldFile="os/devicesrv/hwrmhaptics/hapticspluginmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1096
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1097
<component name="hapticsserver" filter="s60" long-name="Haptics Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1098
<unit bldFile="os/devicesrv/hwrmhaptics/hapticsserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1099
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1100
<component name="hapticsclient" filter="s60" long-name="Haptics Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1101
<unit bldFile="os/devicesrv/hwrmhaptics/hapticsclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1102
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1103
<component name="hwrmhaptics_build" filter="s60" long-name="HWRM Haptics Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1104
<!-- move these exports into the appropriate above components and delete this component-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1105
<unit bldFile="os/devicesrv/hwrmhaptics/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1106
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1107
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1108
<collection name="mediator" long-name="Mediator" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1109
<!--collection is really a component. Move it down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1110
<component name="mediator_build" filter="s60" long-name="Mediator Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1111
<unit bldFile="os/devicesrv/mediator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1112
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1113
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1114
<collection name="psmservices" long-name="Power Save Mode Services" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1115
<component name="psmserver" filter="s60" long-name="PSM Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1116
<unit bldFile="os/devicesrv/psmservices/psmserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1117
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1118
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1119
<collection name="resourcemgmt" long-name="Resource Management" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1120
<component name="hwrmfmtxwatcherplugin" filter="s60" long-name="HWRM FM Transmitter Watcher Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1121
<unit bldFile="os/devicesrv/resourcemgmt/hwrmfmtxwatcherplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1122
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1123
<component name="hwrmtargetmodifierplugin" filter="s60" long-name="HWRM Target Modifier Plugin" plugin="Y">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  1124
<!-- uncomment the unit when configuration is in place, it's currently #included from resourcemgmt_build, 
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1125
      		may need to  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1126
<!-- <unit bldFile="resourcemgmt/hwrmtargetmodifierplugin/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1127
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1128
<component name="vibractrl" filter="s60" long-name="Vibra Control" deprecated="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1129
<unit bldFile="os/devicesrv/resourcemgmt/vibractrl/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1130
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1131
<component name="hwresourcesmgr" long-name="Hardware Resources Manager" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1132
<unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgr/group" mrp="os/devicesrv/resourcemgmt/hwresourcesmgr/group/telephony_hwrm.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1133
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1134
<component name="hwresourcesmgrconfig" long-name="Hardware Resources Manager Config" introduced="^3" purpose="optional" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1135
<unit bldFile="os/devicesrv/resourcemgmt/hwresourcesmgrconfig" mrp="os/devicesrv/resourcemgmt/hwresourcesmgrconfig/telephony_hwrm-config.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1136
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1137
<component name="resourcemgmt_build" filter="s60" long-name="Resource Management Build">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  1138
<!-- Move exports to a self-contained component.
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1139
         	This needs to be kept around until configuration is in place -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1140
<unit bldFile="os/devicesrv/resourcemgmt/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1141
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1142
<component name="powerandmemorynotificationservice" long-name="Power and Memory Notification Service" introduced="6.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1143
<unit bldFile="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group" mrp="os/devicesrv/resourcemgmt/powerandmemorynotificationservice/group/syslibs_pwrcli.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1144
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1145
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1146
<collection name="sysstatemgmt" long-name="System State Management" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1147
<component name="ssmmapperutility" filter="s60" long-name="SSM Mapper Utility" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1148
<unit bldFile="os/devicesrv/sysstatemgmt/ssmmapperutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1149
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1150
<component name="ssmpolicyplugins" filter="s60" long-name="SSM Policy Plugins" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1151
<unit bldFile="os/devicesrv/sysstatemgmt/ssmpolicyplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1152
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1153
<component name="ssmutilityplugins" filter="s60" long-name="SSM Utility Plugins" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1154
<unit bldFile="os/devicesrv/sysstatemgmt/ssmutilityplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1155
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1156
<component name="ssmcmdlists" filter="s60" long-name="SSM Command Lists" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1157
<unit bldFile="os/devicesrv/sysstatemgmt/ssmcmdlists/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1158
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1159
<component name="ssmcustcmds" filter="s60" long-name="SSM Custom Commands" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1160
<unit bldFile="os/devicesrv/sysstatemgmt/ssmcustcmds/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1161
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1162
<component name="syslangutil" filter="s60" long-name="System Language Utility" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1163
<unit bldFile="os/devicesrv/sysstatemgmt/syslangutil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1164
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1165
<component name="sysrestart" filter="s60" long-name="System Restart" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1166
<unit bldFile="os/devicesrv/sysstatemgmt/sysrestart/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1167
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1168
<component name="sysuiprovider" filter="s60" long-name="System UI Provider" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1169
<unit bldFile="os/devicesrv/sysstatemgmt/sysuiprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1170
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1171
<component name="systemstarter" long-name="System Starter" introduced="9.1" deprecated="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1172
<unit bldFile="os/devicesrv/sysstatemgmt/systemstarter/group" mrp="os/devicesrv/sysstatemgmt/systemstarter/group/app-framework_sysstart.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1173
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1174
<component name="systemstatemgr" long-name="System State Manager" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1175
<unit bldFile="os/devicesrv/sysstatemgmt/systemstatemgr/group" mrp="os/devicesrv/sysstatemgmt/systemstatemgr/group/app-framework_ssma.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1176
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1177
<component name="systemstateplugins" long-name="System State Plugins" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1178
<unit bldFile="os/devicesrv/sysstatemgmt/systemstateplugins/group" mrp="os/devicesrv/sysstatemgmt/systemstateplugins/group/app-framework_ssplugins.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1179
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1180
<component name="systemstatereferenceplugins" long-name="System State Reference Plugins" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1181
<unit bldFile="os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group" mrp="os/devicesrv/sysstatemgmt/systemstatereferenceplugins/group/app-framework_ssrefplugins.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1182
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1183
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1184
<collection name="resourceinterfaces" long-name="Resource Interfaces" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1185
<component name="fmtransmittercontrol" long-name="FM Transmitter Control" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1186
<unit bldFile="os/devicesrv/resourceinterfaces/fmtransmittercontrol/group" mrp="os/devicesrv/resourceinterfaces/fmtransmittercontrol/group/telephony_hwrmfmtx.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1187
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1188
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1189
<collection name="systemhealthmanagement" long-name="System Health Management" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1190
<component name="systemhealthmgr" long-name="System Health Manager" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1191
<unit bldFile="os/devicesrv/systemhealthmanagement/systemhealthmgr/group" mrp="os/devicesrv/systemhealthmanagement/systemhealthmgr/group/app-framework_shma.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1192
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1193
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1194
<collection name="devicesrvapitest" long-name="Devices Services API Tests" level="app-if"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1195
<collection name="devicesrv_info" long-name="Device Services Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1196
<component name="devicesrv_metadata" long-name="Device Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1197
<unit mrp="os/devicesrv/devicesrv_info/devicesrv_metadata/devicesrv_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1198
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1199
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1200
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1201
<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1202
<collection name="authorisation" long-name="Authorisation" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1203
<component name="userpromptservice" long-name="User Prompt Service" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1204
<unit bldFile="os/security/authorisation/userpromptservice/group" mrp="os/security/authorisation/userpromptservice/group/security_ups.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1205
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1206
<component name="userpromptutils" long-name="User Prompt Utils" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1207
<unit bldFile="os/security/authorisation/userpromptutils/group" mrp="os/security/authorisation/userpromptutils/group/security_ups_utils.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1208
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1209
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1210
<collection name="contentmgmt" long-name="Content Management" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1211
<component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1212
<unit bldFile="os/security/contentmgmt/contentaccessfwfordrm/group" mrp="os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1213
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1214
<component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1215
<unit bldFile="os/security/contentmgmt/cafrecogniserconfig" mrp="os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1216
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1217
<component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development">
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1218
<unit bldFile="os/security/contentmgmt/referencedrmagent/RefTestAgent/group" mrp="os/security/contentmgmt/referencedrmagent/RefTestAgent/group/security_rta.mrp"/>
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1219
</component>
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1220
<component name="cafstreamingsupport" long-name="CAF Streaming Support" introduced="^3" purpose="optional">
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1221
<unit bldFile="os/security/contentmgmt/cafstreamingsupport/group" mrp="os/security/contentmgmt/cafstreamingsupport/group/security_streamingcaf.mrp"/>
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1222
</component>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1223
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1224
<collection name="crypto" long-name="Crypto Libraries" level="libraries">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1225
<component name="weakcryptospi" long-name="Weak Crypto SPI" filter="gt" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1226
<unit bldFile="os/security/crypto/weakcryptospi/group" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_weak.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1227
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1228
<component name="strongcryptospi" long-name="Strong Crypto SPI" filter="gt" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1229
<unit bldFile="os/security/crypto/weakcryptospi/strong" mrp="os/security/crypto/weakcryptospi/group/security_cryptospi_strong.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1230
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1231
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1232
<collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1233
<component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1234
<unit bldFile="os/security/cryptomgmtlibs/securityutils/group" mrp="os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1235
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1236
<component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1237
<unit mrp="os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1238
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1239
<component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1240
<unit bldFile="os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1241
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1242
<component name="securitycommonutils" long-name="Security Common Utils" introduced="8.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1243
<unit bldFile="os/security/cryptomgmtlibs/securitycommonutils/group" mrp="os/security/cryptomgmtlibs/securitycommonutils/group/security_commonutils.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1244
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1245
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1246
<collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1247
<component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1248
<unit bldFile="os/security/securityanddataprivacytools/securityconfig/group" mrp="os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1249
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1250
<component name="securitytools" long-name="Security Tools" introduced="^3" purpose="optional" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1251
<unit bldFile="os/security/securityanddataprivacytools/securitytools/group" mrp="os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1252
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1253
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1254
<collection name="cryptoplugins" long-name="Crypto Plugins" level="plugins">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1255
<component name="cryptospiplugins" long-name="Crypto SPI Plugins" filter="gt" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1256
<unit bldFile="os/security/cryptoplugins/cryptospiplugins/group" mrp="os/security/cryptoplugins/cryptospiplugins/group/security_cryptospi_plugins.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1257
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1258
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1259
<collection name="cryptoservices" long-name="Crypto Services" level="plugins">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1260
<component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1261
<unit bldFile="os/security/cryptoservices/certificateandkeymgmt/group" mrp="os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1262
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1263
<component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1264
<unit bldFile="os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1265
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1266
<component name="browserrootcertificates" long-name="Browser Root Certificates" introduced="^2" purpose="optional" filter="sf_build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1267
<unit mrp="os/security/cryptoservices/browserrootcertificates/browserrootcerts.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1268
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1269
<component name="rootcertificates" filter="sf_build" long-name="Root Certificates" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1270
<!-- not in S60 codebase -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1271
<unit bldFile="os/security/cryptoservices/rootcertificates/group" mrp="os/security/cryptoservices/rootcertificates/group/rootcerts.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1272
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1273
<component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1274
<unit bldFile="os/security/cryptoservices/asnpkcs/group" mrp="os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1275
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1276
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1277
<collection name="security_info" long-name="OS Security Info" level="utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1278
<component name="security_metadata" long-name="OS Security Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1279
<unit mrp="os/security/security_info/security_metadata/security_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1280
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1281
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1282
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1283
<block name="lbs" level="services" long-name="Locating Services" levels="hw-if data-acquisition adapt management application-interface">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1284
<collection name="datasourcemodules" long-name="Generic Positioning Plugins" level="data-acquisition">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1285
<component name="defaultpositioningmodule" long-name="Default Positioning Module" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1286
<unit bldFile="os/lbs/datasourcemodules/defaultpositioningmodule/group" mrp="os/lbs/datasourcemodules/defaultpositioningmodule/group/lbs_default_positioning_module.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1287
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1288
<component name="bluetoothgpspositioningmodule" long-name="Bluetooth GPS Positioning Module" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1289
<unit bldFile="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group" mrp="os/lbs/datasourcemodules/bluetoothgpspositioningmodule/group/lbs_bt_positioning_module.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1290
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1291
<component name="simulationpositioningmodule" long-name="Simulation Positioning Module" introduced="^2" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1292
<unit bldFile="os/lbs/datasourcemodules/simulationpositioningmodule/group" mrp="os/lbs/datasourcemodules/simulationpositioningmodule/group/lbs_simulation_positioning_module.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1293
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1294
<component name="gpspositioningmodule" long-name="GPS/A-GPS Positioning Module" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1295
<unit bldFile="os/lbs/datasourcemodules/gpspositioningmodule/group" mrp="os/lbs/datasourcemodules/gpspositioningmodule/group/lbs_agps_positioning_module.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1296
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1297
<component name="networkpositioningmodule" long-name="Network Positioning Module" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1298
<unit bldFile="os/lbs/datasourcemodules/networkpositioningmodule/group" mrp="os/lbs/datasourcemodules/networkpositioningmodule/group/lbs_network_positioning_module.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1299
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1300
<component name="locationapesuplpsy" long-name="APE SUPL Positioning Module" introduced="^3" purpose="optional" plugin="Y">
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1301
<unit bldFile="os/lbs/datasourcemodules/locationapesuplpsy/group" mrp="os/lbs/datasourcemodules/locationapesuplpsy/group/lbs_ape_supl_positioning_module.mrp"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1302
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1303
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1304
<collection name="datasourceadaptation" long-name="Data Source Adaptation" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1305
<component name="gpsdatasourceadaptation" long-name="GPS Data Source Adaptation" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1306
<unit bldFile="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group" mrp="os/lbs/datasourceadaptation/gpsdatasourceadaptation/group/lbs_gps_data_source_adaptation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1307
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1308
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1309
<collection name="locationrequestmgmt" long-name="Location Request Management" level="application-interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1310
<component name="locationserver" long-name="Location Server" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1311
<unit bldFile="os/lbs/locationrequestmgmt/locationserver/group" mrp="os/lbs/locationrequestmgmt/locationserver/group/lbs_locationserver.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1312
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1313
<component name="networkrequesthandler" long-name="Network Request Handler" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1314
<unit bldFile="os/lbs/locationrequestmgmt/networkrequesthandler/group" mrp="os/lbs/locationrequestmgmt/networkrequesthandler/group/lbs_networkrequesthandler.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1315
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1316
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1317
<collection name="lbstest" long-name="Locating Services Tests" level="application-interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1318
<component name="locationprotocoltest" long-name="Location Protocol Tests" introduced="9.2" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1319
<unit bldFile="os/lbs/lbstest/locationprotocoltest/group" mrp="os/lbs/lbstest/locationprotocoltest/group/lbs_networktest.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1320
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1321
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1322
<collection name="locationmgmt" long-name="Location Management" level="management">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1323
<component name="locmonitor" long-name="Location Monitor" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1324
<unit bldFile="os/lbs/locationmgmt/locmonitor/lbslocmonitorserver/group" mrp="os/lbs/locationmgmt/locmonitor/lbslocmonitorserver/group/lbs_locationmonitor.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1325
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1326
<component name="agpslocationmgr" long-name="A-GPS Location Manager" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1327
<unit bldFile="os/lbs/locationmgmt/agpslocationmgr/group" mrp="os/lbs/locationmgmt/agpslocationmgr/group/lbs_agpslocationmanager.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1328
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1329
<component name="networklocationmgr" long-name="Network Location Manager" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1330
<unit bldFile="os/lbs/locationmgmt/networklocationmgr/group" mrp="os/lbs/locationmgmt/networklocationmgr/group/lbs_networklocationmanager.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1331
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1332
<component name="locationcore" long-name="Location Core" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1333
<unit bldFile="os/lbs/locationmgmt/locationcore/group" mrp="os/lbs/locationmgmt/locationcore/group/lbs_admin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1334
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1335
<component name="networkgateway" long-name="Network Gateway" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1336
<unit bldFile="os/lbs/locationmgmt/networkgateway/group" mrp="os/lbs/locationmgmt/networkgateway/group/lbs_networkgateway.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1337
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1338
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1339
<collection name="networkprotocolmodules" long-name="Network Protocol Modules" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1340
<component name="privacyprotocolmodule" long-name="Privacy Protocol Module" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1341
<unit bldFile="os/lbs/networkprotocolmodules/privacyprotocolmodule/group" mrp="os/lbs/networkprotocolmodules/privacyprotocolmodule/group/lbs_privacyprotocolmodule.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1342
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1343
<component name="suplproxyprotocolmodule" long-name="SUPL Proxy Protocol Module" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1344
<!-- hack for Foundation builds needed while collection is reorganised into proper components -->
904
1d5316e52aff Add auto generated symbian3 system model (packages@8d9a8ca4f752)
Dario Sestito <darios@symbian.org>
parents: 902
diff changeset
  1345
<unit bldFile="os/lbs/networkprotocolmodules/suplproxyprotocolmodule/sfgroup" mrp="os/lbs/networkprotocolmodules/suplproxyprotocolmodule/sfgroup/lbs_suplproxyprotocolmodule.mrp"/>
795
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1346
</component>
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1347
<component name="suplprotocolmodule" long-name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" plugin="Y">
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1348
<!-- hack for Foundation builds needed while collection is reorganised into proper components -->
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1349
<unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1350
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  1351
<component name="suplprotocolmodule1" long-name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" plugin="Y">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1352
<!-- hack for Foundation builds needed while collection is reorganised into proper components -->
795
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1353
<unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/HostSettingsApi/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1354
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  1355
<component name="suplprotocolmodule2" long-name="SUPL Protocol Module" introduced="^2" deprecated="^2" purpose="optional" plugin="Y">
795
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1356
<!-- hack for Foundation builds needed while collection is reorganised into proper components -->
e560dc0dcbc7 Add auto generated symbian3 system model (packages@78746c813c8c)
Dario Sestito <darios@symbian.org>
parents: 751
diff changeset
  1357
<unit bldFile="os/lbs/networkprotocolmodules/suplprotocolmodule/SuplPushAPI/group" mrp="os/lbs/networkprotocolmodules/suplprotocolmodule/group/lbs_suplprotocolmodule.mrp"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1358
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  1359
<component name="suplrrlpprotocol3" long-name="SUPL RRLP Protocol Module">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1360
<!-- hack for Foundation builds needed while collection is reorganised into proper components -->
904
1d5316e52aff Add auto generated symbian3 system model (packages@8d9a8ca4f752)
Dario Sestito <darios@symbian.org>
parents: 902
diff changeset
  1361
<unit bldFile="os/lbs/networkprotocolmodules/suplcontrolplaneprotocols/common/suplrrlpprotocol/sfgroup"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1362
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1363
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1364
<collection name="lbsapitest" long-name="Location API Tests" level="application-interface"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1365
<collection name="lbs_info" long-name="Locating Services Info" level="application-interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1366
<component name="lbs_metadata" long-name="Locating Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1367
<unit mrp="os/lbs/lbs_info/lbs_metadata/lbs_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1368
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1369
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1370
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1371
<block name="commsfw" level="services" long-name="Communications Framework" levels="server support framework process app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1372
<collection name="commsprocess" long-name="Comms Process" level="process">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1373
<component name="commsrootserver" long-name="Comms Root Server" introduced="7.0s" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1374
<unit bldFile="os/commsfw/commsprocess/commsrootserverconfig/group" mrp="os/commsfw/commsprocess/commsrootserverconfig/group/comms-infras_rootserver.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1375
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1376
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1377
<collection name="commsconfig" long-name="Comms Config" level="process">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1378
<component name="commsdatabase" long-name="Comms Database" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1379
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/group/comms-infras_commsdat.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1380
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1381
<component name="commsdatabaseshim" long-name="Comms Database Shim" introduced="8.1" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1382
<unit bldFile="os/commsfw/commsconfig/commsdatabaseshim/group" mrp="os/commsfw/commsconfig/commsdatabaseshim/group/comms-infras_commdbshim.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1383
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1384
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1385
<collection name="datacommsserver" long-name="Data Comms Server" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1386
<component name="esockserver" long-name="ESock Server" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1387
<unit bldFile="os/commsfw/datacommsserver/esockserver/group" mrp="os/commsfw/datacommsserver/esockserver/group/comms-infras_esock.mrp" version="3"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1388
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1389
<component name="networkingdialogapi" long-name="Networking Dialog API" introduced="6.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1390
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/group" mrp="os/commsfw/datacommsserver/networkingdialogapi/group/networking_dialog.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1391
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1392
<component name="networkingdialogstub" long-name="Networking Dialog Stub" introduced="6.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1393
<unit bldFile="os/commsfw/datacommsserver/networkingdialogapi/default" mrp="os/commsfw/datacommsserver/networkingdialogapi/default/networking_dialog_default.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1394
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1395
<component name="networkcontroller" long-name="Network Controller" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1396
<unit bldFile="os/commsfw/datacommsserver/networkcontroller/group" mrp="os/commsfw/datacommsserver/networkcontroller/group/networking_netcon.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1397
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1398
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1399
<collection name="serialserver" long-name="Serial Server" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1400
<component name="serialportcsy" long-name="Serial Port CSY" introduced="ER5" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1401
<unit bldFile="os/commsfw/serialserver/serialportcsy" mrp="os/commsfw/serialserver/serialportcsy/ser-comms_serialportcsy.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1402
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1403
<component name="packetloopbackcsy" long-name="Packet Loopback CSY" introduced="8.1" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1404
<unit bldFile="os/commsfw/serialserver/packetloopbackcsy/group" mrp="os/commsfw/serialserver/packetloopbackcsy/group/PacketLoopbackCSY.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1405
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1406
<component name="c32serialserver" long-name="C32 Serial Server" introduced="ER5" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1407
<unit bldFile="os/commsfw/serialserver/c32serialserver/group" mrp="os/commsfw/serialserver/c32serialserver/group/ser-comms_c32.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1408
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1409
<component name="c32serialserverconfig" long-name="C32 Serial Server Config" introduced="ER5" purpose="mandatory" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1410
<unit bldFile="os/commsfw/serialserver/c32serialserverconfig" mrp="os/commsfw/serialserver/c32serialserverconfig/ser-comms_c32-config.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1411
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1412
<component name="c32serialserverdocs" long-name="C32 Serial Server Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1413
<unit mrp="os/commsfw/serialserver/c32serialserverdocs/ser-comms_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1414
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1415
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1416
<collection name="commsfwutils" long-name="Comms Framework Utilities" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1417
<component name="commsbufs" long-name="Comms Buffers" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1418
<unit bldFile="os/commsfw/commsfwutils/commsbufs/group" mrp="os/commsfw/commsfwutils/commsbufs/group/comms-infras_commsbufs.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1419
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1420
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1421
<collection name="commsfw_info" long-name="Comms Framework Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1422
<component name="commsinfrastructuredocs" long-name="Comms Infrastructure Documentation" introduced="7.0" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1423
<unit mrp="os/commsfw/commsfw_info/commsinfrastructuredocs/comms-infras_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1424
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1425
<component name="commsfw_metadata" long-name="Communications Framework Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1426
<unit mrp="os/commsfw/commsfw_info/commsfw_metadata/commsfw_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1428
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1429
<collection name="commsfwsupport" long-name="Comms Framework Support" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1430
<component name="commselements" long-name="Comms Elements" introduced="8.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1431
<unit bldFile="os/commsfw/commsfwsupport/commselements/group" mrp="os/commsfw/commsfwsupport/commselements/group/comms-infras_elements.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1432
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1433
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1434
<collection name="commsinfrastructureapitest" long-name="Comms-Infras API Tests" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1435
<component name="commsinfrastructuresvs" long-name="Comms Infrastructure Verification Suite" introduced="^3" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1436
<unit mrp="os/commsfw/commsinfrastructureapitest/commsinfrastructuresvs/group/commsinfrastructuresvs.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1437
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1438
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1439
<collection name="commsfwtools" long-name="Comms Framework Tools" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1440
<component name="preparedefaultcommsdatabase" long-name="Prepare Default Comms Database" filter="gt" purpose="mandatory" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1441
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/defaultcommdb/group/comms-infras_defaultcommdb.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1442
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1443
<component name="installdefaultcommsdatabase" long-name="Install Default Comms Database" purpose="mandatory" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1444
<unit bldFile="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group" mrp="os/commsfw/commsfwtools/preparedefaultcommsdatabase/installdefaultcommdb/group/comms-infras_installdefaultcommdb.mrp" priority="1010"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1445
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1446
<component name="commstools" long-name="Comms Tools" introduced="^3" purpose="development" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1447
<unit bldFile="os/commsfw/commsfwtools/commstools/group" mrp="os/commsfw/commsfwtools/commstools/group/comms-infras_tools.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1448
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1449
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1450
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1451
<block name="networkingsrv" level="services" long-name="Networking Services" levels="adapt hw-if plugin framework server app-if">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1452
<collection name="esockapiextensions" long-name="ESock API Extensions" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1453
<component name="internetsockets" long-name="Internet Sockets" introduced="ER5" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1454
<unit bldFile="os/networkingsrv/esockapiextensions/internetsockets/group" mrp="os/networkingsrv/esockapiextensions/internetsockets/group/networking_insock.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1455
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1456
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1457
<collection name="tcpiputils" long-name="TCP/IP Utilities" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1458
<component name="dnd" long-name="DND" introduced="7.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1459
<unit bldFile="os/networkingsrv/tcpiputils/dnd/group" mrp="os/networkingsrv/tcpiputils/dnd/group/networking_dnd.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1460
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1461
<component name="dhcp" long-name="DHCP" introduced="8.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1462
<unit bldFile="os/networkingsrv/tcpiputils/dhcp/group" mrp="os/networkingsrv/tcpiputils/dhcp/group/networking_dhcp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1463
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1464
<component name="networkaddressandporttranslation" long-name="Network Address and Port Translation" introduced="^2" purpose="mandatory" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1465
<unit bldFile="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group" mrp="os/networkingsrv/tcpiputils/networkaddressandporttranslation/group/networking_napt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1466
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1467
<component name="punycodeconv" long-name="Punycode Converter" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1468
<unit bldFile="os/networkingsrv/tcpiputils/punycodeconv/group" mrp="os/networkingsrv/tcpiputils/punycodeconv/group/networking_punycodeconverter.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1469
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1470
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1471
<collection name="linklayercontrol" long-name="Link Layer Control" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1472
<component name="nullagt" long-name="NULL AGT" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1473
<unit bldFile="os/networkingsrv/linklayercontrol/nullagt/group" mrp="os/networkingsrv/linklayercontrol/nullagt/group/networking_nullagt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1474
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1475
<component name="genericscprparameters" long-name="Generic SCPR Parameters" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1476
<unit bldFile="os/networkingsrv/linklayercontrol/genericscprparameters/group" mrp="os/networkingsrv/linklayercontrol/genericscprparameters/group/networking_genericscprparams.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1477
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1478
<component name="mbmsparameters" long-name="MBMS Parameters" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1479
<unit bldFile="os/networkingsrv/linklayercontrol/mbmsparameters/group" mrp="os/networkingsrv/linklayercontrol/mbmsparameters/group/networking_mbmsparams.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1480
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1481
<component name="networkinterfacemgr" long-name="Network Interface Manager" introduced="ER5U" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1482
<unit bldFile="os/networkingsrv/linklayercontrol/networkinterfacemgr/group" mrp="os/networkingsrv/linklayercontrol/networkinterfacemgr/group/comms-infras_nifman.mrp" version="2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1483
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1484
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1485
<collection name="linklayerprotocols" long-name="Link Layer Protocols" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1486
<component name="ethernetnif" long-name="Ethernet NIF" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1487
<unit bldFile="os/networkingsrv/linklayerprotocols/ethernetnif/group" mrp="os/networkingsrv/linklayerprotocols/ethernetnif/group/networking_ether802.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1488
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1489
<component name="pppnif" long-name="PPP NIF" introduced="ER5" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1490
<unit bldFile="os/networkingsrv/linklayerprotocols/pppnif/group" mrp="os/networkingsrv/linklayerprotocols/pppnif/group/networking_ppp.mrp" version="2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1491
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1492
<component name="slipnif" long-name="SLIP NIF" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1493
<unit bldFile="os/networkingsrv/linklayerprotocols/slipnif/group" mrp="os/networkingsrv/linklayerprotocols/slipnif/group/networking_slip.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1494
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1495
<component name="tunnelnif" long-name="Tunnel NIF" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1496
<unit bldFile="os/networkingsrv/linklayerprotocols/tunnelnif/group" mrp="os/networkingsrv/linklayerprotocols/tunnelnif/group/networking_tunnelnif.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1497
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1498
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1499
<collection name="linklayerutils" long-name="Link Layer Utilities" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1500
<component name="packetlogger" long-name="Packet Logger" introduced="8.1" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1501
<unit bldFile="os/networkingsrv/linklayerutils/packetlogger/group" mrp="os/networkingsrv/linklayerutils/packetlogger/group/networking_packetlogger.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1502
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1503
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1504
<collection name="networkcontrol" long-name="Network Control" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1505
<component name="qoslib" long-name="QoS Library" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1506
<unit bldFile="os/networkingsrv/networkcontrol/qoslib/group" mrp="os/networkingsrv/networkcontrol/qoslib/group/networking_qoslib.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1507
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1508
<component name="pfqoslib" long-name="PF QoS Library" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1509
<unit bldFile="os/networkingsrv/networkcontrol/pfqoslib/group" mrp="os/networkingsrv/networkcontrol/pfqoslib/group/networking_pfqoslib.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1510
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1511
<component name="qosfwprt" long-name="QoS Framework PRT" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1512
<unit bldFile="os/networkingsrv/networkcontrol/qosfwconfig/qos/group" mrp="os/networkingsrv/networkcontrol/qosfwconfig/qos/group/networking_qos.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1513
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1514
<component name="qosipscpr" long-name="QoS IP SCPR" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1515
<unit bldFile="os/networkingsrv/networkcontrol/qosipscpr/group" mrp="os/networkingsrv/networkcontrol/qosipscpr/group/networking_qosipscpr.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1516
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1517
<component name="ipnetworklayer" long-name="IP Network Layer" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1518
<unit bldFile="os/networkingsrv/networkcontrol/ipnetworklayer/group" mrp="os/networkingsrv/networkcontrol/ipnetworklayer/group/networking_ipproto.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1519
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1520
<component name="iptransportlayer" long-name="IP Transport Layer" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1521
<unit bldFile="os/networkingsrv/networkcontrol/iptransportlayer/group" mrp="os/networkingsrv/networkcontrol/iptransportlayer/group/networking_iptransport.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1522
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1523
<component name="commsuserpromptmgr" long-name="Comms User Prompt Manager" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1524
<unit bldFile="os/networkingsrv/networkcontrol/commsuserpromptmgr/group" mrp="os/networkingsrv/networkcontrol/commsuserpromptmgr/group/networking_netups.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1525
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1526
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1527
<collection name="networkprotocols" long-name="Network Protocols" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1528
<component name="ipeventnotifier" long-name="IP Event Notifier" introduced="8.1" purpose="mandatory" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1529
<unit bldFile="os/networkingsrv/networkprotocols/ipeventnotifier/group" mrp="os/networkingsrv/networkprotocols/ipeventnotifier/group/networking_ipeventnotifier.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1530
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1531
<component name="tcpipv4v6prt" long-name="TCP/IPv4/v6 PRT" introduced="7.0" purpose="mandatory" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1532
<unit bldFile="os/networkingsrv/networkprotocols/tcpipv4v6prt/group" mrp="os/networkingsrv/networkprotocols/tcpipv4v6prt/group/networking_tcpip6.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1533
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1534
<component name="iphook" long-name="IP Hook" introduced="7.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1535
<unit bldFile="os/networkingsrv/networkprotocols/iphook/inhook6/group" mrp="os/networkingsrv/networkprotocols/iphook/inhook6/group/networking_inhook6.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1536
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1537
<component name="mobileip" long-name="Mobile IP" introduced="8.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1538
<unit bldFile="os/networkingsrv/networkprotocols/mobileip/group" mrp="os/networkingsrv/networkprotocols/mobileip/group/networking_mobileip.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1539
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1540
<component name="dnsproxy" long-name="DNS Proxy" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1541
<unit bldFile="os/networkingsrv/networkprotocols/dnsproxy/group" mrp="os/networkingsrv/networkprotocols/dnsproxy/group/networking_dnsproxy.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1542
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1543
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1544
<collection name="networksecurity" long-name="Network Security" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1545
<component name="tls" long-name="TLS" introduced="6.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1546
<unit bldFile="os/networkingsrv/networksecurity/tls/group" mrp="os/networkingsrv/networksecurity/tls/group/networking_tls.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1547
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1548
<component name="tlsprovider" long-name="TLS Provider" introduced="8.1" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1549
<unit bldFile="os/networkingsrv/networksecurity/tlsprovider/group" mrp="os/networkingsrv/networksecurity/tlsprovider/group/security_tlsprovider.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1550
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1551
<component name="ipsec" long-name="IPsec" introduced="7.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1552
<unit bldFile="os/networkingsrv/networksecurity/ipsec/group" mrp="os/networkingsrv/networksecurity/ipsec/group/networking_ipsec.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1553
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1554
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1555
<collection name="networkingtestandutils" long-name="Networking Test and Utils" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1556
<component name="networkingexamples" long-name="Networking Examples" introduced="7.0" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1557
<unit bldFile="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group" mrp="os/networkingsrv/networkingtestandutils/networkingexamples/examplecode/group/networking_examplecode.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1558
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1559
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1560
<collection name="networkingsrv_info" long-name="Networking Services Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1561
<component name="networkingrom" long-name="Networking ROM" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1562
<!--  production component: contains the IBY files -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1563
<unit bldFile="os/networkingsrv/networkingsrv_info/networkingrom/group" mrp="os/networkingsrv/networkingsrv_info/networkingrom/group/networking_general.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1564
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1565
<component name="networkingdocs" long-name="Networking Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1566
<unit mrp="os/networkingsrv/networkingsrv_info/networkingdocs/networking_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1567
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1568
<component name="networkingsrv_metadata" long-name="Networking Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1569
<unit mrp="os/networkingsrv/networkingsrv_info/networkingsrv_metadata/networkingsrv_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1570
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1571
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1572
<collection name="pppcompressionplugins" long-name="PPP Compression Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1573
<component name="predictorcompression" long-name="Predictor Compression" introduced="6.0" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1574
<unit bldFile="os/networkingsrv/pppcompressionplugins/predictorcompression/group" mrp="os/networkingsrv/pppcompressionplugins/predictorcompression/group/networking_predcomp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1575
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1576
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1577
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1578
<block name="wlan" level="services" long-name="WLAN" levels="hw low mid high tools test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1579
<collection name="wlan_plat" long-name="WLAN Platform Interfaces" level="test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1580
<component name="wlan_dbif_api" long-name="WLAN DBIF API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1581
<unit bldFile="os/wlan/wlan_plat/wlan_dbif_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1582
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1583
<component name="wlan_hal_api" long-name="WLAN HAL API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1584
<unit bldFile="os/wlan/wlan_plat/wlan_hal_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1585
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1586
<component name="wlan_management_api" long-name="WLAN Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1587
<unit bldFile="os/wlan/wlan_plat/wlan_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1588
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1589
<component name="wlan_device_settings_api" long-name="WLAN Device Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1590
<unit bldFile="os/wlan/wlan_plat/wlan_device_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1591
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1592
<component name="wlan_control_api" long-name="WLAN Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1593
<unit bldFile="os/wlan/wlan_plat/wlan_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1594
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1595
<component name="wlan_hw_initialization_data_api" long-name="WLAN Hardware Initialization Data API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1596
<unit bldFile="os/wlan/wlan_plat/wlan_hw_initialization_data_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1597
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1598
<component name="wlan_power_save_plugin_api" long-name="WLAN Power Save Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1599
<unit bldFile="os/wlan/wlan_plat/wlan_power_save_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1600
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1601
<component name="wlan_info_api" long-name="WLAN Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1602
<unit bldFile="os/wlan/wlan_plat/wlan_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1603
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1604
<component name="wlan_agent_hotspot_plugin_api" long-name="WLAN Agent Hotspot Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1605
<unit bldFile="os/wlan/wlan_plat/wlan_agent_hotspot_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1606
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1607
<component name="wlan_osa_api" long-name="WLAN OSA API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1608
<unit bldFile="os/wlan/wlan_plat/wlan_osa_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1609
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1610
<component name="wlan_spia_api" long-name="WLAN SPIA API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1611
<unit bldFile="os/wlan/wlan_plat/wlan_spia_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1612
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1613
<component name="wlan_hpa_api" long-name="WLAN HPA API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1614
<unit bldFile="os/wlan/wlan_plat/wlan_hpa_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1615
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1616
<component name="wlan_eapol_plugin_api" long-name="WLAN EAPOL Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1617
<unit bldFile="os/wlan/wlan_plat/wlan_eapol_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1618
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1619
<component name="wlan_generic_plugin_api" long-name="WLAN Generic Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1620
<unit bldFile="os/wlan/wlan_plat/wlan_generic_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1621
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1622
<component name="wlan_aws_plugin_api" long-name="WLAN AWS Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1623
<unit bldFile="os/wlan/wlan_plat/wlan_aws_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1624
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1625
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1626
<collection name="wlan_pub" long-name="WLAN Public Interfaces" level="test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1627
<component name="wlan_sdk_info_api" long-name="WLAN SDK Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1628
<unit bldFile="os/wlan/wlan_pub/wlan_sdk_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1629
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1630
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1631
<collection name="wlan_bearer" long-name="WLAN Bearer" level="hw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1632
<component name="wlanpsmplugin" filter="s60" long-name="WLAN PSM Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1633
<unit bldFile="os/wlan/wlan_bearer/wlanpsmplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1634
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1635
<component name="wlanagent" filter="s60" long-name="WLAN Agent">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1636
<unit bldFile="os/wlan/wlan_bearer/wlanagent/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1637
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1638
<component name="wlandbif_cd" filter="s60" long-name="WLAN CommsDat interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1639
<unit bldFile="os/wlan/wlan_bearer/wlandbif_cd/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1640
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1641
<!-- should follow component directory rules for stuff in wlan_symbian/ and put in a single component or split up properly -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1642
<component name="wlanengine" filter="s60" long-name="WLAN Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1643
<unit bldFile="os/wlan/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1644
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1645
<component name="wlanldd" filter="s60" long-name="WLAN LDD">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1646
<unit bldFile="os/wlan/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1647
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1648
<component name="wlannwif" filter="s60" long-name="WLAN Network Interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1649
<unit bldFile="os/wlan/wlan_bearer/wlannwif/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1650
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1651
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1652
<collection name="wlanapitest" long-name="WLAN API Tests" level="test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1653
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1654
<block name="cellularsrv" level="services" long-name="Cellular Baseband Services" levels="adapt hw-if plugin framework server app-if">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1655
<collection name="basebandabstraction" long-name="Baseband Abstraction" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1656
<component name="basebandchanneladaptor" long-name="Baseband Channel Adaptor" introduced="8.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1657
<unit bldFile="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group" mrp="os/cellularsrv/basebandabstraction/basebandchanneladaptor/group/networking_bca.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1658
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1659
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1660
<collection name="basebandadaptationplugins" long-name="Baseband Adaptation Plugins" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1661
<component name="basebandchanneladaptorforc32" long-name="Baseband Channel Adaptor for C32" introduced="8.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1662
<unit bldFile="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group" mrp="os/cellularsrv/basebandadaptationplugins/basebandchanneladaptorforc32/group/networking_c32bca.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1663
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1664
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1665
<collection name="fax" long-name="Fax" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1666
<component name="faxclientandserver" long-name="Fax Client and Server" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1667
<unit bldFile="os/cellularsrv/fax/faxclientandserver/Group" mrp="os/cellularsrv/fax/faxclientandserver/Group/telephony_fax.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1668
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1669
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1670
<collection name="smsprotocols" long-name="SMS Protocols" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1671
<component name="smsstack" long-name="SMS Stack" introduced="6.0" purpose="mandatory" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1672
<unit bldFile="os/cellularsrv/smsprotocols/smsstack/group" mrp="os/cellularsrv/smsprotocols/smsstack/group/nbprotocols_smsstackv2.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1673
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1674
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1675
<collection name="telephonyprotocols" long-name="Telephony Protocols" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1676
<component name="csdagt" long-name="CSD AGT" introduced="6.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1677
<unit bldFile="os/cellularsrv/telephonyprotocols/csdagt/group" mrp="os/cellularsrv/telephonyprotocols/csdagt/group/networking_csdagt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1678
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1679
<component name="psdagt" long-name="PSD AGT" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1680
<unit bldFile="os/cellularsrv/telephonyprotocols/psdagt/group" mrp="os/cellularsrv/telephonyprotocols/psdagt/group/networking_psdagt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1681
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1682
<component name="gprsumtsqosprt" long-name="GPRS/UMTS QoS PRT" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1683
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosprt/group/networking_guqos.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1684
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1685
<component name="gprsumtsqosinterface" long-name="GPRS/UMTS QoS Interface" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1686
<unit bldFile="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group" mrp="os/cellularsrv/telephonyprotocols/gprsumtsqosinterface/group/networking_umtsif.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1687
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1688
<component name="qosextnapi" long-name="QoS Extn API" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1689
<unit bldFile="os/cellularsrv/telephonyprotocols/qosextnapi/group" mrp="os/cellularsrv/telephonyprotocols/qosextnapi/group/networking_qosextnapi.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1690
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1691
<component name="secondarypdpcontextumtsdriver" long-name="Secondary PDP context UMTS Driver" introduced="8.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1692
<unit bldFile="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group" mrp="os/cellularsrv/telephonyprotocols/secondarypdpcontextumtsdriver/group/networking_spud.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1693
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1694
<component name="qos3gppcpr" long-name="QoS 3GPP CPR" introduced="9.2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1695
<unit bldFile="os/cellularsrv/telephonyprotocols/qos3gppcpr/group" mrp="os/cellularsrv/telephonyprotocols/qos3gppcpr/group/networking_Qos3GPP.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1696
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1697
<component name="pdplayer" long-name="PDP Layer" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1698
<unit bldFile="os/cellularsrv/telephonyprotocols/pdplayer/group" mrp="os/cellularsrv/telephonyprotocols/pdplayer/group/networking_pdp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1699
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1700
<component name="rawipnif" long-name="Raw IP NIF" introduced="8.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1701
<unit bldFile="os/cellularsrv/telephonyprotocols/rawipnif/group" mrp="os/cellularsrv/telephonyprotocols/rawipnif/group/networking_rawipnif.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1702
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1703
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1704
<collection name="telephonyserver" long-name="Telephony Server" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1705
<component name="etelserverandcore" long-name="ETel Server and Core" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1706
<unit bldFile="os/cellularsrv/telephonyserver/etelserverandcore/group" mrp="os/cellularsrv/telephonyserver/etelserverandcore/group/telephony_etel.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1707
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1708
<component name="etelmultimode" long-name="ETel Multimode" introduced="7.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1709
<unit bldFile="os/cellularsrv/telephonyserver/etelmultimode/group" mrp="os/cellularsrv/telephonyserver/etelmultimode/group/telephony_etelmm.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1710
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1711
<component name="etelpacketdata" long-name="ETel Packet Data" introduced="7.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1712
<unit bldFile="os/cellularsrv/telephonyserver/etelpacketdata/group" mrp="os/cellularsrv/telephonyserver/etelpacketdata/group/telephony_etelpckt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1713
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1714
<component name="etelsimtoolkit" long-name="ETel SIM Toolkit" introduced="6.1" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1715
<unit bldFile="os/cellularsrv/telephonyserver/etelsimtoolkit/group" mrp="os/cellularsrv/telephonyserver/etelsimtoolkit/group/telephony_etelsat.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1716
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1717
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1718
<collection name="telephonyserverplugins" long-name="Telephony Server Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1719
<component name="common_tsy" long-name="Common TSY" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1720
<unit bldFile="os/cellularsrv/telephonyserverplugins/common_tsy/group" mrp="os/cellularsrv/telephonyserverplugins/common_tsy/group/telephony_commontsy.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1721
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1722
<component name="licenseetsystub" long-name="Licensee TSY Stub" introduced="^2" purpose="development" filter="sf_build" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1723
<unit mrp="os/cellularsrv/telephonyserverplugins/licenseetsystub/group/licenseetsystub.mrp" bldFile="os/cellularsrv/telephonyserverplugins/licenseetsystub/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1724
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1725
<component name="multimodetsy" long-name="Multimode TSY" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1726
<unit bldFile="os/cellularsrv/telephonyserverplugins/multimodetsy/group" mrp="os/cellularsrv/telephonyserverplugins/multimodetsy/group/telephony_mmtsy.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1727
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1728
<component name="ctsydispatchlayer" long-name="C-TSY Dispatch Layer" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1729
<unit bldFile="os/cellularsrv/telephonyserverplugins/ctsydispatchlayer/group" mrp="os/cellularsrv/telephonyserverplugins/ctsydispatchlayer/group/telephony_dispatcher.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1730
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1731
<component name="simatktsy" long-name="SIMATK TSY" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1732
<unit bldFile="os/cellularsrv/telephonyserverplugins/simatktsy/group" mrp="os/cellularsrv/telephonyserverplugins/simatktsy/group/commonsimatktsy.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1733
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1734
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1735
<collection name="telephonyutils" long-name="Telephony Utilities" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1736
<component name="dial" long-name="Dial" deprecated="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1737
<unit bldFile="os/cellularsrv/telephonyutils/dial/group" mrp="os/cellularsrv/telephonyutils/dial/group/telephony_dial.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1738
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1739
<component name="telephonywatchers" long-name="Telephony Watchers" introduced="6.0" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1740
<unit bldFile="os/cellularsrv/telephonyutils/telephonywatchers/group" mrp="os/cellularsrv/telephonyutils/telephonywatchers/group/telephony_watchers.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1741
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1742
<component name="etel3rdpartyapi" long-name="ETel 3rd Party API" introduced="7.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1743
<unit bldFile="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group" mrp="os/cellularsrv/telephonyutils/etel3rdpartyapi/Group/telephony_etel3rdparty.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1744
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1745
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1746
<collection name="cellularsrv_info" long-name="Cellular Baseband Services Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1747
<component name="telephonyconfidentialdocs" long-name="Telephony Confidential Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1748
<unit mrp="os/cellularsrv/cellularsrv_info/telephonyconfidentialdocs/telephony_confidential.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1749
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1750
<component name="telephonydocs" long-name="Telephony Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1751
<unit mrp="os/cellularsrv/cellularsrv_info/telephonydocs/telephony_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1752
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1753
<component name="cellularsrv_metadata" long-name="Cellular Baseband Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1754
<unit mrp="os/cellularsrv/cellularsrv_info/cellularsrv_metadata/cellularsrv_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1755
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1756
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1757
<collection name="hwpluginsimulation" long-name="Hardware Plugin Simulation" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1758
<component name="mocksy" long-name="MockSY" introduced="^2" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1759
<unit bldFile="os/cellularsrv/hwpluginsimulation/mocksy/group" mrp="os/cellularsrv/hwpluginsimulation/mocksy/group/telephony_tools_mocksy.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1760
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1761
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1762
<collection name="cellularsrvapitest" long-name="Telephony API Tests" level="app-if"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1763
<collection name="wapstack" long-name="WAP Stack" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1764
<component name="wapmessageapi" long-name="WAP Message API" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1765
<unit mrp="os/cellularsrv/wapstack/wapmessageapi/group/wap-stack_wapmessage.mrp" bldFile="os/cellularsrv/wapstack/wapmessageapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1766
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1767
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1768
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1769
<block name="bt" level="services" long-name="Bluetooth" levels="adapt hw-if plugin framework server app-if">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1770
<collection name="bt_plat" long-name="Bluetooth Platform Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1771
<component name="bluetooth_audio_adaptation_api" long-name="Bluetooth Audio Adaptation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1772
<unit bldFile="os/bt/bt_plat/bluetooth_audio_adaptation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1773
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1774
<component name="bluetooth_power_management_api" long-name="Bluetooth Power Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1775
<unit bldFile="os/bt/bt_plat/bluetooth_power_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1776
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1777
<component name="at_command_handler_plugin_api" long-name="AT Command Handler Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1778
<unit bldFile="os/bt/bt_plat/at_command_handler_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1779
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1780
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1781
<collection name="bluetooth" long-name="Bluetooth Core" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1782
<component name="btstack" long-name="Bluetooth Stack" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1783
<unit bldFile="os/bt/bluetooth/btstack" mrp="os/bt/bluetooth/btstack/bluetooth_stack.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1784
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1785
<component name="btcomm" long-name="Bluetooth CSY" introduced="6.0" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1786
<unit bldFile="os/bt/bluetooth/btcomm" mrp="os/bt/bluetooth/btcomm/bluetooth_btcomm.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1787
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1788
<component name="btsdp" long-name="Bluetooth SDP" introduced="6.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1789
<unit bldFile="os/bt/bluetooth/btsdp" mrp="os/bt/bluetooth/btsdp/bluetooth_sdp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1790
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1791
<component name="btextnotifiers" long-name="Bluetooth Notifiers Support" introduced="6.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1792
<unit bldFile="os/bt/bluetooth/btextnotifiers" mrp="os/bt/bluetooth/btextnotifiers/bluetooth_btextnotifiers.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1793
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1794
<component name="gavdp" long-name="Bluetooth GAVDP" introduced="8.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1795
<unit bldFile="os/bt/bluetooth/gavdp/group" mrp="os/bt/bluetooth/gavdp/group/bluetooth_gavdp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1796
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1797
<component name="btlogger" long-name="Bluetooth Logging Engine" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1798
<unit bldFile="os/bt/bluetooth/btlogger/group" mrp="os/bt/bluetooth/btlogger/group/bluetooth_logger.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1799
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1800
<component name="btdocs" long-name="Bluetooth Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1801
<unit mrp="os/bt/bluetooth/btdocs/bluetooth_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1802
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1803
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1804
<collection name="bluetoothmgmt" long-name="Bluetooth Management" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1805
<component name="btmgr" long-name="Bluetooth Manager" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1806
<unit bldFile="os/bt/bluetoothmgmt/btmgr" mrp="os/bt/bluetoothmgmt/btmgr/bluetooth_manager.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1807
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1808
<component name="btconfig" long-name="Bluetooth Config" purpose="optional" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1809
<unit bldFile="os/bt/bluetoothmgmt/btconfig" mrp="os/bt/bluetoothmgmt/btconfig/bluetooth_config.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1810
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1811
<component name="btrom" long-name="Bluetooth ROM" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1812
<unit bldFile="os/bt/bluetoothmgmt/btrom" mrp="os/bt/bluetoothmgmt/btrom/bluetooth_rom.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1813
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1814
<component name="bluetoothclientlib" long-name="Bluetooth Client Library" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1815
<unit bldFile="os/bt/bluetoothmgmt/bluetoothclientlib" mrp="os/bt/bluetoothmgmt/bluetoothclientlib/bluetooth_user.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1816
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1817
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1818
<collection name="bluetoothcommsprofiles" long-name="Bluetooth Comms Profiles" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1819
<component name="btpan" long-name="Bluetooth PAN Profile" introduced="8.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1820
<unit bldFile="os/bt/bluetoothcommsprofiles/btpan/group" mrp="os/bt/bluetoothcommsprofiles/btpan/group/bluetooth_pan.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1821
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1822
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1823
<collection name="bthci" long-name="Host Controller Interface" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1824
<component name="bthci2" long-name="Bluetooth HCI Framework 2" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1825
<unit bldFile="os/bt/bthci/bthci2/group" mrp="os/bt/bthci/bthci2/group/bluetooth_hci_v2_framework.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1826
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1827
<component name="hciextensioninterface" long-name="Bluetooth HCI Extension Interface" introduced="6.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1828
<unit bldFile="os/bt/bthci/hciextensioninterface" mrp="os/bt/bthci/hciextensioninterface/bluetooth_hciproxy.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1829
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1830
<component name="hci2implementations" long-name="Bluetooth HCI 2 Reference Implementations" introduced="9.2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1831
<unit bldFile="os/bt/bthci/hci2implementations/group" mrp="os/bt/bthci/hci2implementations/group/bluetooth_hci_v2_implementations.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1832
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1833
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1834
<collection name="irda" long-name="IrDA" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1835
<component name="irdastack" long-name="IrDA Stack" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1836
<unit bldFile="os/bt/irda/irdastack/group" mrp="os/bt/irda/irdastack/group/infra-red_irda.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1837
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1838
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1839
<collection name="bluetoothapitest" long-name="Bluetooth API Tests" level="app-if"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1840
<collection name="atext" long-name="AT Extensions" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1841
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1842
<component name="atext_build" long-name="AT Extension Build" introduced="^3" purpose="optional" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1843
<unit bldFile="os/bt/atext/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1844
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1845
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1846
<collection name="bt_info" long-name="Bluetooth Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1847
<component name="bt_metadata" long-name="Bluetooth Metadata" introduced="^3" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1848
<unit mrp="os/bt/bt_info/bt_metadata/bt_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1849
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1850
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1851
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1852
<block name="usb" level="services" long-name="USB" levels="adapt hw-if plugin framework server app-if">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1853
<collection name="usb_plat" long-name="USB Platform Interfaces" level="app-if">
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1854
<!-- placeholder for platform APIs -->
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1855
</collection>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1856
<collection name="usbldd" long-name="USB Logical Device Drivers" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1857
<!-- usbclientdrivers  to be moved here from kernelhwsrv-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1858
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1859
<collection name="usbmgmt" long-name="USB Management" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1860
<component name="usbmgr" long-name="USB Manager" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1861
<unit bldFile="os/usb/usbmgmt/usbmgr/group" mrp="os/usb/usbmgmt/usbmgr/group/usb_manager.mrp" version="2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1862
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1863
<component name="usbclassandmgrdocs" long-name="USB Class and Manager Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1864
<unit mrp="os/usb/usbmgmt/usbclassandmgrdocs/usb_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1865
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1866
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1867
<collection name="usb_info" long-name="USB Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1868
<component name="usb_metadata" long-name="USB Metadata" introduced="^3" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1869
<unit mrp="os/usb/usb_info/usb_metadata/usb_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1870
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1871
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1872
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  1873
<block name="mm" level="services" long-name="Multimedia" levels="adapt hw-if device-fw devices middleware app-if">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1874
<collection name="mm_pub" long-name="Multimedia Public Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1875
<component name="audio_effects_api" long-name="Audio Effects API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1876
<unit bldFile="os/mm/mm_pub/audio_effects_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1877
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1878
<component name="audio_effects_presets_api" long-name="Audio Effects Presets API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1879
<unit bldFile="os/mm/mm_pub/audio_effects_presets_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1880
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1881
<component name="drm_audio_player_api" long-name="DRM Audio Player API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1882
<unit bldFile="os/mm/mm_pub/drm_audio_player_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1883
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1884
<component name="multimedia_extension_interfaces_api" long-name="Multimedia Extension Interfaces API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1885
<unit bldFile="os/mm/mm_pub/multimedia_extension_interfaces_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1886
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1887
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1888
<collection name="mm_plat" long-name="Multimedia Platform Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1889
<component name="aac_decoder_config_api" long-name="AAC Decoder Config API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1890
<unit bldFile="os/mm/mm_plat/aac_decoder_config_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1891
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1892
<component name="aac_decoder_config_msg_hdlr_api" long-name="AAC Decoder Config Msg Hdlr API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1893
<unit bldFile="os/mm/mm_plat/aac_decoder_config_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1894
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1895
<component name="aac_decoder_config_proxy_api" long-name="AAC Decoder Config Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1896
<unit bldFile="os/mm/mm_plat/aac_decoder_config_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1897
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1898
<component name="added_devsound_control_api" long-name="Added DevSound Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1899
<unit bldFile="os/mm/mm_plat/added_devsound_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1900
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1901
<component name="added_devsound_control_msg_hdlr_api" long-name="Added DevSound Control Msg Hdlr API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1902
<unit bldFile="os/mm/mm_plat/added_devsound_control_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1903
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1904
<component name="added_devsound_control_proxy_api" long-name="Added DevSound Control Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1905
<unit bldFile="os/mm/mm_plat/added_devsound_control_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1906
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1907
<component name="audio_effects_msg_hdlr_api" long-name="Audio Effects Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1908
<unit bldFile="os/mm/mm_plat/audio_effects_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1909
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1910
<component name="audio_effects_proxy_api" long-name="Audio Effects Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1911
<unit bldFile="os/mm/mm_plat/audio_effects_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1912
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1913
<component name="audio_policy_header_api" long-name="Audio Policy Header API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1914
<unit bldFile="os/mm/mm_plat/audio_policy_header_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1915
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1916
<component name="audio_routing_api" long-name="Audio Routing API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1917
<unit bldFile="os/mm/mm_plat/audio_routing_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1918
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1919
<component name="audio_routing_msg_hdlr_api" long-name="Audio Routing Msg Hdlr API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1920
<unit bldFile="os/mm/mm_plat/audio_routing_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1921
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1922
<component name="audio_routing_proxy_api" long-name="Audio Routing Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1923
<unit bldFile="os/mm/mm_plat/audio_routing_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1924
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1925
<component name="custom_interface_builder_api" long-name="Custom Interface Builder API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1926
<unit bldFile="os/mm/mm_plat/custom_interface_builder_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1927
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1928
<component name="custom_interface_message_handler_factory_api" long-name="Custom Interface Message Handler Factory API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1929
<unit bldFile="os/mm/mm_plat/custom_interface_message_handler_factory_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1930
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1931
<component name="custom_interface_proxy_factory_api" long-name="Custom Interface Proxy Factory API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1932
<unit bldFile="os/mm/mm_plat/custom_interface_proxy_factory_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1933
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1934
<component name="custom_interface_utility_api" long-name="Custom Interface Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1935
<unit bldFile="os/mm/mm_plat/custom_interface_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1936
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1937
<component name="devsound_adaptation_api" long-name="DevSound Adaptation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1938
<unit bldFile="os/mm/mm_plat/devsound_adaptation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1939
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1940
<component name="display_posting_api" long-name="Display Posting API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1941
<unit bldFile="os/mm/mm_plat/display_posting_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1942
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1943
<component name="eaac_plus_decoder_interface_api" long-name="eAAC Plus Decoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1944
<unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1945
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1946
<component name="eaac_plus_decoder_interface_msg_hdlr_api" long-name="eAAC Plus Decoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1947
<unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1948
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1949
<component name="eaac_plus_decoder_interface_proxy_api" long-name="eAAC Plus Decoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1950
<unit bldFile="os/mm/mm_plat/eaac_plus_decoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1951
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1952
<component name="error_concealment_interface_api" long-name="Error Concealment Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1953
<unit bldFile="os/mm/mm_plat/error_concealment_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1954
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1955
<component name="error_concealment_interface_msg_hdlr_api" long-name="Error Concealment Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1956
<unit bldFile="os/mm/mm_plat/error_concealment_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1957
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1958
<component name="error_concealment_interface_proxy_api" long-name="Error Concealment Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1959
<unit bldFile="os/mm/mm_plat/error_concealment_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1960
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1961
<component name="fm_radio_adaptation_api" long-name="FM Radio Adaptation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1962
<unit bldFile="os/mm/mm_plat/fm_radio_adaptation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1963
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1964
<component name="g711_decoder_interface_api" long-name="G711 Decoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1965
<unit bldFile="os/mm/mm_plat/g711_decoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1966
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1967
<component name="g711_decoder_interface_msg_hdlr_api" long-name="G711 Decoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1968
<unit bldFile="os/mm/mm_plat/g711_decoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1969
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1970
<component name="g711_decoder_interface_proxy_api" long-name="G711 Decoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1971
<unit bldFile="os/mm/mm_plat/g711_decoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1972
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1973
<component name="g711_encoder_interface_api" long-name="G711 Encoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1974
<unit bldFile="os/mm/mm_plat/g711_encoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1975
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1976
<component name="g711_encoder_interface_msg_hdlr_api" long-name="G711 Encoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1977
<unit bldFile="os/mm/mm_plat/g711_encoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1978
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1979
<component name="g711_encoder_interface_proxy_api" long-name="G711 Encoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1980
<unit bldFile="os/mm/mm_plat/g711_encoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1981
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1982
<component name="g729_decoder_interface_api" long-name="G729 Decoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1983
<unit bldFile="os/mm/mm_plat/g729_decoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1984
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1985
<component name="g729_decoder_interface_msg_hdlr_api" long-name="G729 Decoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1986
<unit bldFile="os/mm/mm_plat/g729_decoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1987
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1988
<component name="g729_decoder_interface_proxy_api" long-name="G729 Decoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1989
<unit bldFile="os/mm/mm_plat/g729_decoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1990
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1991
<component name="g729_encoder_interface_api" long-name="G729 Encoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  1992
<unit bldFile="os/mm/mm_plat/g729_encoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1993
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1994
<component name="g729_encoder_interface_proxy_api" long-name="G729 Encoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1995
<unit bldFile="os/mm/mm_plat/g729_encoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1996
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1997
<component name="g729_encoder_interface_msg_hdlr_api" long-name="G729 Encoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1998
<unit bldFile="os/mm/mm_plat/g729_encoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  1999
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2000
<component name="global_audio_settings_api" long-name="Global Audio Settings API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2001
<unit bldFile="os/mm/mm_plat/global_audio_settings_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2002
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2003
<component name="global_audio_settings_definition_api" long-name="Global Audio Settings Definition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2004
<unit bldFile="os/mm/mm_plat/global_audio_settings_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2005
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2006
<component name="ilbc_decoder_interface_api" long-name="Ilbc Decoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2007
<unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2008
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2009
<component name="ilbc_decoder_interface_msg_hdlr_api" long-name="Ilbc Decoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2010
<unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2011
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2012
<component name="ilbc_decoder_interface_proxy_api" long-name="Ilbc Decoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2013
<unit bldFile="os/mm/mm_plat/ilbc_decoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2014
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2015
<component name="ilbc_encoder_interface_api" long-name="Ilbc Encoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2016
<unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2017
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2018
<component name="ilbc_encoder_interface_msg_hdlr_api" long-name="Ilbc Encoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2019
<unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2020
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2021
<component name="ilbc_encoder_interface_proxy_api" long-name="Ilbc Encoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2022
<unit bldFile="os/mm/mm_plat/ilbc_encoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2023
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2024
<component name="mdf_plugin_uids" long-name="MDF Plug-in UIDs" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2025
<unit bldFile="os/mm/mm_plat/mdf_plugin_uids/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2026
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2027
<component name="multimedia_fourcc_definitions_api" long-name="Multimedia FourCC Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2028
<unit bldFile="os/mm/mm_plat/multimedia_fourcc_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2029
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2030
<component name="nokia_audio_policy_header_api" long-name="Nokia Audio Policy Header API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2031
<unit bldFile="os/mm/mm_plat/nokia_audio_policy_header_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2032
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2033
<component name="nokia_multimedia_fourcc_definitions_api" long-name="Nokia Multimedia Fourcc Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2034
<unit bldFile="os/mm/mm_plat/nokia_multimedia_fourcc_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2035
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2036
<component name="ra8_decoder_interface_api" long-name="RA8 Decoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2037
<unit bldFile="os/mm/mm_plat/ra8_decoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2038
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2039
<component name="ra8_decoder_interface_msg_hdlr_api" long-name="RA8 Decoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2040
<unit bldFile="os/mm/mm_plat/ra8_decoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2041
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2042
<component name="ra8_decoder_interface_proxy_api" long-name="RA8 Decoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2043
<unit bldFile="os/mm/mm_plat/ra8_decoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2044
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2045
<component name="rds_adaptation_api" long-name="RDS Adaptation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2046
<unit bldFile="os/mm/mm_plat/rds_adaptation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2047
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2048
<component name="restricted_audio_output_api" long-name="Restricted Audio Output API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2049
<unit bldFile="os/mm/mm_plat/restricted_audio_output_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2050
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2051
<component name="restricted_audio_output_msg_hdlr_api" long-name="Restricted Audio Output Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2052
<unit bldFile="os/mm/mm_plat/restricted_audio_output_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2053
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2054
<component name="restricted_audio_output_proxy_api" long-name="Restricted Audio Output Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2055
<unit bldFile="os/mm/mm_plat/restricted_audio_output_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2056
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2057
<component name="sbc_encoder_interface_api" long-name="SBC Encoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2058
<unit bldFile="os/mm/mm_plat/sbc_encoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2059
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2060
<component name="sbc_encoder_interface_msg_hdlr_api" long-name="SBC Encoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2061
<unit bldFile="os/mm/mm_plat/sbc_encoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2062
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2063
<component name="sbc_encoder_interface_proxy_api" long-name="SBC Encoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2064
<unit bldFile="os/mm/mm_plat/sbc_encoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2065
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2066
<component name="secure_output_mdf_custom_interface" long-name="Secure Output MDF Custom Interface" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2067
<unit bldFile="os/mm/mm_plat/secure_output_mdf_custom_interface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2068
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2069
<component name="speech_encoder_config_api" long-name="Speech Encoder Config API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2070
<unit bldFile="os/mm/mm_plat/speech_encoder_config_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2071
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2072
<component name="speech_encoder_config_msg_hdlr_api" long-name="Speech Encoder Config Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2073
<unit bldFile="os/mm/mm_plat/speech_encoder_config_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2074
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2075
<component name="speech_encoder_config_proxy_api" long-name="Speech Encoder Config Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2076
<unit bldFile="os/mm/mm_plat/speech_encoder_config_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2077
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2078
<component name="telephony_audio_routing_client_api" long-name="Telephony Audio Routing Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2079
<unit bldFile="os/mm/mm_plat/telephony_audio_routing_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2080
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2081
<component name="telephony_audio_routing_manager_api" long-name="Telephony Audio Routing Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2082
<unit bldFile="os/mm/mm_plat/telephony_audio_routing_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2083
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2084
<component name="video_buffer_management_mdf_custom_interface" long-name="Video Buffer Management MDF Custom Interface" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2085
<unit bldFile="os/mm/mm_plat/video_buffer_management_mdf_custom_interface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2086
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2087
<component name="video_decoder_rotation_mdf_custom_interface" long-name="Video Decoder Rotation MDF Custom Interface" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2088
<unit bldFile="os/mm/mm_plat/video_decoder_rotation_mdf_custom_interface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2089
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2090
<component name="video_decoder_scaling_mdf_custom_interface" long-name="Video Decoder Scaling MDF Custom Interface" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2091
<unit bldFile="os/mm/mm_plat/video_decoder_scaling_mdf_custom_interface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2092
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2093
<component name="video_reclaim_extbuffers_ci" long-name="Video Reclaim Extbuffers Custom Interface" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2094
<unit bldFile="os/mm/mm_plat/video_reclaim_extbuffers_ci/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2095
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2096
<component name="video_window_control_custom_interface" long-name="Video Window Control Custom Interface" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2097
<unit bldFile="os/mm/mm_plat/video_window_control_custom_interface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2098
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2099
<component name="wma_decoder_interface_api" long-name="WMA Decoder Interface API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2100
<unit bldFile="os/mm/mm_plat/wma_decoder_interface_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2101
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2102
<component name="wma_decoder_interface_msg_hdlr_api" long-name="WMA Decoder Interface Message Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2103
<unit bldFile="os/mm/mm_plat/wma_decoder_interface_msg_hdlr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2104
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2105
<component name="wma_decoder_interface_proxy_api" long-name="WMA Decoder Interface Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2106
<unit bldFile="os/mm/mm_plat/wma_decoder_interface_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2107
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2108
<component name="eaacplusutil_api" long-name="EAac Plus Util API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2109
<unit bldFile="os/mm/mm_plat/eaacplusutil_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2110
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2111
<component name="frametable_api" long-name="Frametable API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2112
<unit bldFile="os/mm/mm_plat/frametable_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2113
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2114
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2115
<collection name="devsoundextensions" long-name="Devsound Extensions" level="device-fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2116
<component name="drmaudioplayer" filter="s60" long-name="DRM Audio Player">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2117
<unit bldFile="os/mm/devsoundextensions/drmaudioplayer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2118
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2119
<component name="mmextfw" filter="s60" long-name="Multimedia Extension Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2120
<unit bldFile="os/mm/devsoundextensions/mmextfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2121
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2122
<component name="audiorouting" filter="s60" long-name="Audio Routing">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2123
<unit bldFile="os/mm/devsoundextensions/audiorouting/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2124
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2125
<component name="effects" filter="s60" long-name="Effects">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2126
<unit bldFile="os/mm/devsoundextensions/effects/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2127
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2128
<component name="effectspresets" filter="s60" long-name="Effects Presets">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2129
<unit bldFile="os/mm/devsoundextensions/effectspresets/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2130
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2131
<component name="effectspresets_utils" filter="s60" long-name="Effects Presets Utils">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  2132
<!-- need to #include the lot from a single bld.inf
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2133
      		Also move to a standard component location, not under effectspresets -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2134
<unit bldFile="os/mm/devsoundextensions/effectspresets/AudioEqualizerUtility/group" filter="!dfs_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2135
<unit bldFile="os/mm/devsoundextensions/effectspresets/EnvironmentalReverbUtility/group" filter="!dfs_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2136
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2137
<component name="telephonyaudiorouting" filter="s60" long-name="Telephony Audio Routing">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2138
<unit bldFile="os/mm/devsoundextensions/telephonyaudiorouting/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2139
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2140
<component name="mmfcustominterfaces" filter="s60" long-name="MMF Custom Interfaces">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2141
<unit bldFile="os/mm/devsoundextensions/mmfcustominterfaces/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2142
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2143
<component name="addeddevsoundcontrol" filter="s60" long-name="Added DevSound Control">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2144
<unit bldFile="os/mm/devsoundextensions/addeddevsoundcontrol/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2145
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2146
<component name="globalaudiosettings" filter="s60" long-name="Global Audio Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2147
<unit bldFile="os/mm/devsoundextensions/globalaudiosettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2148
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2149
<component name="restrictedaudiooutput" filter="s60" long-name="Restricted Audio Output">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2150
<unit bldFile="os/mm/devsoundextensions/restrictedaudiooutput/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2151
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2152
<component name="ciextnfactoryplugins" filter="s60" long-name="Custom Interface Extension Factory Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2153
<unit bldFile="os/mm/devsoundextensions/ciextnfactoryplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2154
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2155
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2156
<collection name="mdfdevvideoextensions" long-name="MDF Dev Video Extensions" level="device-fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2157
<component name="nga_mdf_postprocessor" long-name="NGA MDF Postprocessor" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2158
<unit bldFile="os/mm/mdfdevvideoextensions/nga_mdf_postprocessor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2159
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2160
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2161
<collection name="audio" long-name="Audio Codecs" level="middleware">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2162
<component name="arm_cmmf_codecs" filter="s60" long-name="ARM CMMF Codecs" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2163
<unit bldFile="os/mm/audio/arm_cmmf_codecs/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2164
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2165
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2166
<collection name="video" long-name="Video Codecs" level="middleware">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2167
<!-- empty -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2168
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2169
<collection name="imagingandcamerafws" long-name="Imaging and Camera Frameworks" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2170
<component name="imagingfws" long-name="Imaging Frameworks" introduced="7.0s" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2171
<unit bldFile="os/mm/imagingandcamerafws/imagingfws/group" mrp="os/mm/imagingandcamerafws/imagingfws/group/multimedia_icl.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2172
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2173
<component name="camerafw" long-name="Camera Framework" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2174
<unit bldFile="os/mm/imagingandcamerafws/camerafw/group" mrp="os/mm/imagingandcamerafws/camerafw/group/multimedia_ecam_framework.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2175
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2176
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2177
<collection name="mmlibs" long-name="Multimedia Libraries" level="middleware">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2178
<component name="mmutilitylib" long-name="Multimedia Utility Library" introduced="8.1" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2179
<unit bldFile="os/mm/mmlibs/mmutilitylib/group" mrp="os/mm/mmlibs/mmutilitylib/group/multimedia_common.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2180
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2181
<component name="mmfw" long-name="Multimedia Framework" introduced="7.0s" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2182
<unit bldFile="os/mm/mmlibs/mmfw/group" mrp="os/mm/mmlibs/mmfw/group/multimedia_mmf.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2183
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2184
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2185
<collection name="mmplugins" long-name="Multimedia Plugins" level="middleware">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2186
<component name="imagingplugins" long-name="Imaging Plugins" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2187
<unit bldFile="os/mm/mmplugins/imagingplugins/group" mrp="os/mm/mmplugins/imagingplugins/group/multimedia_icl_plugin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2188
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2189
<component name="cameraplugins" long-name="Camera Plugins" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2190
<unit bldFile="os/mm/mmplugins/cameraplugins/group" mrp="os/mm/mmplugins/cameraplugins/group/multimedia_ecam_plugins.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2191
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2192
<component name="lib3gp" long-name="3GP Library" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2193
<unit bldFile="os/mm/mmplugins/lib3gp/group" mrp="os/mm/mmplugins/lib3gp/group/multimedia_3gplibrary.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2194
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2195
<component name="mmfwplugins" long-name="Multimedia Framework Plugins" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2196
<unit bldFile="os/mm/mmplugins/mmfwplugins/group" mrp="os/mm/mmplugins/mmfwplugins/group/multimedia_mmf_plugin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2197
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2198
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2199
<collection name="mm_info" long-name="Multimedia Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2200
<component name="mmdocs" long-name="Multimedia Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2201
<unit mrp="os/mm/mm_info/mmdocs/multimedia_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2202
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2203
<component name="mm_metadata" long-name="Multimedia Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2204
<unit mrp="os/mm/mm_info/mm_metadata/mm_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2205
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2206
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2207
<collection name="mmresourcemgmt" long-name="Multimedia Resource Management" level="middleware">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2208
<component name="mmresctrl" long-name="Multimedia Resource Controller" introduced="^2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2209
<unit bldFile="os/mm/mmresourcemgmt/mmresctrl/group" mrp="os/mm/mmresourcemgmt/mmresctrl/group/multimedia_a3f_refmmrc.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2210
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2211
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2212
<collection name="mmdevicefw" long-name="Multimedia Device Framework" level="device-fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2213
<component name="mdf" long-name="Media Device Framework" introduced="9.2" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2214
<unit bldFile="os/mm/mmdevicefw/mdf/group" mrp="os/mm/mmdevicefw/mdf/group/multimedia_mdf.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2215
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2216
<component name="speechrecogsupport" long-name="Speech Recognition Support" introduced="7.0s" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2217
<unit bldFile="os/mm/mmdevicefw/speechrecogsupport/group" mrp="os/mm/mmdevicefw/speechrecogsupport/group/multimedia_mmf_ASR.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2218
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2219
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  2220
<collection name="mmswadaptation" long-name="Multimedia Software Adaptation" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2221
<component name="videorenderer" long-name="Video Renderer" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2222
<unit bldFile="os/mm/mmswadaptation/videorenderer/group" mrp="os/mm/mmswadaptation/videorenderer/group/multimedia_videorenderer.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2223
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2224
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2225
<collection name="mmtestenv" long-name="Multimedia Test Environment" level="device-fw"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2226
<collection name="omxil" long-name="OpenMAX IL" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2227
<component name="omxilapi" long-name="OpenMAX IL API" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2228
<unit bldFile="os/mm/omxil/omxilapi/group" mrp="os/mm/omxil/omxilapi/group/multimedia_omx_il_api.mrp" version="1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2229
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2230
<component name="omxilcore" long-name="OpenMAX IL Core" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2231
<unit bldFile="os/mm/omxil/omxilcore/group" mrp="os/mm/omxil/omxilcore/group/multimedia_omx_il_core.mrp" version="1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2232
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2233
<component name="omxilcomponentcommon" long-name="OpenMAX IL Component Framework" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2234
<unit bldFile="os/mm/omxil/omxilcomponentcommon/group" mrp="os/mm/omxil/omxilcomponentcommon/group/multimedia_omx_il_comp.mrp" version="1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2235
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2236
<component name="omxilrefcomps" long-name="OpenMAX IL Reference Components" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2237
<unit bldFile="os/mm/omxil/omxilrefcomps/ref_components/group" mrp="os/mm/omxil/omxilrefcomps/ref_components/group/multimedia_omx_il_comp_ref.mrp" version="1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2238
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2239
<component name="mmilapi" long-name="Multimedia Integration Layer API" introduced="^3" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2240
<unit bldFile="os/mm/omxil/mmilapi/group" mrp="os/mm/omxil/mmilapi/group/multimedia_il_api.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2241
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2242
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2243
<collection name="devsound" long-name="Sound Device" level="devices">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2244
<component name="devsoundapi" long-name="DevSound API" introduced="7.0s" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2245
<unit bldFile="os/mm/devsound/devsoundapi/group" mrp="os/mm/devsound/devsoundapi/group/multimedia_mdf_devsound_api.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2246
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2247
<component name="a3fdevsound" long-name="A3F DevSound" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2248
<unit bldFile="os/mm/devsound/a3fdevsound/group" mrp="os/mm/devsound/a3fdevsound/group/multimedia_a3f_devsound.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2249
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2250
<component name="a3facf" long-name="A3F Audio Component Framework" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2251
<unit bldFile="os/mm/devsound/a3facf/group" mrp="os/mm/devsound/a3facf/group/multimedia_a3f_acf.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2252
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2253
<component name="devsoundpluginsupport" long-name="DevSound Plugin Support" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2254
<unit bldFile="os/mm/devsound/devsoundpluginsupport/group" mrp="os/mm/devsound/devsoundpluginsupport/group/multimedia_mdf_devsound_pluginsupport.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2255
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2256
<component name="refdevsound" long-name="Reference DevSound Plugins" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2257
<unit bldFile="os/mm/devsound/devsoundrefplugin/group" mrp="os/mm/devsound/devsoundrefplugin/group/multimedia_mdf_devsound_refplugin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2258
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2259
<component name="btdevsound" long-name="Bluetooth DevSound Plugin" introduced="7.0s" purpose="development" deprecated="^4" plugin="Y">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2260
<unit bldFile="os/mm/devsound/sounddevbt/group" mrp="os/mm/devsound/sounddevbt/group/multimedia_mdf_devsound_refbtplugin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2261
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2262
<component name="a3ftrace" long-name="A3F Trace Utility" introduced="^2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2263
<unit bldFile="os/mm/devsound/a3ftrace/group" mrp="os/mm/devsound/a3ftrace/group/multimedia_a3f_traces.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2264
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2265
<component name="a3fsrvstart" long-name="A3F Server Start" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2266
<unit bldFile="os/mm/devsound/a3fsrvstart/group" mrp="os/mm/devsound/a3fsrvstart/group/multimedia_a3f_serverstart.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2267
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2268
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  2269
<collection name="mmhais" long-name="Multimedia Hardware Adaptation Interfaces" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2270
<component name="devsoundhwdeviceapi" long-name="DevSound Hardware Device API" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2271
<unit bldFile="os/mm/devsound/hwdevapi/group" mrp="os/mm/devsound/hwdevapi/group/multimedia_mdf_devsound_hwdev.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2272
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2273
<component name="a3facl" long-name="A3F Audio Component Library" introduced="^2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2274
<unit bldFile="os/mm/mmhais/a3facl/group" mrp="os/mm/mmhais/a3facl/group/multimedia_a3f_acl.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2275
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2276
<component name="a3fdevsoundcustomisation" long-name="A3F DevSound Customisation" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2277
<unit bldFile="os/mm/mmhais/a3fdevsoundcustomisation/group" mrp="os/mm/mmhais/a3fdevsoundcustomisation/group/multimedia_a3f_devsoundadaptationinfo.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2278
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2279
<component name="refacladapt" long-name="Reference ACL Adaptation" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2280
<unit bldFile="os/mm/mmhais/refacladapt/group" mrp="os/mm/mmhais/refacladapt/group/multimedia_a3f_refacladaptation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2281
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2282
<component name="videohai" long-name="Video HAI" introduced="7.0s" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2283
<unit bldFile="os/mm/mmhais/videohai/group" mrp="os/mm/mmhais/videohai/group/multimedia_videohai.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2284
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2285
<component name="dvbhreceiverhai" long-name="Mobile TV DVB-H Receiver HAI" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2286
<unit bldFile="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group" mrp="os/mm/mmhais/dvbhreceiverhai/hai/dvbh/group/multimedia_mobiletv_dvbh_hai.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2287
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2288
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2289
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  2290
<block name="imagingext" level="services" long-name="Imaging Extensions" levels="adapt hw-if plugin framework server app-if">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2291
<collection name="imagingext_pub" long-name="Imaging Extensions Public Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2292
<component name="exif_api" long-name="Exif API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2293
<unit bldFile="os/imagingext/imagingext_pub/exif_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2294
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2295
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2296
<collection name="imagingext_plat" long-name="Imaging Extensions Platform Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2297
<component name="jpeg2000_icl_plugin_api" long-name="JPEG2000 ICL plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2298
<unit bldFile="os/imagingext/imagingext_plat/jpeg2000_icl_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2299
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2300
<component name="extended_icl_jpeg_api" long-name="Extended ICL Jpeg API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2301
<unit bldFile="os/imagingext/imagingext_plat/extended_icl_jpeg_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2302
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2303
<component name="h324_annex_k_custom_api" long-name="H324 Annex K Custom API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2304
<unit bldFile="os/imagingext/imagingext_plat/h324_annex_k_custom_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2305
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2306
<component name="ecam_orientation_custom_api" long-name="ECam Orientation Custom API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2307
<unit bldFile="os/imagingext/imagingext_plat/ecam_orientation_custom_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2308
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2309
<component name="ecam_ui_orientation_override_custom_api" long-name="ECam UI Orientation Override Custom API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2310
<unit bldFile="os/imagingext/imagingext_plat/ecam_ui_orientation_override_custom_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2311
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2312
<component name="ecam_face_tracking_custom_api" long-name="ECam Face Tracking Custom API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2313
<unit bldFile="os/imagingext/imagingext_plat/ecam_face_tracking_custom_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2314
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2315
<component name="ecam_use_case_hint_custom_api" long-name="ECam Use Case Hint Custom API" filter="s60" introduced="^3" class="api">
611
dad7d9368c7c Add auto generated symbian3 system model (packages@a2b996399a2f)
Dario Sestito <darios@symbian.org>
parents: 595
diff changeset
  2316
<unit bldFile="os/imagingext/imagingext_plat/ecam_use_case_hint_custom_api/group"/>
dad7d9368c7c Add auto generated symbian3 system model (packages@a2b996399a2f)
Dario Sestito <darios@symbian.org>
parents: 595
diff changeset
  2317
</component>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2318
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2319
<collection name="imageadaptationextensions" long-name="Image Adaptation Extensions" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2320
<component name="iclextjpegapi" filter="s60" long-name="ICL Extension JPEG API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2321
<unit bldFile="os/imagingext/imageadaptationextensions/iclextjpegapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2322
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2323
<component name="imageadaptationextensions_build" filter="s60" long-name="Image Adaptation Extensions Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2324
<!--  Move the export from this bld.inf into the above one and remove this component, or make this a ROM component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2325
<unit bldFile="os/imagingext/imageadaptationextensions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2326
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2327
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2328
<collection name="imagingmodules" long-name="Imaging Modules" level="hw-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2329
<component name="exiflib" filter="s60" long-name="Exif Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2330
<unit bldFile="os/imagingext/imagingmodules/exiflib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2331
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2332
<component name="jp2kcodec" filter="s60" long-name="JPEG2000 Decoder Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2333
<unit bldFile="os/imagingext/imagingmodules/jp2kcodec/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2334
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2335
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2336
</block>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  2337
<block name="graphics" level="services" long-name="Graphics" levels="adapt engines internal-adaptations device-interface internal-utils app-if">
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  2338
<collection name="graphicsaccelaration" long-name="Graphics Acceleration" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2339
<component name="vgi" filter="s60" long-name="VGI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2340
<unit bldFile="os/graphics/graphicsaccelaration/vgi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2341
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2342
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2343
<collection name="m3g" long-name="Mobile 3D Graphics" level="internal-adaptations">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2344
<component name="m3gcore11" filter="s60" long-name="M3G Core 1.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2345
<unit bldFile="os/graphics/m3g/m3gcore11/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2346
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2347
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2348
<collection name="graphicsresourceservices" long-name="Graphics Resource Services" level="engines">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2349
<component name="graphicsresource" long-name="Graphics Resource" introduced="^3" deprecated="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2350
<unit bldFile="os/graphics/graphicsresourceservices/graphicsresource/group" mrp="os/graphics/graphicsresourceservices/graphicsresource/group/graphics_graphicsresource.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2351
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2352
<component name="graphicsresourceadaptation" long-name="Graphics Resource Adaptation" introduced="^3" deprecated="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2353
<unit bldFile="os/graphics/graphicsresourceservices/graphicsresourceadaptation/group" mrp="os/graphics/graphicsresourceservices/graphicsresourceadaptation/group/graphics_graphicsresourceadapter.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2354
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2355
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2356
<collection name="graphicsutils" long-name="Graphics Utils" level="engines">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2357
<component name="commongraphicsheaders" long-name="Common Graphics Headers" introduced="^3" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2358
<unit bldFile="os/graphics/graphicsutils/commongraphicsheaders/group" mrp="os/graphics/graphicsutils/commongraphicsheaders/group/graphics_commonheader.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2359
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2360
</collection>
892
16a0f95eb42c Add auto generated symbian3 system model (packages@c0561f59d56b)
Dario Sestito <darios@symbian.org>
parents: 890
diff changeset
  2361
<collection name="graphicshwdrivers" long-name="Graphics Hardware Drivers" level="adapt">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2362
<!-- displayldd to be moved here -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2363
<component name="surfacemgr" long-name="Surface Manager" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2364
<unit bldFile="os/graphics/graphicshwdrivers/surfacemgr/group" mrp="os/graphics/graphicshwdrivers/surfacemgr/group/graphics_surfacemanager.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2365
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2366
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2367
<collection name="graphicscomposition" long-name="Graphics Composition" level="engines">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2368
<component name="openwfcinterface" long-name="OpenWF Composition Interface" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2369
<unit bldFile="os/graphics/graphicscomposition/openwfcinterface/group" mrp="os/graphics/graphicscomposition/openwfcinterface/group/graphics_openwfcinterface.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2370
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2371
<component name="openwfcompositionengine" long-name="OpenWF Composition Engine" introduced="^3" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2372
<unit bldFile="os/graphics/graphicscomposition/openwfcompositionengine/group" mrp="os/graphics/graphicscomposition/openwfcompositionengine/group/graphics_openwfcompositionengine.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2373
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2374
<component name="openwfsupport" long-name="OpenWF Support" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2375
<unit bldFile="os/graphics/graphicscomposition/openwfsupport/group" mrp="os/graphics/graphicscomposition/openwfsupport/group/graphics_openwfsupport.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2376
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2377
<component name="surfaceupdate" long-name="Surface Update" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2378
<unit bldFile="os/graphics/graphicscomposition/surfaceupdate/group" mrp="os/graphics/graphicscomposition/surfaceupdate/group/graphics_surfaceupdate.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2379
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2380
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2381
<collection name="graphicstest" long-name="Graphics Test" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2382
<component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2383
<unit bldFile="os/graphics/graphicstest/uibench/group" mrp="os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2384
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2385
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2386
<collection name="graphics_plat" long-name="Graphics Platform Interfaces" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2387
<component name="m3g_core_api" filter="sf_build" long-name="M3G Core API" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2388
<unit bldFile="os/graphics/graphics_plat/m3g_core_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2389
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2390
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2391
<collection name="graphics_info" long-name="Graphics Info" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2392
<component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2393
<unit mrp="os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2394
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2395
<component name="graphics_metadata" long-name="Graphics Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2396
<unit mrp="os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2397
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2398
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2399
<collection name="windowing" long-name="Windowing" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2400
<component name="windowserver" long-name="Window Server" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2401
<unit bldFile="os/graphics/windowing/windowserver/group" mrp="os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2402
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2403
<component name="windowserverplugins" long-name="Window Server Plugins" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2404
<unit bldFile="os/graphics/windowing/windowserverplugins/group" mrp="os/graphics/windowing/windowserverplugins/group/graphics_wserv_std_plugins.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2405
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2406
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2407
<collection name="printingservices" long-name="Printing Services" level="app-if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2408
<component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2409
<unit bldFile="os/graphics/printingservices/printerdriversupport/group" mrp="os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2410
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2411
<component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2412
<unit bldFile="os/graphics/printingservices/printerdrivers/group" mrp="os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2413
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2414
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2415
<collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2416
<component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2417
<unit bldFile="os/graphics/fbs/fontandbitmapserver/group" mrp="os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2418
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2419
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2420
<collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2421
<component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2422
<unit bldFile="os/graphics/opengles/openglesinterface/group" mrp="os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2423
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2424
<component name="opengles_stub" filter="sf_build" long-name="OpenGL ES Stub" purpose="optional" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2425
<unit bldFile="os/graphics/opengles/openglesinterface/group/opengles_stub"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2426
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2427
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2428
<collection name="openvg" long-name="OpenVG" level="internal-adaptations">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2429
<component name="openvginterface" long-name="OpenVG Interface" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2430
<unit bldFile="os/graphics/openvg/openvginterface/group" mrp="os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2431
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2432
<component name="openvg11" filter="s60" long-name="OpenVG 1.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2433
<!-- this needs to be moved to it's own component directory, ie openvg/openvg11 -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2434
<unit bldFile="os/graphics/openvg/openvginterface/group/openvg11"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2435
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2436
<component name="sfopenvg" filter="sf_build" long-name="Khronos OpenVG Reference Implementation" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2437
<unit bldFile="os/graphics/openvg/openvgrefimplementation/sfopenvg/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2438
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2439
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2440
<collection name="egl" long-name="EGL" level="internal-adaptations">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2441
<component name="eglinterface" long-name="EGL Interface" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2442
<unit bldFile="os/graphics/egl/eglinterface/group" mrp="os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2443
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2444
<component name="eglswitch" long-name="EGL Switch" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2445
<unit bldFile="os/graphics/egl/eglswitch/group" mrp="os/graphics/egl/eglswitch/group/graphics_eglswitch.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2446
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2447
<component name="eglrefimpl" long-name="EGL Reference Implementation" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2448
<unit bldFile="os/graphics/egl/eglrefimpl/group" mrp="os/graphics/egl/eglrefimpl/group/graphics_eglrefimpl.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2449
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2450
<component name="egltest" long-name="EGL Tests" introduced="^3" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2451
<unit bldFile="os/graphics/egl/egltest/group" mrp="os/graphics/egl/egltest/group/graphics_egltest.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2452
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2453
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2454
<collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2455
<component name="gdi" long-name="GDI" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2456
<unit bldFile="os/graphics/graphicsdeviceinterface/gdi/group" mrp="os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2457
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2458
<component name="bitgdi" long-name="BitGDI" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2459
<unit bldFile="os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2460
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2461
<component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2462
<unit bldFile="os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2463
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2464
<component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2465
<unit bldFile="os/graphics/graphicsdeviceinterface/screendriver/group" mrp="os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2466
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2467
<component name="directgdi" long-name="DirectGDI" introduced="^3" deprecated="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2468
<unit bldFile="os/graphics/graphicsdeviceinterface/directgdi/group" mrp="os/graphics/graphicsdeviceinterface/directgdi/group/graphics_directgdi.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2469
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2470
<component name="directgdiinterface" long-name="DirectGDI Interface" introduced="^3" deprecated="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2471
<unit bldFile="os/graphics/graphicsdeviceinterface/directgdiinterface/group" mrp="os/graphics/graphicsdeviceinterface/directgdiinterface/group/graphics_directgdiheaders.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2472
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2473
<component name="directgdiadaptation" long-name="DirectGDI Adaptation" introduced="^3" deprecated="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2474
<unit bldFile="os/graphics/graphicsdeviceinterface/directgdiadaptation/group" mrp="os/graphics/graphicsdeviceinterface/directgdiadaptation/group/graphics_directgdiadapter.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2475
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2476
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2477
<collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2478
<component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2479
<unit bldFile="os/graphics/graphicstools/gdi_tools/group" mrp="os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2480
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2481
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2482
<collection name="graphicsapitest" long-name="Graphics API Tests" level="app-if"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2483
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2484
<block name="textandloc" level="services" long-name="Text and Localisation Services" levels="encoding util fonts tools text">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2485
<collection name="textandloc_plat" long-name="Text and Localisation Platform Interfaces" level="text">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2486
<component name="findutil_api" long-name="Find Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2487
<unit bldFile="os/textandloc/textandloc_plat/findutil_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2488
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2489
<component name="japanese_language_utilities_api" long-name="Japanese Language Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2490
<unit bldFile="os/textandloc/textandloc_plat/japanese_language_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2491
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2492
<component name="sortutil_api" long-name="Sorting Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2493
<unit bldFile="os/textandloc/textandloc_plat/sortutil_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2494
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2495
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2496
<collection name="textandloc_pub" long-name="Text and Localisation Public Interfaces" level="text">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2497
<component name="directory_localizer_api" long-name="Directory Localizer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2498
<unit bldFile="os/textandloc/textandloc_pub/directory_localizer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2499
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2500
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2501
<collection name="charconvfw" long-name="Character Conversion" level="encoding">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2502
<component name="charconv_fw" long-name="Character Encoding and Conversion Framework" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2503
<unit bldFile="os/textandloc/charconvfw/charconv_fw/group" mrp="os/textandloc/charconvfw/charconv_fw/group/syslibs_charconv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2504
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2505
<component name="charconvplugins" long-name="Character Encoding and Conversion Plugins" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2506
<unit bldFile="os/textandloc/charconvfw/charconvplugins/group" mrp="os/textandloc/charconvfw/charconvplugins/group/syslibs_charconv_plugins.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2507
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2508
<component name="fatfilenameconversionplugins" long-name="FAT Filename Conversion Plugins" introduced="9.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2509
<unit bldFile="os/textandloc/charconvfw/fatfilenameconversionplugins/group" mrp="os/textandloc/charconvfw/fatfilenameconversionplugins/group/syslibs_FATCharsetConv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2510
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2511
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2512
<collection name="fontandtxtsrv" long-name="Font and Text Services" level="fonts">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2513
<component name="iculayoutengine" long-name="ICU Layout Engine" introduced="9.2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2514
<unit bldFile="os/textandloc/fontservices/textshaperplugin/group" mrp="os/textandloc/fontservices/textshaperplugin/group/graphics_iculayoutengine.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2515
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2516
<component name="fontstore" long-name="Font Store" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2517
<unit bldFile="os/textandloc/fontservices/fontstore/group" mrp="os/textandloc/fontservices/fontstore/group/graphics_fntstore.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2518
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2519
<component name="textrendering" long-name="Text Rendering" purpose="mandatory" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2520
<!-- placeholder for text code from GDI -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2521
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2522
<component name="freetypefontrasteriser" long-name="FreeType Font Rasteriser" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2523
<unit bldFile="os/textandloc/fontservices/freetypefontrasteriser/group" mrp="os/textandloc/fontservices/freetypefontrasteriser/group/graphics_freetype.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2524
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2525
<component name="referencefonts" long-name="Reference Fonts" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2526
<unit bldFile="os/textandloc/fontservices/referencefonts/group" mrp="os/textandloc/fontservices/referencefonts/group/graphics_fonts.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2527
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2528
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2529
<collection name="textlayout" long-name="Text Layout" level="text">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2530
<component name="texthandling" long-name="Text Handling" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2531
<unit bldFile="os/textandloc/textrendering/texthandling/group" mrp="os/textandloc/textrendering/texthandling/group/app-framework_etext.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2532
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2533
<component name="textformatting" long-name="Text Formatting" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2534
<unit bldFile="os/textandloc/textrendering/textformatting/group" mrp="os/textandloc/textrendering/textformatting/group/app-framework_form.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2535
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2536
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2537
<collection name="textandlocutils" long-name="Text and Localisation Utils" level="util">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  2538
<!-- components in this collection need to be moved to the right collection.
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2539
    		Either move into the units' directories, or create a new textandlocutils directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2540
<component name="numbergrouping" filter="s60" long-name="Number Grouping">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2541
<unit bldFile="os/textandloc/charconvfw/numbergrouping/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2542
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2543
<component name="jplangutil" filter="s60" long-name="Japanese Language Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2544
<unit bldFile="os/textandloc/charconvfw/jplangutil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2545
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2546
<component name="sortutil" filter="s60" long-name="Sorting Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2547
<unit bldFile="os/textandloc/charconvfw/sortutil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2548
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2549
<component name="inlinetext" filter="s60" long-name="Inline Text">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2550
<unit bldFile="os/textandloc/charconvfw/inlinetext/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2551
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2552
<component name="nearestlangutil" long-name="Nearest Language Util" introduced="^2" purpose="mandatory" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2553
<!-- placeholder for split from bafl -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2554
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2555
<component name="numberformatting" long-name="Number Formatting" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2556
<unit bldFile="os/textandloc/textrendering/numberformatting/group" mrp="os/textandloc/textrendering/numberformatting/group/app-framework_numberconversion.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2557
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2558
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2559
<collection name="localesupport" long-name="Locale Support" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2560
<component name="reflocales" long-name="Reference Locales" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2561
<unit bldFile="os/textandloc/localisation/localesupport" mrp="os/textandloc/localisation/localesupport/mmpfiles/base_loce32.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2562
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2563
<component name="initlocale" long-name="Initialise Locale" introduced="^2" purpose="mandatory" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2564
<!-- placeholder for split from bafl -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2565
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2566
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2567
<collection name="textandloctools" long-name="Text and Localisation Tools" level="tools">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2568
<component name="fontcompiler" long-name="Font Compiler" purpose="development" class="placeholder PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2569
<!-- placeholder for split from GDI Tools -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2570
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2571
<component name="bitmapfonttools" long-name="Bitmap Font Tools" purpose="development" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2572
<unit bldFile="os/graphics/graphicstools/bitmapfonttools/group" mrp="os/graphics/graphicstools/bitmapfonttools/group/graphics_gdtran.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2573
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2574
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2575
<collection name="textandloc_info" long-name="Text and Localisation Info" level="text">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2576
<component name="textandloc_metadata" long-name="Text and Localisation Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2577
<unit mrp="os/textandloc/textandloc_info/textandloc_metadata/textandloc_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2578
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2579
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2580
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2581
<block name="xmlsrv" level="services" long-name="XML Services" levels="plugin server framework generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2582
<collection name="xmlsrv_plat" long-name="XML Services Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2583
<component name="xmlsrv_plat_build" long-name="XML Services Platform Interface Build" filter="s60" class="api">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  2584
<!-- need to fix the configuration used here. 
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  2585
	  Either destribute to other components or use the new feature flags confguration mechanisms.
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2586
	  Remove this component and uncomment the other units when fixed-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2587
<unit bldFile="os/xmlsrv/xmlsrv_plat/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2588
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2589
<component name="xml_encryption_api" long-name="XML Encryption API" filter="s60" class="api placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2590
<!-- <unit bldFile="xmlsrv_plat/xml_encryption_api/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2591
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2592
<component name="xml_signature_api" long-name="XML Signature API" filter="s60" class="api placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2593
<!-- <unit bldFile="xmlsrv_plat/xml_signature_api/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2594
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2595
<component name="xml_security_engine_utils_api" long-name="XML Security Engine Utils API" filter="s60" class="api placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2596
<!-- <unit bldFile="xmlsrv_plat/xml_security_engine_utils_api/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2597
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2598
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2599
<collection name="xmlsecurityengine" long-name="XML Security Engine" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2600
<component name="xmlseccertman" filter="s60" long-name="XML Security Certificate Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2601
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccertman/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2602
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2603
<component name="xmlsec" filter="s60" long-name="XML Security">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2604
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsec/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2605
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2606
<component name="xmlseccrypto" filter="s60" long-name="XML Security Crypto">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2607
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlseccrypto/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2608
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2609
<component name="xmlsecwrapper" filter="s60" long-name="XML Security Wrapper">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2610
<unit bldFile="os/xmlsrv/xmlsecurityengine/xmlsecwrapper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2611
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2612
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2613
<collection name="xml" long-name="XML" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2614
<component name="xmlfw" long-name="XML Framework" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2615
<unit bldFile="os/xmlsrv/xml/xmlfw/group" mrp="os/xmlsrv/xml/xmlfw/group/syslibs_xml.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2616
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2617
<component name="libxml2libs" long-name="Libxml2 Libraries" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2618
<unit bldFile="os/xmlsrv/xml/libxml2libs/group" mrp="os/xmlsrv/xml/libxml2libs/group/syslibs_libxml2.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2619
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2620
<component name="legacyminidomparser" long-name="Legacy Mini-DOM Parser" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2621
<unit bldFile="os/xmlsrv/xml/legacyminidomparser/GROUP" mrp="os/xmlsrv/xml/legacyminidomparser/GROUP/syslibs_legacyminidomparser.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2622
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2623
<component name="xmldomandxpath" long-name="XML DOM and XPath" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2624
<unit bldFile="os/xmlsrv/xml/xmldomandxpath/group" mrp="os/xmlsrv/xml/xmldomandxpath/group/syslibs_xmldom.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2625
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2626
<component name="xmlexpatparser" long-name="XML Expat Parser" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2627
<unit bldFile="os/xmlsrv/xml/xmlexpatparser/group" mrp="os/xmlsrv/xml/xmlexpatparser/group/syslibs_xmlparser.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2628
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2629
<component name="xmllibxml2parser" long-name="XML Libxml2 Parser" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2630
<unit bldFile="os/xmlsrv/xml/xmllibxml2parser/group" mrp="os/xmlsrv/xml/xmllibxml2parser/group/syslibs_xmlparser2.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2631
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2632
<component name="wbxmlparser" long-name="WBXML Parser" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2633
<unit bldFile="os/xmlsrv/xml/wbxmlparser/group" mrp="os/xmlsrv/xml/wbxmlparser/group/syslibs_wbxmlparser.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2634
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2635
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2636
<collection name="xmlsrv_info" long-name="XML Services Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2637
<component name="xmlsrv_metadata" long-name="XML Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2638
<unit mrp="os/xmlsrv/xmlsrv_info/xmlsrv_metadata/xmlsrv_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2639
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2640
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2641
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2642
<block name="deviceplatformrelease" level="services" long-name="Device Platform Release" levels="bld mid top">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2643
<collection name="s60extras" long-name="S60 Extras" level="mid">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2644
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2645
<component name="s60extras_build" filter="s60" long-name="S60 Extras Build" purpose="development" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2646
<unit bldFile="os/deviceplatformrelease/S60Extras/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2647
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2648
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2649
<collection name="locfiles" long-name="Locale Files" level="mid">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2650
<component name="locfiles_build" filter="s60" long-name="S60 Locale Files Build" purpose="development" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2651
<!-- need to move component down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2652
<unit bldFile="os/deviceplatformrelease/locfiles/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2653
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2654
<component name="locfiles_set1" long-name="Locale Files Set 1" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2655
<unit bldFile="os/deviceplatformrelease/locfiles/group/set1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2656
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2657
<component name="locfiles_set2" long-name="Locale Files Set 2" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2658
<unit bldFile="os/deviceplatformrelease/locfiles/group/set2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2659
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2660
<component name="locfiles_set3" long-name="Locale Files Set 3" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2661
<unit bldFile="os/deviceplatformrelease/locfiles/group/set3"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2662
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2663
<component name="locfiles_set4" long-name="Locale Files Set 4" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2664
<unit bldFile="os/deviceplatformrelease/locfiles/group/set4"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2665
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2666
<component name="locfiles_set5" long-name="Locale Files Set 5" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2667
<unit bldFile="os/deviceplatformrelease/locfiles/group/set5"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2668
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2669
<component name="locfiles_set6" long-name="Locale Files Set 6" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2670
<unit bldFile="os/deviceplatformrelease/locfiles/group/set6"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2671
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2672
<!-- is the a problem with SF builds with the following? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2673
<component name="locfiles_set7" long-name="Locale Files Set 7" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2674
<unit bldFile="os/deviceplatformrelease/locfiles/group/set7"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2675
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2676
<component name="locfiles_set8" long-name="Locale Files Set 8" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2677
<unit bldFile="os/deviceplatformrelease/locfiles/group/set8"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2678
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2679
<component name="locfiles_set9" long-name="Locale Files Set 9" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2680
<unit bldFile="os/deviceplatformrelease/locfiles/group/set9"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2681
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2682
<component name="locfiles_set10" long-name="Locale Files Set 10" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2683
<unit bldFile="os/deviceplatformrelease/locfiles/group/set10"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2684
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2685
<component name="locfiles_set11" long-name="Locale Files Set 11" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2686
<unit bldFile="os/deviceplatformrelease/locfiles/group/set11"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2687
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2688
<component name="locfiles_set12" long-name="Locale Files Set 12" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2689
<unit bldFile="os/deviceplatformrelease/locfiles/group/set12"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2690
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2691
<component name="locfiles_set13" long-name="Locale Files Set 13" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2692
<unit bldFile="os/deviceplatformrelease/locfiles/group/set13"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2693
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2694
<component name="locfiles_set14" long-name="Locale Files Set 14" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2695
<unit bldFile="os/deviceplatformrelease/locfiles/group/set14"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2696
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2697
<component name="locfiles_set15" long-name="Locale Files Set 15" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2698
<unit bldFile="os/deviceplatformrelease/locfiles/group/set15"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2699
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2700
<component name="locfiles_set16" long-name="Locale Files Set 16" filter="s60" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2701
<unit bldFile="os/deviceplatformrelease/locfiles/group/set16"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2702
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2703
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2704
<collection name="version" long-name="Version" level="top">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2705
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2706
<component name="version_build" filter="s60" long-name="Version Build" purpose="development" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2707
<unit bldFile="os/deviceplatformrelease/Version/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2708
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2709
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2710
<collection name="helps_loc2" long-name="Helps Locale 2" level="top">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2711
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2712
<component name="helps_loc2_build" long-name="Helps Locale 2 Build" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2713
<unit bldFile="os/deviceplatformrelease/helps_loc2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2714
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2715
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2716
<collection name="sf_config" long-name="SF Config" level="mid">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2717
<component name="config" filter="s60" long-name="Config" purpose="development" class="config"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2718
<component name="cenrep" filter="sf_build" long-name="ConE Central Repository Config" purpose="development" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2719
<!-- will shoudl give the id/path something more unique than cenrep -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2720
<unit bldFile="os/deviceplatformrelease/sf_config/cenrep/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2721
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2722
<component name="rombuild_syborg" filter="sf_build" long-name="Syborg iMaker Config" purpose="development" introduced="^3" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2723
<unit bldFile="os/deviceplatformrelease/sf_config/rombuild/syborg/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2724
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2725
<component name="rombuild_zoom2" filter="sf_build" long-name="Zoom2 iMaker Config" purpose="development" introduced="^3" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2726
<unit bldFile="os/deviceplatformrelease/sf_config/rombuild/zoom2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2727
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  2728
<component name="rombuild_sfrefhw" filter="sf_build" long-name="Foundation Reference Hardware iMaker Config" purpose="development" introduced="^3" class="config">
804
c3a04a8c859e Add auto generated symbian3 system model (packages@d714e5db1db4)
Dario Sestito <darios@symbian.org>
parents: 795
diff changeset
  2729
<unit bldFile="os/deviceplatformrelease/sf_config/rombuild/sf_refhw/group"/>
751
f1fb73c8c4d5 Add auto generated symbian3 system model (packages@5d3c652b6df9)
Dario Sestito <darios@symbian.org>
parents: 743
diff changeset
  2730
</component>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2731
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2732
<!-- should be located locally in buildplatforms/group. NB. This is a different package! -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2733
<collection name="s60bld" long-name="S60 Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2734
<component name="buildplatforms" filter="s60" long-name="Build Platforms">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2735
<unit bldFile="tools/buildplatforms/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2736
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2737
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2738
<collection name="symbianosbld" long-name="Symbian OS Build" level="bld">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2739
<component name="cedarutils" long-name="Cedar Utils" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2740
<unit mrp="os/deviceplatformrelease/symbianosbld/cedarutils/tools_utils_cedar.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2741
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2742
<component name="productionbldcbrconfig" long-name="Production Build CBR Config" filter="gt" purpose="development" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2743
<unit mrp="os/deviceplatformrelease/symbianosbld/productionbldcbrconfig/product_cbr_config.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2744
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2745
<component name="foundation_s60_packages" long-name="Foundation S60 Packages" introduced="^3" deprecated="^3" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2746
<unit mrp="os/deviceplatformrelease/symbianosbld/foundation_s60_packages/foundation_s60_packages.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2747
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2748
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2749
<collection name="foundation_system" long-name="Foundation System" level="top">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2750
<component name="system_model" long-name="System Model" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2751
<unit mrp="os/deviceplatformrelease/foundation_system/system_model/system_model.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2752
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2753
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2754
<collection name="deviceplatformrelease_info" long-name="Device Platform Release Info" level="top">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2755
<component name="deviceplatformrelease_metadata" long-name="Device Platform Release Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2756
<unit mrp="os/deviceplatformrelease/deviceplatformrelease_info/deviceplatformrelease_metadata/deviceplatformrelease_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2757
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2758
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2759
</block>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2760
<block name="osrndtools" level="services" long-name="OS R&amp;D tools" levels="fw trace analysis">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2761
<collection name="stif" long-name="STIF" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2762
<component name="stif_plat" filter="s60" long-name="STIF Platform Interfaces" purpose="development" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2763
<unit bldFile="os/osrndtools/stif/stif_plat/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2764
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2765
<component name="testinterface" filter="s60" long-name="Test Interface" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2766
<unit bldFile="os/osrndtools/stif/testinterface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2767
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2768
<component name="testserver" filter="s60" long-name="Test Server" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2769
<unit bldFile="os/osrndtools/stif/testserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2770
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2771
<component name="testengine" filter="s60" long-name="Test Engine" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2772
<unit bldFile="os/osrndtools/stif/testengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2773
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2774
<component name="testserverstarter" filter="s60" long-name="Test Server Starter" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2775
<unit bldFile="os/osrndtools/stif/testserverstarter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2776
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2777
<component name="stiftfwif" filter="s60" long-name="STIF Test Framework Interface" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2778
<unit bldFile="os/osrndtools/stif/stiftfwif/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2779
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2780
<component name="consoleui" filter="s60" long-name="Console UI" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2781
<unit bldFile="os/osrndtools/stif/consoleui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2782
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2783
<component name="testcombiner" filter="s60" long-name="Test Combiner" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2784
<unit bldFile="os/osrndtools/stif/testcombiner/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2785
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2786
<component name="demomodule" filter="s60" long-name="Demo Module" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2787
<unit bldFile="os/osrndtools/stif/demomodule/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2788
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2789
<component name="atslogger" filter="s60" long-name="ATS Logger" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2790
<unit bldFile="os/osrndtools/stif/atslogger/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2791
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2792
<component name="atsinterface" filter="s60" long-name="ATS Interface" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2793
<unit bldFile="os/osrndtools/stif/atsinterface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2794
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2795
<component name="testscripter" filter="s60" long-name="Test Scripter" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2796
<unit bldFile="os/osrndtools/stif/testscripter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2797
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2798
<component name="suevent" filter="s60" long-name="SU Event" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2799
<unit bldFile="os/osrndtools/stif/suevent/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2800
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2801
<component name="stifkerneltestclassbase" filter="s60" long-name="STIF Kernel Test Class Base" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2802
<!-- uncomment the unit when configuration is in place, it's currently #included from stif_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2803
<!-- <unit bldFile="stif/stifkerneltestclassbase/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2804
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2805
<component name="stif_build" filter="s60" long-name="STIF Build" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2806
<!--  move exports into self-contained component. Remove this when configuration is in place-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2807
<unit bldFile="os/osrndtools/stif/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2808
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2809
</collection>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2810
<collection name="memspy" long-name="MemSpy" level="trace">
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2811
<component name="memspy_plat" filter="s60" long-name="MemSpy Platform Interfaces" purpose="development" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2812
<unit bldFile="os/osrndtools/memspy/memspy_plat/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2813
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2814
<component name="driver" filter="s60" long-name="MemSpy Driver" purpose="development">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2815
<unit bldFile="os/osrndtools/memspy/driver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2816
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2817
<component name="memspy_engine" filter="s60" long-name="MemSpy Engine" purpose="development">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2818
<unit bldFile="os/osrndtools/memspy/engine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2819
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2820
<component name="commandline" filter="s60" long-name="MemSpy Command Line" purpose="development">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2821
<unit bldFile="os/osrndtools/memspy/commandline/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2822
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2823
<component name="console" filter="s60" long-name="MemSpy Console" purpose="development">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2824
<unit bldFile="os/osrndtools/memspy/console/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2825
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  2826
<component name="memspy_build" filter="s60" long-name="MemSpy Build" purpose="development">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2827
<!--  move exports into self-contained component.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2828
<unit bldFile="os/osrndtools/memspy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2829
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2830
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2831
<collection name="hti" long-name="Harmonized Test Interface" level="trace">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2832
<component name="hti_plat" filter="s60" long-name="HTI Platform Interfaces" purpose="development" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2833
<unit bldFile="os/osrndtools/hti/hti_plat/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2834
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2835
<component name="hticfg" filter="s60" long-name="HTI Config" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2836
<unit bldFile="os/osrndtools/hti/hticfg/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2837
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2838
<component name="htiautostart" filter="s60" long-name="HTI Autostart" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2839
<unit bldFile="os/osrndtools/hti/htiautostart/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2840
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2841
<component name="htiframework" filter="s60" long-name="HTI Framework" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2842
<unit bldFile="os/osrndtools/hti/htiframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2843
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2844
<component name="hticommplugins" filter="s60" long-name="HTI Communication Plugins" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2845
<!-- need to #include these from a single unit or separate into component at the right directory level -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2846
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiBtCommPlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2847
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiIPCommPlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2848
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiSerialCommPlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2849
<unit bldFile="os/osrndtools/hti/HtiCommPlugins/HtiUsbSerialCommPlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2850
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2851
<component name="htiserviceplugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2852
<!-- need to #include these from a single unit or separate into component at the right directory level -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2853
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiAppServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2854
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiEchoServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2855
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiFtpServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2856
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiIpProxyServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2857
<unit bldFile="os/osrndtools/hti/HtiServicePlugins/HtiStifTfServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2858
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2859
<component name="htifilehlp" filter="s60" long-name="HTI File Help" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2860
<unit bldFile="os/osrndtools/hti/htifilehlp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2861
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2862
<component name="htiwatchdog" filter="s60" long-name="HTI Watchdog" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2863
<unit bldFile="os/osrndtools/hti/htiwatchdog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2864
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2865
<component name="hti_build" filter="s60" long-name="HTI Build" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2866
<!--  move exports into self-contained component.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2867
<unit bldFile="os/osrndtools/hti/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2868
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2869
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2870
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2871
</layer>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2872
<layer name="mw" long-name="Middleware" levels="generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2873
<block name="appsupport" level="generic" long-name="Generic Application Support" levels="system plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2874
<collection name="appsupport_pub" long-name="Generic Application Support Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2875
<component name="flash_viewer_framework_api" long-name="Flash Viewer Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2876
<unit bldFile="mw/appsupport/appsupport_pub/flash_viewer_framework_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2877
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2878
<component name="network_status_api" long-name="Network Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2879
<unit bldFile="mw/appsupport/appsupport_pub/network_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2880
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2881
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2882
<collection name="appsupport_plat" long-name="Generic Application Support Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2883
<component name="action_plugin_api" long-name="Action Plug-In API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2884
<unit bldFile="mw/appsupport/appsupport_plat/action_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2885
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2886
<component name="application_orientation_api" long-name="Application Orientation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2887
<unit bldFile="mw/appsupport/appsupport_plat/application_orientation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2888
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2889
<component name="context_access_api" long-name="Context Access API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2890
<unit bldFile="mw/appsupport/appsupport_plat/context_access_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2891
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2892
<component name="context_framework_services_api" long-name="Context Framework Services API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2893
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_services_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2894
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2895
<component name="context_framework_client_api" long-name="Context Framework Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2896
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2897
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2898
<component name="context_framework_listener_api" long-name="Context Framework Listener API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2899
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_listener_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2900
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2901
<component name="context_framework_version_api" long-name="Context Framework Version API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2902
<unit bldFile="mw/appsupport/appsupport_plat/context_framework_version_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2903
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2904
<component name="context_source_plugin_api" long-name="Context Source Plug-In API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2905
<unit bldFile="mw/appsupport/appsupport_plat/context_source_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2906
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2907
<component name="context_source_settings_manager_api" long-name="Context Source Settings Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2908
<unit bldFile="mw/appsupport/appsupport_plat/context_source_settings_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2909
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2910
<component name="context_subscription_api" long-name="Context Subscription API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2911
<unit bldFile="mw/appsupport/appsupport_plat/context_subscription_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2912
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2913
<component name="key_event_framework_api" long-name="Key Event Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2914
<unit bldFile="mw/appsupport/appsupport_plat/key_event_framework_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2915
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2916
<component name="key_event_framework_mapper_api" long-name="Key Event Framework Mapper API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2917
<unit bldFile="mw/appsupport/appsupport_plat/key_event_framework_mapper_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2918
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2919
<component name="media_keys_definition_api" long-name="Media Keys Definition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2920
<unit bldFile="mw/appsupport/appsupport_plat/media_keys_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2921
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2922
<component name="ood_threshold_api" long-name="OOD Threshold API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2923
<unit bldFile="mw/appsupport/appsupport_plat/ood_threshold_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2924
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2925
<component name="oom_monitor_api" long-name="OOM Monitor API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2926
<unit bldFile="mw/appsupport/appsupport_plat/oom_monitor_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2927
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2928
<component name="oom_monitor_plugin_api" long-name="OOM Monitor Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2929
<unit bldFile="mw/appsupport/appsupport_plat/oom_monitor_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2930
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2931
<component name="operation_provider_api" long-name="Operation Provider API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2932
<unit bldFile="mw/appsupport/appsupport_plat/operation_provider_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2933
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2934
<component name="phonecmdhandler_api" long-name="Phone Command Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2935
<unit bldFile="mw/appsupport/appsupport_plat/phonecmdhandler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2936
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2937
<component name="restore_factory_settings_api" long-name="Restore Factory Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2938
<unit bldFile="mw/appsupport/appsupport_plat/restore_factory_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2939
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2940
<component name="restore_factory_settings_plugin_api" long-name="Restore Factory Settings Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2941
<unit bldFile="mw/appsupport/appsupport_plat/restore_factory_settings_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2942
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2943
<component name="secondary_display_accfw_api" long-name="Secondary Display Accessory Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2944
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_accfw_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2945
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2946
<component name="secondary_display_startup_api" long-name="Secondary Display Startup API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2947
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_startup_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2948
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2949
<component name="secondary_display_sysap_api" long-name="Secondary Display System Application API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2950
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_sysap_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2951
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2952
<component name="secondary_display_system_state_api" long-name="Secondary Display System State API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2953
<unit bldFile="mw/appsupport/appsupport_plat/secondary_display_system_state_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2954
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2955
<component name="sensor_user_setting_api" long-name="Sensor User Setting API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2956
<unit bldFile="mw/appsupport/appsupport_plat/sensor_user_setting_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2957
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2958
<component name="startup_configuration_api" long-name="Startup Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2959
<unit bldFile="mw/appsupport/appsupport_plat/startup_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2960
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2961
<component name="system_application_key_handler_plugin_api" long-name="System Application Key Handler Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2962
<unit bldFile="mw/appsupport/appsupport_plat/system_application_key_handler_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2963
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2964
<component name="system_application_light_control_plugin_api" long-name="System Application Light Control Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2965
<unit bldFile="mw/appsupport/appsupport_plat/system_application_light_control_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2966
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2967
<component name="system_application_notification_api" long-name="System Application Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2968
<unit bldFile="mw/appsupport/appsupport_plat/system_application_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2969
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2970
<component name="system_application_plugin_callback_api" long-name="System Application Plug-in Callback API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2971
<unit bldFile="mw/appsupport/appsupport_plat/system_application_plugin_callback_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2972
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2973
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2974
<collection name="contextframework" long-name="Context Framework" level="framework">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  2975
<!-- the units that are commented out need to be put back when configuration is in place.
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2976
		They're currently #included by contextframework_build, which should be removed when the other units are uncommented -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2977
<component name="cfw" filter="s60" long-name="Context Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2978
<!--<unit bldFile="contextframework/cfw/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2979
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2980
<component name="cfwplugins" filter="s60" long-name="Context Framework Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2981
<!--<unit bldFile="contextframework/cfwplugins/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2982
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2983
<component name="contextframework_build" filter="s60" long-name="Context Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2984
<unit bldFile="mw/appsupport/contextframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2985
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2986
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2987
<collection name="coreapplicationuis" long-name="Core Application UIs" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2988
<component name="dbrecovery" filter="s60" long-name="Database Recovery">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2989
<unit bldFile="mw/appsupport/coreapplicationuis/dbrecovery/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2990
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2991
<component name="nspswsplugin" filter="s60" long-name="NSPS WS Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2992
<!-- No Service Power Save? Window Server? Please elaborate-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2993
<unit bldFile="mw/appsupport/coreapplicationuis/nspswsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2994
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2995
<component name="rfs" filter="s60" long-name="Restore Factory Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2996
<unit bldFile="mw/appsupport/coreapplicationuis/rfs/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2997
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2998
<component name="rfsplugins" filter="s60" long-name="Restore Factory Settings Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  2999
<unit bldFile="mw/appsupport/coreapplicationuis/rfsplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3000
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3001
<component name="sysap" filter="s60" long-name="System Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3002
<unit bldFile="mw/appsupport/coreapplicationuis/sysap/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3003
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3004
<component name="variatedsettings" filter="s60" long-name="Variated Settings" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3005
<unit bldFile="mw/appsupport/coreapplicationuis/variatedsettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3006
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3007
<component name="accfwuinotifier" filter="s60" long-name="Accessory Framework UI Notifier" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3008
<unit bldFile="mw/appsupport/coreapplicationuis/accfwuinotifier/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3009
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3010
<component name="kefmapper" filter="s60" long-name="Key Event Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3011
<unit bldFile="mw/appsupport/coreapplicationuis/kefmapper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3012
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3013
<component name="advancedtspcontroller" filter="s60" long-name="Advanced TSP Controller">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3014
<unit bldFile="mw/appsupport/coreapplicationuis/advancedtspcontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3015
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3016
<component name="powersaveutilities" filter="s60" long-name="Power Save Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3017
<unit bldFile="mw/appsupport/coreapplicationuis/powersaveutilities/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3018
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3019
<component name="gsserverenginestub" filter="s60" long-name="GS Server Engine Stub">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3020
<unit bldFile="mw/appsupport/coreapplicationuis/gsserverenginestub/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3021
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3022
<component name="gsserverengine" filter="s60" long-name="GS Server Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3023
<unit bldFile="mw/appsupport/coreapplicationuis/gsserverengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3024
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3025
<component name="sensordatacompensatorplugin" filter="s60" long-name="Sensor Data Compensator Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3026
<unit bldFile="mw/appsupport/coreapplicationuis/sensordatacompensatorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3027
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3028
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3029
<collection name="flashliteapi_3_1" long-name="Flash Lite API 3.1" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3030
<!--  collection is really a component. Move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3031
<component name="flashliteapi_3_1_build" long-name="Flash Lite API Build" filter="s60" introduced="^2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3032
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3033
<collection name="mediakeys" long-name="Media Keys" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3034
<!--  collection is really a component. Move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3035
<component name="mediakeys_build" filter="s60" long-name="Media Keys Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3036
<unit bldFile="mw/appsupport/mediakeys/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3037
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3038
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3039
<collection name="startupservices" long-name="Startup Services" level="system">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3040
<component name="splashscreen" filter="s60" long-name="Splash Screen">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3041
<unit bldFile="mw/appsupport/startupservices/splashscreen/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3042
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3043
<component name="startupanimation" filter="s60" long-name="Startup Animation">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3044
<unit bldFile="mw/appsupport/startupservices/startupanimation/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3045
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3046
<component name="startup" long-name="Startup Application" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3047
<unit bldFile="mw/appsupport/startupservices/startup/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3048
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3049
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3050
<collection name="sysresmonitoring" long-name="System Resource Monitoring" level="system">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3051
<component name="oodmonitor" filter="s60" long-name="OOD Monitor" introduced="7.0s">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3052
<unit bldFile="mw/appsupport/sysresmonitoring/oodmonitor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3053
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3054
<component name="oommonitor" filter="s60" long-name="OOM Monitor" introduced="7.0s">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3055
<unit bldFile="mw/appsupport/sysresmonitoring/oommonitor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3056
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3057
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3058
<collection name="systemsettings" long-name="System Settings" level="system">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3059
<component name="gssensorplugin" filter="s60" long-name="GS Sensor Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3060
<unit bldFile="mw/appsupport/systemsettings/gssensorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3061
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3062
<component name="gsaccessoryplugin" filter="s60" long-name="GS Accessory Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3063
<unit bldFile="mw/appsupport/systemsettings/gsaccessoryplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3064
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3065
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3066
<collection name="filehandling" long-name="File Handling" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3067
<component name="fileconverterfw" long-name="File Converter Framework" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3068
<unit bldFile="mw/appsupport/filehandling/fileconverterfw/group" mrp="mw/appsupport/filehandling/fileconverterfw/group/app-framework_conarc.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3069
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3070
<component name="htmltorichtextconverter" long-name="HTML to RichText Converter" introduced="7.0" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3071
<unit bldFile="mw/appsupport/filehandling/htmltorichtextconverter/group" mrp="mw/appsupport/filehandling/htmltorichtextconverter/group/app-services_chtmltocrtconv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3072
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3073
<component name="richtexttohtmlconverter" long-name="RichText to HTML Converter" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3074
<unit bldFile="mw/appsupport/filehandling/richtexttohtmlconverter/Group" mrp="mw/appsupport/filehandling/richtexttohtmlconverter/Group/app-services_richtexttohtmlconv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3075
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3076
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3077
<collection name="hwresourceadaptation" long-name="Hardware Resource Adaptation" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3078
<component name="hwresourcemgruiplugin" long-name="Hardware Resource Manager UI Plugin" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3079
<unit bldFile="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group" mrp="mw/appsupport/hwresourceadaptation/hwresourcemgruiplugin/group/telephony_hwrmuiplugin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3080
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3081
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3082
<collection name="commonappservices" long-name="Common Application Services" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3083
<component name="alarmserver" long-name="Alarm Server" introduced="7.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3084
<unit bldFile="mw/appsupport/commonappservices/alarmserver/Group" mrp="mw/appsupport/commonappservices/alarmserver/Group/app-services_alarmserver.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3085
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3086
<component name="alarmservertest" long-name="Alarm Server Test" deprecated="^3" introduced="8.1" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3087
<unit bldFile="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv" mrp="mw/appsupport/commonappservices/alarmservertest/TestAlarmSrv/app-services_testalarmsrv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3088
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3089
<component name="appservicesdocs" long-name="Application Services Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3090
<unit mrp="mw/appsupport/commonappservices/appservicesdocs/app-services_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3091
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3092
<component name="backuprestorenotification" long-name="Backup Restore Notification" introduced="8.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3093
<unit bldFile="mw/appsupport/commonappservices/backuprestorenotification/group" mrp="mw/appsupport/commonappservices/backuprestorenotification/group/app-services_BackupRestoreNotification.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3094
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3095
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3096
<collection name="tzservices" long-name="Time Zone Services" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3097
<component name="tzserver" long-name="Time Zone Server" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3098
<unit bldFile="mw/appsupport/tzservices/tzserver/group" mrp="mw/appsupport/tzservices/tzserver/group/app-services_tz.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3099
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3100
<component name="tzloc" long-name="Time Zone Localization" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3101
<unit bldFile="mw/appsupport/tzservices/tzloc/group" mrp="mw/appsupport/tzservices/tzloc/group/app-services_timezonelocalization.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3102
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3103
<component name="tzlocrscfactory" long-name="Time Zone Localization Resource Factory" introduced="9.1" purpose="optional" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3104
<unit bldFile="mw/appsupport/tzservices/tzlocrscfactory/group" mrp="mw/appsupport/tzservices/tzlocrscfactory/group/app-services_tzlocalizationrscfactory.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3105
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3106
<component name="tzdatabase" long-name="Time Zone Database" introduced="9.1" purpose="optional" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3107
<unit bldFile="mw/appsupport/tzservices/tzdatabase/group" mrp="mw/appsupport/tzservices/tzdatabase/group/app-services_tzdb.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3108
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3109
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3110
<collection name="contenthandling" long-name="Content Handling" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3111
<component name="webrecognisers" long-name="Web Recognisers" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3112
<unit bldFile="mw/appsupport/contenthandling/webrecognisers/group" mrp="mw/appsupport/contenthandling/webrecognisers/group/application-protocols_recognisers.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3113
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3114
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3115
<collection name="openenvutils" long-name="Open Environment Utilities" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3116
<component name="commandshell" long-name="Command Shell" introduced="^3" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3117
<unit bldFile="mw/appsupport/openenvutils/commandshell/group" mrp="mw/appsupport/openenvutils/commandshell/group/oetools_zsh.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3118
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3119
<component name="telnetserver" long-name="Telnet Server" introduced="^3" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3120
<unit bldFile="mw/appsupport/openenvutils/telnetserver/group" mrp="mw/appsupport/openenvutils/telnetserver/group/oetools_telnetd.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3121
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3122
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3123
<collection name="printingsupport" long-name="Printing Support" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3124
<component name="printinguisupport" long-name="Printing UI Support" purpose="optional" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3125
<unit bldFile="mw/appsupport/printingsupport/printinguisupport/group" mrp="mw/appsupport/printingsupport/printinguisupport/group/app-framework_print.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3126
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3127
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3128
<collection name="appfw" long-name="Application Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3129
<component name="apparchitecture" long-name="Application Architecture" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3130
<unit bldFile="mw/appsupport/appfw/apparchitecture/group" mrp="mw/appsupport/appfw/apparchitecture/group/app-framework_apparc.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3131
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3132
<component name="viewserver" long-name="View Server" introduced="6.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3133
<unit bldFile="mw/appsupport/appfw/viewserver/group" mrp="mw/appsupport/appfw/viewserver/group/app-framework_viewsrv.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3134
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3135
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3136
<collection name="applaunchservices" long-name="Application Launch Services" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3137
<component name="aftermarketappstarter" long-name="After Market Application Starter" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3138
<unit bldFile="mw/appsupport/applaunchservices/aftermarketappstarter/group" mrp="mw/appsupport/applaunchservices/aftermarketappstarter/group/app-framework_amastart.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3139
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3140
<component name="applaunchplugins" long-name="Application Launch Plugins" introduced="^3" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3141
<unit bldFile="mw/appsupport/applaunchservices/applaunchplugins/group" mrp="mw/appsupport/applaunchservices/applaunchplugins/group/app-framework_aplp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3142
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3143
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3144
<collection name="tzpcside" long-name="Time Zone PC Side" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3145
<component name="tzcompiler" long-name="Time Zone Compiler" introduced="9.1" purpose="optional" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3146
<unit bldFile="mw/appsupport/tzpcside/tzcompiler/group" mrp="mw/appsupport/tzpcside/tzcompiler/group/app-services_tzcompiler.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3147
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3148
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3149
<collection name="appsupport_info" long-name="Generic Application Support Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3150
<component name="appsupport_metadata" long-name="Generic Application Support Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3151
<unit mrp="mw/appsupport/appsupport_info/appsupport_metadata/appsupport_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3152
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3153
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3154
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3155
<block name="securitysrv" level="generic" long-name="Security Services" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3156
<collection name="secsrv_plat" long-name="Security Services Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3157
<component name="cms_api" long-name="CMS API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3158
<unit bldFile="mw/securitysrv/secsrv_plat/cms_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3159
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3160
<component name="pkcs12_parser_api" long-name="PKCS12 Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3161
<unit bldFile="mw/securitysrv/secsrv_plat/pkcs12_parser_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3162
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3163
<component name="java_utils_api" long-name="Java Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3164
<unit bldFile="mw/securitysrv/secsrv_plat/java_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3165
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3166
<component name="wim_cert_api" long-name="WIM Cert API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3167
<unit bldFile="mw/securitysrv/secsrv_plat/wim_cert_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3168
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3169
<component name="device_key_store_encryption_plugin_api" long-name="Device Key Store Encryption Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3170
<unit bldFile="mw/securitysrv/secsrv_plat/device_key_store_encryption_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3171
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3172
<component name="x509certnameparser_api" long-name="X.509 Certificate Name Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3173
<unit bldFile="mw/securitysrv/secsrv_plat/x509certnameparser_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3174
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3175
<component name="remote_lock_api" long-name="Remote Lock API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3176
<unit bldFile="mw/securitysrv/secsrv_plat/remote_lock_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3177
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3178
<component name="pkidialog_api" long-name="PKI Dialog API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3179
<unit bldFile="mw/securitysrv/secsrv_plat/pkidialog_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3180
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3181
<component name="provisioning_api" long-name="Provisioning API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3182
<unit bldFile="mw/securitysrv/secsrv_plat/provisioning_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3183
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3184
<component name="keyguard_configuration_api" long-name="Keyguard Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3185
<unit bldFile="mw/securitysrv/secsrv_plat/keyguard_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3186
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3187
<component name="keylock_policy_api" long-name="Keylock Policy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3188
<unit bldFile="mw/securitysrv/secsrv_plat/keylock_policy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3189
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3190
<component name="security_code_ui_api" long-name="Security Code UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3191
<unit bldFile="mw/securitysrv/secsrv_plat/security_code_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3192
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3193
<component name="gba_api" long-name="GBA API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3194
<unit bldFile="mw/securitysrv/secsrv_plat/gba_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3195
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3196
<component name="keyguard_access_api" long-name="Keyguard Access API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3197
<unit bldFile="mw/securitysrv/secsrv_plat/keyguard_access_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3198
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3199
<component name="devicelock_access_api" long-name="Device Lock Access API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3200
<unit bldFile="mw/securitysrv/secsrv_plat/devicelock_access_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3201
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3202
<component name="lockapp_server_api" long-name="Lock Application Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3203
<unit bldFile="mw/securitysrv/secsrv_plat/lockapp_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3204
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3205
<component name="devencadaptation_api" long-name="Device Encryption Adaptation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3206
<unit bldFile="mw/securitysrv/secsrv_plat/devencadaptation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3207
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3208
<component name="devenccommonutils_api" long-name="Device Encryption Common Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3209
<unit bldFile="mw/securitysrv/secsrv_plat/devenccommonutils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3210
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3211
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3212
<collection name="cms" long-name="Certificate Management Service" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3213
<!-- collection is really a component. Need to move down a directory-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3214
<component name="cms_build" filter="s60" long-name="CMS" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3215
<unit bldFile="mw/securitysrv/cms/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3216
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3217
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3218
<collection name="pkiutilities" long-name="PKI Utilities" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3219
<component name="x509certnameparser" filter="s60" long-name="X.509 Certificate Name Parser">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3220
<unit bldFile="mw/securitysrv/pkiutilities/x509certnameparser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3221
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3222
<component name="pkcs12" filter="s60" long-name="PKCS #12">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3223
<unit bldFile="mw/securitysrv/pkiutilities/pkcs12/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3224
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3225
<component name="certmanui" filter="s60" long-name="Certificate Management UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3226
<unit bldFile="mw/securitysrv/pkiutilities/certmanui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3227
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3228
<component name="ctsecuritydialogs" filter="s60" long-name="Crypto Token Security Dialogs">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3229
<unit bldFile="mw/securitysrv/pkiutilities/ctsecuritydialogs/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3230
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3231
<component name="certsaver" filter="s60" long-name="Certificate Saver">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3232
<unit bldFile="mw/securitysrv/pkiutilities/certsaver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3233
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3234
<component name="secmodui" filter="s60" long-name="Security Module UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3235
<unit bldFile="mw/securitysrv/pkiutilities/secmodui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3236
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3237
<component name="devicetoken" filter="s60" long-name="Device Token">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3238
<unit bldFile="mw/securitysrv/pkiutilities/devicetoken/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3239
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3240
<component name="certificates" filter="s60" long-name="Certificates">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3241
<unit bldFile="mw/securitysrv/pkiutilities/Certificates/group" filter="sf_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3242
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3243
<component name="pkiutilities_build" filter="s60" long-name="PKI Utilities Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3244
<!-- need to split this into the above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3245
<unit bldFile="mw/securitysrv/pkiutilities/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3246
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3247
<component name="ocsp" long-name="Online Certificate Status Protocol" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3248
<unit bldFile="mw/securitysrv/pkiutilities/ocsp/group" mrp="mw/securitysrv/pkiutilities/ocsp/group/securitysrv_ocsp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3249
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3250
</collection>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  3251
<collection name="wim" long-name="Wireless Identity Module" level="framework">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3252
<!-- collection is really a component. Need to move down a directory-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3253
<component name="wim_build" filter="s60" long-name="WIM Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3254
<unit bldFile="mw/securitysrv/wim/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3255
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3256
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3257
<collection name="remotelock" long-name="Remote Lock" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3258
<!-- collection is really a component. Need to move down a directory-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3259
<component name="remotelock_build" filter="s60" long-name="Remote Lock Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3260
<unit bldFile="mw/securitysrv/remotelock/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3261
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3262
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3263
<collection name="securitydialogs" long-name="Security Dialogs" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3264
<component name="keylockpolicyapi" filter="s60" long-name="Keylock Policy API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3265
<unit bldFile="mw/securitysrv/securitydialogs/keylockpolicyapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3266
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3267
<component name="autolock" long-name="Autolock" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3268
<unit bldFile="mw/securitysrv/securitydialogs/autolock/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3269
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3270
<component name="secui" filter="s60" long-name="Security UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3271
<unit bldFile="mw/securitysrv/securitydialogs/secui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3272
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3273
<component name="securitynotifier" filter="s60" long-name="Security Notifier">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3274
<unit bldFile="mw/securitysrv/securitydialogs/securitynotifier/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3275
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3276
<component name="lockclient" filter="s60" long-name="Lock Client" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3277
<unit bldFile="mw/securitysrv/securitydialogs/lockclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3278
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3279
<component name="lockapp" filter="s60" long-name="Lock Application" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3280
<unit bldFile="mw/securitysrv/securitydialogs/lockapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3281
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3282
<component name="simlockui" filter="s60" long-name="SIM Lock UI" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3283
<unit bldFile="mw/securitysrv/securitydialogs/simlockui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3284
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3285
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3286
<collection name="boottimeintegritycheck" long-name="Boot Time Integrity Check" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3287
<!-- collection is really a component. Need to move down a directory-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3288
<component name="boottimeintegritycheck_build" filter="s60" long-name="Boot Time Integrity Check Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3289
<unit bldFile="mw/securitysrv/boottimeintegritycheck/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3290
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3291
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3292
<collection name="gba" long-name="Generic Bootstrapping Architecture" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3293
<component name="uicc" filter="s60" long-name="UICC" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3294
<unit bldFile="mw/securitysrv/gba/uicc/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3295
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3296
<component name="gbaserver" filter="s60" long-name="GBA Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3297
<unit bldFile="mw/securitysrv/gba/gbaserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3298
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3299
<component name="gbaapi" filter="s60" long-name="GBA API" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3300
<unit bldFile="mw/securitysrv/gba/gbaapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3301
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3302
<component name="gbafilter" filter="s60" long-name="GBA HTTP Filter" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3303
<unit bldFile="mw/securitysrv/gba/gbafilter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3304
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3305
<component name="gba_build" filter="s60" long-name="Generic Boot Architecture Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3306
<!-- need to split this into the above components, or remove #includes and make this GBA ROM  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3307
<unit bldFile="mw/securitysrv/gba/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3308
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3309
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3310
<collection name="devencdiskutils" long-name="Device Encryption Disk Utils" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3311
<component name="devenccommonutils" filter="s60" long-name="Device Encryption Common Utils" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3312
<unit bldFile="mw/securitysrv/devencdiskutils/DevEncCommonUtils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3313
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3314
<component name="devencrfsplugin" filter="s60" long-name="Device Encryption RFS Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3315
<unit bldFile="mw/securitysrv/devencdiskutils/DevEncRfsPlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3316
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3317
<component name="pk5recognizer" filter="s60" long-name="Device Encryption Pk5 Recognizer" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3318
<unit bldFile="mw/securitysrv/devencdiskutils/Pk5Recognizer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3319
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3320
<component name="devencstarter" filter="s60" long-name="Device Encryption Starter" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3321
<unit bldFile="mw/securitysrv/devencdiskutils/DevEncStarter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3322
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  3323
<component name="devencdiskutils_build" filter="s60" long-name="Device Encryption Disk Utils Build" introduced="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3324
<!-- need to split this into the above components, or remove #includes and make this a ROM  component-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3325
<unit bldFile="mw/securitysrv/devencdiskutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3326
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3327
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3328
<collection name="securitysrv_info" long-name="Security Services Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3329
<component name="securitysrv_metadata" long-name="Security Services Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3330
<unit mrp="mw/securitysrv/securitysrv_info/securitysrv_metadata/securitysrv_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3331
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3332
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3333
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3334
<block name="drm" level="generic" long-name="DRM" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3335
<collection name="drm_plat" long-name="DRM Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3336
<component name="roap_api" long-name="ROAP API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3337
<unit bldFile="mw/drm/drm_plat/roap_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3338
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3339
<component name="drm_common_api" long-name="DRM Common API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3340
<unit bldFile="mw/drm/drm_plat/drm_common_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3341
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3342
<component name="drm_rights_api" long-name="DRM Rights API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3343
<unit bldFile="mw/drm/drm_plat/drm_rights_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3344
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3345
<component name="drm_legacy_api" long-name="DRM Legacy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3346
<unit bldFile="mw/drm/drm_plat/drm_legacy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3347
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3348
<component name="dcf_repository_api" long-name="DCF Repository API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3349
<unit bldFile="mw/drm/drm_plat/dcf_repository_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3350
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3351
<component name="drm_service_api" long-name="DRM Service API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3352
<unit bldFile="mw/drm/drm_plat/drm_service_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3353
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3354
<component name="drm_secondary_display_api" long-name="DRM Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3355
<unit bldFile="mw/drm/drm_plat/drm_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3356
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3357
<component name="drm_license_manager_api" long-name="DRM License Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3358
<unit bldFile="mw/drm/drm_plat/drm_license_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3359
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3360
<component name="drm_utility_api" long-name="DRM Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3361
<unit bldFile="mw/drm/drm_plat/drm_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3362
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3363
<component name="drm_agents_api" long-name="DRM Agents API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3364
<unit bldFile="mw/drm/drm_plat/drm_agents_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3365
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3366
<component name="wmdrm_core_api" long-name="WM DRM Core API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3367
<unit bldFile="mw/drm/drm_plat/wmdrm_core_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3368
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3369
<component name="wmdrm_access_api" long-name="WMDRM Access API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3370
<unit bldFile="mw/drm/drm_plat/wmdrm_access_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3371
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3372
<component name="wmdrm_ota_access_api" long-name="WMDRM OTA Access API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3373
<unit bldFile="mw/drm/drm_plat/wmdrm_ota_access_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3374
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3375
<component name="camese_utility_api" long-name="Camese Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3376
<unit bldFile="mw/drm/drm_plat/camese_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3377
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3378
<component name="camese_framework_api" long-name="Camese Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3379
<unit bldFile="mw/drm/drm_plat/camese_framework_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3380
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3381
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3382
<collection name="drm_pub" long-name="DRM Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3383
<component name="drm_helper_api" long-name="DRM Helper API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3384
<unit bldFile="mw/drm/drm_pub/drm_helper_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3385
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3386
<component name="oma_drm_caf_agent_api" long-name="OMA DRM CAF Agent API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3387
<unit bldFile="mw/drm/drm_pub/oma_drm_caf_agent_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3388
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3389
<component name="drm_license_checker_api" long-name="DRM License Checker API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3390
<unit bldFile="mw/drm/drm_pub/drm_license_checker_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3391
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3392
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3393
<collection name="commondrm" long-name="Common DRM" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3394
<!-- it looks like this collection would be better as a component. If so, move down a directory. Otherwise, split up the bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3395
<component name="drmencryptor" filter="s60" long-name="DRM Encryptor" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3396
<!-- this should have its own bld.inf or be removed as a component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3397
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3398
<component name="drmsettingsplugin" filter="s60" long-name="DRM Settings Plugin" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3399
<!-- this should have its own bld.inf or be removed as a component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3400
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3401
<component name="drmrightsmanagerui" filter="s60" long-name="DRM Rights Manager UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3402
<unit bldFile="mw/drm/commondrm/drmrightsmanagerui/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3403
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3404
<component name="drmutility" filter="s60" long-name="DRM Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3405
<!-- Uncomment unit when configuration is in place. Currently #included from commondrm_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3406
<!--<unit bldFile="commondrm/drmutility/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3407
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3408
<component name="drmserviceapiwrapper" filter="s60" long-name="DRM Service API Wrapper">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3409
<unit bldFile="mw/drm/commondrm/drmserviceapiwrapper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3410
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3411
<component name="drmrightsstoringlocation" filter="s60" long-name="DRM Rights Storing Location">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3412
<unit bldFile="mw/drm/commondrm/drmrightsstoringlocation/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3413
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3414
<component name="commondrm_build" filter="s60" long-name="Common DRM Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3415
<!-- should be split into the above files, or them collapsed into a single component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3416
<unit bldFile="mw/drm/commondrm/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3417
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3418
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3419
<collection name="omadrm" long-name="OMA DRM" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3420
<!-- collection is really a component. Move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3421
<component name="omadrm_build" filter="s60" long-name="OMA DRM Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3422
<unit bldFile="mw/drm/omadrm/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3423
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3424
<component name="foundationcerts" filter="sf_build" long-name="Foundation Certificates">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3425
<unit bldFile="mw/drm/omadrm/foundationcerts/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3426
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3427
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3428
<collection name="wmdrm" long-name="Windows Media DRM" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3429
<!-- collection is really a component. Move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3430
<component name="wmdrm_build" filter="s60" long-name="WM DRM Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3431
<unit bldFile="mw/drm/wmdrm/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3432
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3433
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3434
<collection name="drm_info" long-name="DRM Info" level="specific"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3435
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3436
<block name="locationsrv" level="specific" long-name="Location Services" levels="plugin fw server if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3437
<collection name="locsrv_pub" long-name="Location Services Public Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3438
<component name="landmarks_search_api" long-name="Landmarks Search API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3439
<unit bldFile="mw/locationsrv/locsrv_pub/landmarks_search_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3440
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3441
<component name="landmarks_api" long-name="Landmarks API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3442
<unit bldFile="mw/locationsrv/locsrv_pub/landmarks_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3443
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3444
<component name="landmarks_database_management_api" long-name="Landmarks Database Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3445
<unit bldFile="mw/locationsrv/locsrv_pub/landmarks_database_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3446
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3447
<component name="location_triggering_api" long-name="Location Triggering API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3448
<unit bldFile="mw/locationsrv/locsrv_pub/location_triggering_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3449
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3450
<component name="blid_application_satellite_info_api" long-name="BLID Application Satellite Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3451
<unit bldFile="mw/locationsrv/locsrv_pub/blid_application_satellite_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3452
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3453
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3454
<collection name="locsrv_plat" long-name="Location Services Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3455
<component name="map_and_navigation_api" long-name="Map and Navigation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3456
<unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3457
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3458
<component name="map_and_navigation_provider_discovery_api" long-name="Map and Navigation Provider Discovery API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3459
<unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_discovery_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3460
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3461
<component name="geocoding_api" long-name="Geocoding API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3462
<unit bldFile="mw/locationsrv/locsrv_plat/geocoding_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3463
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3464
<component name="map_image_api" long-name="Map Image API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3465
<unit bldFile="mw/locationsrv/locsrv_plat/map_image_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3466
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3467
<component name="map_and_navigation_aiw_api" long-name="Map and Navigation AIW API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3468
<unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_aiw_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3469
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3470
<component name="map_and_navigation_provider_api" long-name="Map and Navigation Provider API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3471
<unit bldFile="mw/locationsrv/locsrv_plat/map_and_navigation_provider_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3472
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3473
<component name="landmarks_category_definition_api" long-name="Landmarks Category Definition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3474
<unit bldFile="mw/locationsrv/locsrv_plat/landmarks_category_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3475
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3476
<component name="supl_settings_api" long-name="SUPL Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3477
<unit bldFile="mw/locationsrv/locsrv_plat/supl_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3478
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3479
<component name="location_settings_launch_api" long-name="Location Settings Launch API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3480
<unit bldFile="mw/locationsrv/locsrv_plat/location_settings_launch_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3481
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3482
<component name="map_image_conversion_plugin_api" long-name="Map Image Conversion Plug-In API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3483
<unit bldFile="mw/locationsrv/locsrv_plat/map_image_conversion_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3484
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3485
<component name="psy_configuration_ui_plugin_api" long-name="PSY Configuration UI Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3486
<unit bldFile="mw/locationsrv/locsrv_plat/psy_configuration_ui_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3487
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3488
<component name="np_proxy_configuration_api" long-name="NP Proxy Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3489
<unit bldFile="mw/locationsrv/locsrv_plat/np_proxy_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3490
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3491
<component name="supl_terminal_initiation_api" long-name="SUPL Terminal Initiation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3492
<unit bldFile="mw/locationsrv/locsrv_plat/supl_terminal_initiation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3493
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3494
<component name="location_notation_preferences_settings_api" long-name="Location Notation Preferences Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3495
<unit bldFile="mw/locationsrv/locsrv_plat/location_notation_preferences_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3496
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3497
<component name="supl_settings_notifier_secondary_display_api" long-name="SUPL Settings Notifier Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3498
<unit bldFile="mw/locationsrv/locsrv_plat/supl_settings_notifier_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3499
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3500
<component name="supl_network_initiation_api" long-name="SUPL Network Initiation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3501
<unit bldFile="mw/locationsrv/locsrv_plat/supl_network_initiation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3502
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3503
<component name="privacy_notifiers_secondary_display_api" long-name="Privacy Notifiers Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3504
<unit bldFile="mw/locationsrv/locsrv_plat/privacy_notifiers_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3505
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3506
<component name="oma_supl_configuration_parameter_api" long-name="OMA SUPL Configuration Parameter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3507
<unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_configuration_parameter_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3508
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3509
<component name="supl_query_secondary_display_api" long-name="SUPL Query Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3510
<unit bldFile="mw/locationsrv/locsrv_plat/supl_query_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3511
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3512
<component name="location_triggering_management_api" long-name="Location Triggering Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3513
<unit bldFile="mw/locationsrv/locsrv_plat/location_triggering_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3514
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3515
<component name="location_triggering_status_information_api" long-name="Location Triggering Status Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3516
<unit bldFile="mw/locationsrv/locsrv_plat/location_triggering_status_information_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3517
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3518
<component name="oma_supl_asn_codec_plugin_api" long-name="OMA SUPL ASN Codec Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3519
<unit bldFile="mw/locationsrv/locsrv_plat/oma_supl_asn_codec_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3520
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3521
<component name="query_and_notification_api" long-name="Query and Notification API" filter="s60" introduced="^3" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3522
<!-- needs metadata file: <meta rel="Api" href="locsrv_plat/query_and_notification_api/query_and_notification_api.metaxml"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3523
<unit bldFile="mw/locationsrv/locsrv_plat/query_and_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3524
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3525
<component name="location_local_variation_api" long-name="Location Local Variation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3526
<unit bldFile="mw/locationsrv/locsrv_plat/location_local_variation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3527
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3528
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3529
<collection name="genericpositioningplugins" long-name="Generic Positioning Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3530
<component name="locationnpppsy" filter="s60" long-name="Location Positioning Proxy PSY" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3531
<unit bldFile="mw/locationsrv/genericpositioningplugins/locationnpppsy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3532
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3533
<component name="locationsuplpsy" filter="s60" long-name="Location SUPL PSY" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3534
<unit bldFile="mw/locationsrv/genericpositioningplugins/locationsuplpsy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3535
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3536
<component name="genericpositioningplugins_build" filter="s60" long-name="Generic Positioning Plugins Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3537
<!-- need to break this up into the other components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3538
<unit bldFile="mw/locationsrv/genericpositioningplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3539
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3540
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3541
<collection name="landmarks" long-name="Landmarks" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3542
<component name="locationlandmarks" filter="s60" long-name="Location Landmarks">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3543
<unit bldFile="mw/locationsrv/landmarks/locationlandmarks/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3544
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3545
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3546
<collection name="locationmapnavfw" long-name="Location Map and Navigation Framework" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3547
<component name="mnlibrary" filter="s60" long-name="Map and Navigation Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3548
<unit bldFile="mw/locationsrv/locationmapnavfw/library/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3549
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3550
<component name="mnaiwprovider" filter="s60" long-name="Map and Navigation AIW Provider" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3551
<unit bldFile="mw/locationsrv/locationmapnavfw/aiwprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3552
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3553
<component name="locationmapnavfw_build" filter="s60" long-name="Location Map and Navigation Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3554
<!-- need to break this up into the other components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3555
<unit bldFile="mw/locationsrv/locationmapnavfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3556
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3557
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3558
<collection name="locationsystemui" long-name="Location System UI" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3559
<component name="locationsysui" filter="s60" long-name="Location System UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3560
<unit bldFile="mw/locationsrv/locationsystemui/locationsysui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3561
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3562
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3563
<collection name="supl" long-name="SUPL" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3564
<component name="locationsuplfw" filter="s60" long-name="Location SUPL Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3565
<unit bldFile="mw/locationsrv/supl/locationsuplfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3566
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3567
<component name="locationomasuplprotocolhandler" filter="s60" long-name="OMA SUPL Protocol Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3568
<unit bldFile="mw/locationsrv/supl/locationomasuplprotocolhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3569
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3570
<component name="supltiapiimplementation" filter="s60" long-name="SUPL TI API Implementation" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3571
<unit bldFile="mw/locationsrv/supl/supltiapiimplementation/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3572
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3573
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3574
<collection name="locationtriggering" long-name="Location Triggering" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3575
<component name="ltlogger" filter="s60" long-name="LT Logger">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3576
<unit bldFile="mw/locationsrv/locationtriggering/ltlogger/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3577
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3578
<component name="ltclientlib" filter="s60" long-name="LT Client Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3579
<unit bldFile="mw/locationsrv/locationtriggering/ltclientlib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3580
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3581
<component name="ltmanagementlib" filter="s60" long-name="LT Management Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3582
<unit bldFile="mw/locationsrv/locationtriggering/ltmanagementlib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3583
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3584
<component name="ltcontainer" filter="s60" long-name="LT Container">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3585
<unit bldFile="mw/locationsrv/locationtriggering/ltcontainer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3586
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3587
<component name="ltserver" filter="s60" long-name="LT Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3588
<unit bldFile="mw/locationsrv/locationtriggering/ltserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3589
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3590
<component name="ltstrategypluginapi" filter="s60" long-name="LT Strategy Plugin API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3591
<unit bldFile="mw/locationsrv/locationtriggering/ltstrategypluginapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3592
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3593
<component name="ltstrategyengine" filter="s60" long-name="LT Strategy Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3594
<unit bldFile="mw/locationsrv/locationtriggering/ltstrategyengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3595
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3596
<component name="ltmovementdetectionpluginapi" filter="s60" long-name="Movement Detection Plugin API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3597
<unit bldFile="mw/locationsrv/locationtriggering/ltmovementdetectionpluginapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3598
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3599
<component name="ltcellidmovementdetector" filter="s60" long-name="Cell ID Movement Detector">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3600
<unit bldFile="mw/locationsrv/locationtriggering/ltcellidmovementdetector/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3601
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3602
<component name="lbtmgmtui" filter="s60" long-name="LBT Management UI" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3603
<unit bldFile="mw/locationsrv/locationtriggering/lbtmgmtui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3604
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3605
<component name="ltcontextsourceplugin" filter="s60" long-name="LT Context Source Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3606
<unit bldFile="mw/locationsrv/locationtriggering/ltcontextsourceplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3607
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3608
<component name="locationtriggering_build" filter="s60" long-name="Location Triggering Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3609
<!--  should remove #include from this and maybe put exports in the above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3610
<unit bldFile="mw/locationsrv/locationtriggering/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3611
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3612
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3613
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3614
<block name="accesssec" level="generic" long-name="Access Security" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3615
<collection name="accesssec_plat" long-name="Access Security Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3616
<component name="wapi_security_settings_ui_api" long-name="WAPI Security Settings UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3617
<unit bldFile="mw/accesssec/accesssec_plat/wapi_security_settings_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3618
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3619
<component name="wep_security_settings_ui_api" long-name="WEP Security Settings UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3620
<unit bldFile="mw/accesssec/accesssec_plat/wep_security_settings_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3621
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  3622
<component name="wifi_protected_setup_ui_api" long-name="Wi-Fi Protected Setup UI API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3623
<unit bldFile="mw/accesssec/accesssec_plat/wi-fi_protected_setup_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3624
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3625
<component name="wlan_eap_settings_ui_api" long-name="WLAN EAP Settings UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3626
<unit bldFile="mw/accesssec/accesssec_plat/wlan_eap_settings_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3627
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3628
<component name="wpa_security_settings_ui_api" long-name="WPA Security Settings UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3629
<unit bldFile="mw/accesssec/accesssec_plat/wpa_security_settings_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3630
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3631
<component name="eap_vpn_api" long-name="EAP VPN API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3632
<unit bldFile="mw/accesssec/accesssec_plat/eap_vpn_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3633
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3634
<component name="eapsim_db_api" long-name="EAP-SIM DB API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3635
<unit bldFile="mw/accesssec/accesssec_plat/eapsim_db_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3636
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3637
<component name="eap_type_api" long-name="EAP Type API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3638
<unit bldFile="mw/accesssec/accesssec_plat/eap_type_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3639
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3640
<component name="eaptlspeap_db_api" long-name="EAP-TLS-PEAP DB API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3641
<unit bldFile="mw/accesssec/accesssec_plat/eaptlspeap_db_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3642
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3643
<component name="eapleap_db_api" long-name="LEAP DB API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3644
<unit bldFile="mw/accesssec/accesssec_plat/eapleap_db_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3645
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3646
<component name="eapgtc_db_api" long-name="EAP-GTC DB API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3647
<unit bldFile="mw/accesssec/accesssec_plat/eapgtc_db_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3648
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3649
<component name="eapmschapv2_db_api" long-name="EAP-MSCHAPV2 DB API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3650
<unit bldFile="mw/accesssec/accesssec_plat/eapmschapv2_db_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3651
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3652
<component name="eapaka_db_api" long-name="EAP-AKA DB API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3653
<unit bldFile="mw/accesssec/accesssec_plat/eapaka_db_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3654
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3655
<component name="wapi_db_api" long-name="WAPI DB API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3656
<unit bldFile="mw/accesssec/accesssec_plat/wapi_db_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3657
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3658
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3659
<collection name="wlansecuritysettings" long-name="WLAN Security Settings" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3660
<component name="wapisecuritysettingsui" filter="s60" long-name="WAPI Security Settings UI" introduced="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3661
<!-- the directory for this needs to be moved up to the right level -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3662
<unit bldFile="mw/accesssec/wlansecuritysettings/wapisecuritysettingsui/stub/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3663
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3664
<component name="wepsecuritysettingsui" filter="s60" long-name="WEP Security Settings UI" introduced="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3665
<unit bldFile="mw/accesssec/wlansecuritysettings/wepsecuritysettingsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3666
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3667
<component name="wifiprotectedsetup" filter="s60" long-name="WIFI Protected Setup" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3668
<unit bldFile="mw/accesssec/wlansecuritysettings/wifiprotectedsetup/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3669
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3670
<component name="wlaneapsettingsui" filter="s60" long-name="WLAN EAP Settings UI" introduced="9.3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3671
<unit bldFile="mw/accesssec/wlansecuritysettings/wlaneapsettingsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3672
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3673
<component name="wpasecuritysettingsui" filter="s60" long-name="WPA Security Settings UI" introduced="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3674
<unit bldFile="mw/accesssec/wlansecuritysettings/wpasecuritysettingsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3675
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3676
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3677
<collection name="eapol" long-name="EAPOL" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3678
<component name="eapol_framework" filter="s60" long-name="EAPOL Framework" introduced="9.2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3679
<unit bldFile="mw/accesssec/eapol/eapol_framework/eapol_symbian/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3680
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3681
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3682
</block>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  3683
<block name="ipconnmgmt" level="generic" long-name="IP Connectivity Management" levels="plugin framework server utils api">
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  3684
<collection name="ipcm_plat" long-name="IP Connectivity Management Platform Interfaces" level="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3685
<component name="access_point_engine_misc_api" long-name="Access Point Engine Misc API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3686
<unit bldFile="mw/ipconnmgmt/ipcm_plat/access_point_engine_misc_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3687
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3688
<component name="bearer_settings_plugin_api" long-name="Bearer Settings Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3689
<unit bldFile="mw/ipconnmgmt/ipcm_plat/bearer_settings_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3690
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3691
<component name="commsdat_wlan_api" long-name="CommsDat WLAN API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3692
<unit bldFile="mw/ipconnmgmt/ipcm_plat/commsdat_wlan_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3693
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3694
<component name="connection_monitor_extension_api" long-name="Connection Monitor Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3695
<unit bldFile="mw/ipconnmgmt/ipcm_plat/connection_monitor_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3696
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3697
<component name="connection_ui_utilities_api" long-name="Connection UI Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3698
<unit bldFile="mw/ipconnmgmt/ipcm_plat/connection_ui_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3699
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3700
<component name="disconnect_dialog_api" long-name="Disconnect Dialog API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3701
<unit bldFile="mw/ipconnmgmt/ipcm_plat/disconnect_dialog_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3702
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3703
<component name="disconnect_dialog_disable_api" long-name="Disconnect Dialog Disable API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3704
<unit bldFile="mw/ipconnmgmt/ipcm_plat/disconnect_dialog_disable_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3705
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3706
<component name="extended_connection_settings_api" long-name="Extended Connection Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3707
<unit bldFile="mw/ipconnmgmt/ipcm_plat/extended_connection_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3708
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3709
<component name="mpm_default_connection_api" long-name="MPM Default Connection API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3710
<unit bldFile="mw/ipconnmgmt/ipcm_plat/mpm_default_connection_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3711
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3712
<component name="pdpcontextmanager2_reset_factory_settings_api" long-name="PDP Context Manager 2 Reset Factory Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3713
<unit bldFile="mw/ipconnmgmt/ipcm_plat/pdpcontextmanager2_reset_factory_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3714
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3715
<component name="pdpcontextmanager2_settings_api" long-name="PDP Context Manager 2 Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3716
<unit bldFile="mw/ipconnmgmt/ipcm_plat/pdpcontextmanager2_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3717
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3718
<component name="mpm_connect_screen_api" long-name="MPM Connect Screen API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3719
<unit bldFile="mw/ipconnmgmt/ipcm_plat/mpm_connect_screen_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3720
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3721
</collection>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  3722
<collection name="ipcm_pub" long-name="IP Connectivity Management Public Interfaces" level="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3723
<component name="connection_settings_api" long-name="Connection Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3724
<unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3725
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3726
<component name="access_point_engine_api" long-name="Access Point Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3727
<unit bldFile="mw/ipconnmgmt/ipcm_pub/access_point_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3728
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3729
<component name="access_point_settings_handler_api" long-name="Access Point Settings Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3730
<unit bldFile="mw/ipconnmgmt/ipcm_pub/access_point_settings_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3731
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3732
<component name="data_connection_log_counters_api" long-name="Data Connection Log Counters API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3733
<unit bldFile="mw/ipconnmgmt/ipcm_pub/data_connection_log_counters_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3734
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3735
<component name="connection_monitor_server_api" long-name="Connection Monitor Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3736
<unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_monitor_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3737
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3738
<component name="connection_settings_ui_api" long-name="Connection Settings UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3739
<unit bldFile="mw/ipconnmgmt/ipcm_pub/connection_settings_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3740
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3741
<component name="agent_dialog_api" long-name="Agent Dialog API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3742
<unit bldFile="mw/ipconnmgmt/ipcm_pub/agent_dialog_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3743
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3744
<component name="extendedconnpref_api" long-name="Extended Connection Preferences API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3745
<unit bldFile="mw/ipconnmgmt/ipcm_pub/extendedconnpref_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3746
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3747
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3748
<collection name="accesspointcontrol" long-name="Access Point Control" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3749
<component name="apcontrollistplugin" filter="s60" long-name="Access Point Control List Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3750
<unit bldFile="mw/ipconnmgmt/accesspointcontrol/apcontrollistplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3751
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3752
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3753
<collection name="alwayson_net_plugin" long-name="Always Online Net Plugin" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3754
<component name="pdpcontextmanager2" filter="s60" long-name="PDP Context Manager 2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3755
<unit bldFile="mw/ipconnmgmt/alwayson_net_plugin/pdpcontextmanager2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3756
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3757
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3758
<collection name="apengine" long-name="Access Point Engine" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3759
<component name="apeng" filter="s60" long-name="Access Point Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3760
<unit bldFile="mw/ipconnmgmt/apengine/apeng/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3761
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3762
<component name="apsettingshandlerui" filter="s60" long-name="Access Point Settings Handler UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3763
<unit bldFile="mw/ipconnmgmt/apengine/apsettingshandlerui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3764
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3765
<component name="apsettingsplugin" filter="s60" long-name="Access Point Settings Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3766
<unit bldFile="mw/ipconnmgmt/apengine/apsettingsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3767
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3768
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3769
<collection name="bearermanagement" long-name="Bearer Management" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3770
<component name="mpm" filter="s60" long-name="Mobility Policy Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3771
<unit bldFile="mw/ipconnmgmt/bearermanagement/mpm/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3772
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3773
<component name="extendedconnpref" filter="s60" long-name="Extended Connection Preferences">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3774
<unit bldFile="mw/ipconnmgmt/bearermanagement/extendedconnpref/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3775
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3776
<component name="s60mcpr" filter="s60" long-name="S60 Meta-Connection Provider" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3777
<unit bldFile="mw/ipconnmgmt/bearermanagement/S60MCPR/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3778
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3779
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3780
<collection name="cmmanager" long-name="Connection Method Manager" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3781
<component name="cmmgr" filter="s60" long-name="CM Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3782
<unit bldFile="mw/ipconnmgmt/cmmanager/cmmgr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3783
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3784
<component name="gsconnsettingsplugin" filter="s60" long-name="GS Connection Settings Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3785
<unit bldFile="mw/ipconnmgmt/cmmanager/gsconnsettingsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3786
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3787
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3788
<collection name="connectionmonitoring" long-name="Connection Monitoring" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3789
<component name="connectionmonitorplugin" filter="s60" long-name="Connection Monitor Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3790
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3791
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3792
<component name="connectionmonitorui" filter="s60" long-name="Connection Monitor UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3793
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connectionmonitorui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3794
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3795
<component name="connmon" filter="s60" long-name="Connection Monitor">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3796
<!-- either split into two components, or #include from a common bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3797
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/connectionmonitor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3798
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmon/dataconnectionlogger/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3799
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3800
<component name="connmonext" filter="s60" long-name="Connection Monitor Extension API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3801
<unit bldFile="mw/ipconnmgmt/connectionmonitoring/connmonext/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3802
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3803
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3804
<collection name="connectionutilities" long-name="Connection Utilities" level="utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3805
<component name="connectiondialogs" filter="s60" long-name="Connection Dialogs">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3806
<unit bldFile="mw/ipconnmgmt/connectionutilities/connectiondialogs/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3807
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3808
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3809
<collection name="dbcreator" long-name="DB Creator" level="utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3810
<component name="commsdatcreator" filter="s60" long-name="Comms Database Creator" introduced="9.3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3811
<unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3812
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3813
<component name="commsdatcreatorrfsplugin" filter="s60" long-name="Comms Database Creator RFS Plugin" introduced="9.3" plugin="Y">
940
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3814
<unit bldFile="mw/ipconnmgmt/dbcreator/commsdatcreatorrfsplugin/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3815
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3816
<component name="commsdatstartup" filter="s60" long-name="Comms Database Startup" introduced="9.3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3817
<unit bldFile="mw/ipconnmgmt/dbcreator/commsdatstartup/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3818
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3819
<component name="dbcreatorexe" filter="s60" long-name="DB Creator" introduced="9.3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3820
<unit bldFile="mw/ipconnmgmt/dbcreator/dbcreatorexe/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3821
</component>
940
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3822
<component name="dbcreator_conf" filter="s60" long-name="DB Creator Configuration" introduced="9.3">
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3823
<unit bldFile="mw/ipconnmgmt/dbcreator/conf"/>
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3824
</component>
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3825
<component name="dbcreator_rom" filter="s60" long-name="DB Creator ROM" introduced="9.3">
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3826
<unit bldFile="mw/ipconnmgmt/dbcreator/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3827
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3828
</collection>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  3829
<collection name="ipconnmgmt_info" long-name="IP Connectivity Management Info" level="api">
940
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3830
<component name="ipcm_config" filter="s60" long-name="IP Connectivity Management Configuration">
03b545da240a Add auto generated symbian3 system model (packages@3d279338556e)
Dario Sestito <darios@symbian.org>
parents: 939
diff changeset
  3831
<unit bldFile="mw/ipconnmgmt/data"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3832
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3833
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3834
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3835
<block name="netprotocols" level="generic" long-name="High-level Internet Protocols" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3836
<collection name="netprotocols_plat" long-name="High-level Internet Protocols Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3837
<component name="cookie_manager_api" long-name="Cookie Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3838
<unit bldFile="mw/netprotocols/netprotocols_plat/cookie_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3839
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3840
<component name="http_cache_mgr_api" long-name="HTTP Cache Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3841
<unit bldFile="mw/netprotocols/netprotocols_plat/http_cache_mgr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3842
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3843
<component name="http_filters_api" long-name="HTTP Filters API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3844
<unit bldFile="mw/netprotocols/netprotocols_plat/http_filters_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3845
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3846
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3847
<collection name="httpfilters" long-name="HTTP Filters" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3848
<component name="httpfiltercommon" filter="s60" long-name="HTTP Filter Common">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3849
<unit bldFile="mw/netprotocols/httpfilters/httpfiltercommon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3850
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3851
<component name="cookie" filter="s60" long-name="Cookie Filter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3852
<unit bldFile="mw/netprotocols/httpfilters/cookie/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3853
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3854
<component name="deflatefilter" filter="s60" long-name="Deflate Filter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3855
<unit bldFile="mw/netprotocols/httpfilters/deflatefilter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3856
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3857
<component name="httpfilteracceptheader" filter="s60" long-name="Accept Header Filter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3858
<unit bldFile="mw/netprotocols/httpfilters/httpfilteracceptheader/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3859
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3860
<component name="httpfilterauthentication" filter="s60" long-name="Authentication Filter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3861
<unit bldFile="mw/netprotocols/httpfilters/httpfilterauthentication/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3862
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3863
<component name="httpfilterconnhandler" filter="s60" long-name="Connection Handler Fitler" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3864
<unit bldFile="mw/netprotocols/httpfilters/httpfilterconnhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3865
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3866
<component name="httpfilteriop" filter="s60" long-name="HTTP IOP Filter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3867
<unit bldFile="mw/netprotocols/httpfilters/httpfilteriop/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3868
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3869
<component name="httpfilterproxy" filter="s60" long-name="HTTP Proxy Filter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3870
<unit bldFile="mw/netprotocols/httpfilters/httpfilterproxy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3871
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3872
<component name="uaproffilter" filter="s60" long-name="UAProf Filter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3873
<unit bldFile="mw/netprotocols/httpfilters/uaproffilter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3874
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3875
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3876
<collection name="applayerprotocols" long-name="Application Layer Protocols" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3877
<component name="httptransportfw" long-name="HTTP Transport Framework" introduced="6.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3878
<unit bldFile="mw/netprotocols/applayerprotocols/httptransportfw/group" mrp="mw/netprotocols/applayerprotocols/httptransportfw/group/http_transport-framework.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3879
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3880
<component name="httpexamples" long-name="HTTP Examples" introduced="6.2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3881
<unit bldFile="mw/netprotocols/applayerprotocols/httpexamples/group" mrp="mw/netprotocols/applayerprotocols/httpexamples/group/http_examples.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3882
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3883
<component name="wappushsupport" long-name="WAP Push Support" introduced="6.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3884
<unit bldFile="mw/netprotocols/applayerprotocols/wappushsupport/Group" mrp="mw/netprotocols/applayerprotocols/wappushsupport/Group/wap-browser_wappushsupport.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3885
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3886
<component name="wapbase" long-name="WAP Base" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3887
<unit bldFile="mw/netprotocols/applayerprotocols/wapbase/Group" mrp="mw/netprotocols/applayerprotocols/wapbase/Group/wap-browser_wapbase.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3888
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3889
<component name="ftpengine" long-name="FTP Engine" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3890
<unit bldFile="mw/netprotocols/applayerprotocols/ftpengine/group" mrp="mw/netprotocols/applayerprotocols/ftpengine/group/networking_ftp_e.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3891
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3892
<component name="telnetengine" long-name="Telnet Engine" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3893
<unit bldFile="mw/netprotocols/applayerprotocols/telnetengine/group" mrp="mw/netprotocols/applayerprotocols/telnetengine/group/networking_telnet_e.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3894
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3895
<component name="httpserviceapi" long-name="HTTP Service API" introduced="TB9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3896
<unit bldFile="mw/netprotocols/applayerprotocols/httpservice/group" mrp="mw/netprotocols/applayerprotocols/httpservice/group/http_service.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3897
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3898
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3899
<collection name="applayerpluginsandutils" long-name="Application Layer Plugins and Utils" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3900
<component name="uripermissionservices" long-name="URI Permission Services" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3901
<unit bldFile="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group" mrp="mw/netprotocols/applayerpluginsandutils/uripermissionservices/group/application-protocols_ineturilist.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3902
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3903
<component name="bookmarksupport" long-name="Bookmark Support" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3904
<unit bldFile="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group" mrp="mw/netprotocols/applayerpluginsandutils/bookmarksupport/group/application-protocols_bookmarks.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3905
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3906
<component name="httpprotocolplugins" long-name="HTTP Protocol Plugins" introduced="6.2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3907
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httpprotocolplugins/group/http_protocol-plugin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3908
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3909
<component name="httptransportplugins" long-name="HTTP Transport Plugins" introduced="6.2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3910
<unit bldFile="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group" mrp="mw/netprotocols/applayerpluginsandutils/httptransportplugins/group/http_transport-plugin.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3911
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3912
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3913
<collection name="netprotocols_info" long-name="High-level Internet Protocols Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3914
<component name="netprotocols_metadata" long-name="High-level Internet Protocols Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3915
<unit mrp="mw/netprotocols/netprotocols_info/netprotocols_metadata/netprotocols_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3916
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3917
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3918
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3919
<block name="ipappprotocols" level="generic" long-name="IP App Protocols" levels="plugin conn server if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3920
<collection name="ipappprotocols_plat" long-name="IP App Protocols Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3921
<component name="srtp_api" long-name="SRTP API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3922
<unit bldFile="mw/ipappprotocols/ipappprotocols_plat/srtp_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3923
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3924
<component name="rtprtcp_api" long-name="RTP/RTCP API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3925
<unit bldFile="mw/ipappprotocols/ipappprotocols_plat/rtprtcp_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3926
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3927
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3928
<collection name="rtp" long-name="RTP" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3929
<component name="srtpstack" filter="s60" long-name="SRTP Stack">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3930
<unit bldFile="mw/ipappprotocols/rtp/srtpstack/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3931
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3932
<component name="rtpstack" filter="s60" long-name="RTP Stack">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3933
<unit bldFile="mw/ipappprotocols/rtp/rtpstack/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3934
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3935
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3936
<collection name="realtimenetprots" long-name="Real Time Net Protocols" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3937
<component name="symrtp" long-name="RTP" introduced="9.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3938
<!-- Real Time Data Protocol -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3939
<unit bldFile="mw/ipappprotocols/realtimenetprots/rtp/group" mrp="mw/ipappprotocols/realtimenetprots/rtp/group/mm-protocols_rtp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3940
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3941
<component name="sipfw" long-name="SIP Framework" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3942
<unit bldFile="mw/ipappprotocols/realtimenetprots/sipfw/Group" mrp="mw/ipappprotocols/realtimenetprots/sipfw/Group/mm-protocols_SIP2_Com.mrp" version="2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3943
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3944
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3945
<collection name="sipplugins" long-name="SIP Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3946
<component name="sippwlanplugin" filter="s60" long-name="SIP WLAN Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3947
<unit bldFile="mw/ipappprotocols/sipplugins/sippwlanplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3948
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3949
<component name="sippsipsettingsui" filter="s60" long-name="SIP Settings UI" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3950
<unit bldFile="mw/ipappprotocols/sipplugins/sippsipsettingsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3951
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3952
<component name="sippdevmgmtsipadapter" filter="s60" long-name="Device Management SIP Settings Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3953
<unit bldFile="mw/ipappprotocols/sipplugins/sippdevmgmtsipadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3954
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3955
<component name="sippsystemstatemonitor" filter="s60" long-name="SIP System State Monitor" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3956
<unit bldFile="mw/ipappprotocols/sipplugins/sippsystemstatemonitor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3957
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3958
<component name="sippsipadapter" filter="s60" long-name="SIP Adapter" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3959
<unit bldFile="mw/ipappprotocols/sipplugins/sippsipadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3960
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3961
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3962
<collection name="sipproviderplugins" long-name="SIP Provider Plugins" level="conn">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3963
<component name="sipprovider" long-name="SIP Provider" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3964
<unit bldFile="mw/ipappprotocols/sipproviderplugins/sipprovider/group" mrp="mw/ipappprotocols/sipproviderplugins/sipprovider/group/mm-protocols_SipProvider.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3965
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3966
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3967
<collection name="ipappprotocols_info" long-name="IP App Protocols Info" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3968
<component name="ipappprotocols_metadata" long-name="IP App Protocols Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3969
<unit mrp="mw/ipappprotocols/ipappprotocols_info/ipappprotocols_metadata/ipappprotocols_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3970
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3971
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3972
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3973
<block name="wirelessacc" level="specific" long-name="Wireless Access" levels="framework generic ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3974
<collection name="hsfw_plat" long-name="HotSpot Framework Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3975
<component name="hotspot_framework_client_api" long-name="HotSpot Framework Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3976
<unit bldFile="mw/wirelessacc/hsfw_plat/hotspot_framework_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3977
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3978
<component name="internet_connectivity_test_service_api" long-name="Internet Connectivity Test Service API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3979
<unit bldFile="mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3980
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3981
<component name="internet_connectivity_test_service_settings_api" long-name="Internet Connectivity Test Service Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3982
<unit bldFile="mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3983
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3984
<component name="hotspot_framework_client_plugin_api" long-name="HotSpot Framework Client Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3985
<unit bldFile="mw/wirelessacc/hsfw_plat/hotspot_framework_client_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3986
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3987
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3988
<collection name="hotspotfw" long-name="HotSpot Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3989
<component name="hsserver" filter="s60" long-name="HotSpot Server" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3990
<!-- needs bld.inf extracted from the hotspotfw/group one, or this component should be removed-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3991
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3992
<component name="hsclient" filter="s60" long-name="HotSpot Client" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3993
<!-- needs bld.inf extracted from the hotspotfw/group one, or this component should be removed-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3994
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3995
<component name="internetconnectivitytestservice" filter="s60" long-name="Internet Connectivity Test Service" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3996
<!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3997
<!-- <unit bldFile="hotspotfw/internetconnectivitytestservice/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3998
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  3999
<component name="ictsdialogs" filter="s60" long-name="Internet Connectivity Test Service Dialogs" deprecated="^3" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4000
<!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4001
<!-- <unit bldFile="hotspotfw/ictsdialogs/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4002
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4003
<component name="hspluginforagent" filter="s60" long-name="HotSpot Plugin for Agent" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4004
<!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4005
<!-- <unit bldFile="hotspotfw/hspluginforagent/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4006
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4007
<component name="hsbrowser" filter="s60" long-name="HotSpot Browser" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4008
<!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4009
<!-- <unit bldFile="hotspotfw/hsbrowser/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4010
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4011
<component name="hotspotfw_build" filter="s60" long-name="Hotspot Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4012
<!--  should break up this bld.inf into the above components, or collapse them all into a single component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4013
<unit bldFile="mw/wirelessacc/hotspotfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4014
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4015
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4016
<collection name="wlanutilities" long-name="WLAN Utilities" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4017
<component name="wlanplugin" filter="s60" long-name="WLAN Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4018
<unit bldFile="mw/wirelessacc/wlanutilities/wlanplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4019
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4020
<component name="wlansettingsui" filter="s60" long-name="WLAN Settings UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4021
<unit bldFile="mw/wirelessacc/wlanutilities/wlansettingsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4022
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4023
<component name="wlansniffer" filter="s60" long-name="WLAN Sniffer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4024
<unit bldFile="mw/wirelessacc/wlanutilities/wlansniffer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4025
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4026
<component name="wlanindicatorplugin" filter="s60" long-name="WLAN Indicator Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4027
<unit bldFile="mw/wirelessacc/wlanutilities/wlanindicatorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4028
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4029
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4030
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4031
<block name="vpnclient" level="specific" long-name="VPN Client" levels="engine ui api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4032
<!-- is the !oem_build filter needed? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4033
<collection name="vpnc_plat" long-name="VPN Client Platform Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4034
<component name="vpnapi" filter="s60" long-name="VPN API" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4035
<unit bldFile="mw/vpnclient/vpnc_plat/vpnapi/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4036
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4037
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4038
<collection name="vpnapiimpl" long-name="VPN API Implementation" level="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  4039
<component name="vpnapi_impl" filter="s60" long-name="VPN API">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4040
<unit bldFile="mw/vpnclient/vpnapiimpl/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4041
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4042
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4043
<collection name="vpnengine" long-name="VPN Engine" level="engine">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  4044
<!-- too many components in this collection.
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  4045
    		Probably best to group the binaries together into larger components
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4046
    		or maybe split the collection into more reasonable groups  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4047
<component name="eventmediatorapi" filter="s60" long-name="Event Mediator API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4048
<unit bldFile="mw/vpnclient/vpnengine/eventmediatorapi/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4049
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4050
<component name="eventviewer" filter="s60" long-name="Event Viewer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4051
<unit bldFile="mw/vpnclient/vpnengine/eventviewer/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4052
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4053
<component name="vpnins" filter="s60" long-name="VPN Installer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4054
<unit bldFile="mw/vpnclient/vpnengine/vpnins/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4055
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4056
<component name="ikepolparser" filter="s60" long-name="IKE Policy Parser">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4057
<unit bldFile="mw/vpnclient/vpnengine/ikepolparser/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4058
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4059
<component name="utlbase64" filter="s60" long-name="Base64 Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4060
<unit bldFile="mw/vpnclient/vpnengine/utlbase64/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4061
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4062
<component name="utlcrypto" filter="s60" long-name="Crypto Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4063
<unit bldFile="mw/vpnclient/vpnengine/utlcrypto/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4064
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4065
<component name="utlxml" filter="s60" long-name="XML Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4066
<unit bldFile="mw/vpnclient/vpnengine/utlxml/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4067
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4068
<component name="utlpkcs10" filter="s60" long-name="PKCS#10 Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4069
<unit bldFile="mw/vpnclient/vpnengine/utlpkcs10/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4070
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4071
<component name="pkiserviceapi" filter="s60" long-name="PKI Service API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4072
<unit bldFile="mw/vpnclient/vpnengine/pkiserviceapi/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4073
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4074
<component name="ikecert" filter="s60" long-name="IKE Certificate Management">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4075
<unit bldFile="mw/vpnclient/vpnengine/ikecert/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4076
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4077
<component name="kmdapi" filter="s60" long-name="Key Management Daemon API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4078
<unit bldFile="mw/vpnclient/vpnengine/kmdapi/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4079
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4080
<component name="kmdserver" filter="s60" long-name="Key Management Daemon Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4081
<unit bldFile="mw/vpnclient/vpnengine/kmdserver/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4082
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4083
<component name="ikeutils" filter="s60" long-name="Internet Key Exchange Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4084
<unit bldFile="mw/vpnclient/vpnengine/ikeutils/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4085
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4086
<component name="ikev1lib" filter="s60" long-name="IKEv1 Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4087
<unit bldFile="mw/vpnclient/vpnengine/ikev1lib/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4088
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4089
<component name="ikev2lib" filter="s60" long-name="IKEv2 Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4090
<unit bldFile="mw/vpnclient/vpnengine/ikev2lib/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4091
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4092
<component name="vpnipsecpolparser" filter="s60" long-name="VPN IPsec Policy Parser">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4093
<unit bldFile="mw/vpnclient/vpnengine/vpnipsecpolparser/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4094
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4095
<component name="sit" filter="s60" long-name="Socket Interaction Thread">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4096
<unit bldFile="mw/vpnclient/vpnengine/sit/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4097
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4098
<component name="vpntcwrapper" filter="s60" long-name="VPN Terminal Control Wrapper">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4099
<unit bldFile="mw/vpnclient/vpnengine/vpntcwrapper/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4100
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4101
<component name="eventmediator" filter="s60" long-name="Event Mediator">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4102
<unit bldFile="mw/vpnclient/vpnengine/eventmediator/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4103
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4104
<component name="pkiservice" filter="s60" long-name="PKI Service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4105
<unit bldFile="mw/vpnclient/vpnengine/pkiservice/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4106
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4107
<component name="vpnconnagt" filter="s60" long-name="VPN Connection Agent">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4108
<unit bldFile="mw/vpnclient/vpnengine/vpnconnagt/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4109
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4110
<component name="vpnmanager" filter="s60" long-name="VPN Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4111
<unit bldFile="mw/vpnclient/vpnengine/vpnmanager/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4112
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4113
<component name="vpncleaner" filter="s60" long-name="VPN Cleaner">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4114
<unit bldFile="mw/vpnclient/vpnengine/vpncleaner/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4115
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4116
<component name="utlpkcs12" filter="s60" long-name="PKCS#12 Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4117
<unit bldFile="mw/vpnclient/vpnengine/utlpkcs12/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4118
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4119
<component name="dmadengine" filter="s60" long-name="DM Adapter Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4120
<unit bldFile="mw/vpnclient/vpnengine/dmadengine/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4121
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4122
<component name="dmadipsecvpn" filter="s60" long-name="IPsec VPN DM Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4123
<unit bldFile="mw/vpnclient/vpnengine/dmadipsecvpn/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4124
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4125
<component name="dmadpki" filter="s60" long-name="PKI DM Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4126
<unit bldFile="mw/vpnclient/vpnengine/dmadpki/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4127
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4128
<component name="ikesocket" filter="s60" long-name="IKE Socket" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4129
<unit bldFile="mw/vpnclient/vpnengine/ikesocket/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4130
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4131
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4132
<collection name="vpnui" long-name="VPN UI" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4133
<component name="vpnecomnotifier" filter="s60" long-name="VPN ECOM Notifier" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4134
<unit bldFile="mw/vpnclient/vpnui/vpnecomnotifier/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4135
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4136
<component name="vpndialogmanager" filter="s60" long-name="VPN Dialog Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4137
<unit bldFile="mw/vpnclient/vpnui/vpndialogmanager/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4138
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  4139
<component name="vpnmanagementui" filter="s60" long-name="VPN Management UI" deprecated="^3" plugin="Y">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4140
<unit bldFile="mw/vpnclient/vpnui/vpnmanagementui/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4141
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4142
<component name="vpnpolins" filter="s60" long-name="VPN Policy Installer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4143
<unit bldFile="mw/vpnclient/vpnui/vpnpolins/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4144
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4145
<component name="vpnpolicyrecognizer" filter="s60" long-name="VPN Policy Recognizer" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4146
<unit bldFile="mw/vpnclient/vpnui/vpnpolicyrecognizer/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4147
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4148
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4149
<collection name="vpnclient_info" long-name="VPN Client Info" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4150
<component name="vpnclient_help" filter="s60" long-name="VPN Client Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4151
<unit bldFile="mw/vpnclient/help/group" filter="!oem_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4152
</component>
929
048d1a39cf15 Add auto generated symbian3 system model (packages@25c2a81d369c)
Dario Sestito <darios@symbian.org>
parents: 928
diff changeset
  4153
<component name="vpnclient_exports" filter="s60" long-name="VPN Client Exports">
048d1a39cf15 Add auto generated symbian3 system model (packages@25c2a81d369c)
Dario Sestito <darios@symbian.org>
parents: 928
diff changeset
  4154
<unit bldFile="mw/vpnclient/exports" filter="!oem_build"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4155
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4156
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4157
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4158
<block name="ipappsrv" level="specific" long-name="IP App Services" levels="framework generic server conn plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4159
<collection name="ipappsrv_plat" long-name="IP App Services Platform Interfaces" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4160
<component name="transcoder_api" long-name="Transcoder API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4161
<unit bldFile="mw/ipappsrv/ipappsrv_plat/transcoder_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4162
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4163
<component name="comms_event_api" long-name="Comms Event API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4164
<unit bldFile="mw/ipappsrv/ipappsrv_plat/comms_event_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4165
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4166
<component name="floor_control_api" long-name="Floor Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4167
<unit bldFile="mw/ipappsrv/ipappsrv_plat/floor_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4168
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4169
<component name="media_control_api" long-name="Media Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4170
<unit bldFile="mw/ipappsrv/ipappsrv_plat/media_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4171
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4172
<component name="multimedia_comms_api" long-name="Multimedia Comms API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4173
<unit bldFile="mw/ipappsrv/ipappsrv_plat/multimedia_comms_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4174
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4175
<component name="nat_settings_api" long-name="NAT Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4176
<unit bldFile="mw/ipappsrv/ipappsrv_plat/nat_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4177
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4178
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4179
<collection name="natfw" long-name="NAT Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4180
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4181
<component name="natfw_build" filter="s60" long-name="NAT Framework Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4182
<unit bldFile="mw/ipappsrv/natfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4183
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4184
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4185
<collection name="multimediacommscontroller" long-name="Multimedia Comms Controller" level="conn">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4186
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4187
<component name="multimediacommscontroller_build" filter="s60" long-name="Multimedia Comms Controller Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4188
<unit bldFile="mw/ipappsrv/multimediacommscontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4189
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4190
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4191
<collection name="multimediacommsengine" long-name="Multimedia Comms Engine" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4192
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4193
<component name="multimediacommsengine_build" filter="s60" long-name="Multimedia Comms Engine Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4194
<unit bldFile="mw/ipappsrv/multimediacommsengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4195
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4196
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4197
<collection name="natplugins" long-name="NAT Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4198
<component name="natpcliprovisioningnatfwadapter" filter="s60" long-name="Client Provisioning NAT Framework Traversal Adapter" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4199
<unit bldFile="mw/ipappsrv/natplugins/natpcliprovisioningnatfwadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4200
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4201
<component name="natpdevmgmtnatfwadapter" filter="s60" long-name="Device Management NAT Framework Traversal Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4202
<unit bldFile="mw/ipappsrv/natplugins/natpdevmgmtnatfwadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4203
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4204
<component name="natptraversalcontroller" filter="s60" long-name="NAT Traversal Controller" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4205
<unit bldFile="mw/ipappsrv/natplugins/natptraversalcontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4206
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4207
<component name="natpnatfwsdpprovider" filter="s60" long-name="NAT Framework SDP Provider" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4208
<unit bldFile="mw/ipappsrv/natplugins/natpnatfwsdpprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4209
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4210
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4211
<collection name="ipappsrv_info" long-name="IP App Services Info" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4212
<component name="ipappsrv_build" long-name="IP App Services Build" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4213
<!-- remove the #includes from here and rename as xxx ROM or move iby/sis files into another component-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4214
<unit mrp="mw/ipappsrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4215
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4216
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4217
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4218
<block name="phonesrv" level="specific" long-name="Telephony and SIM Services" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4219
<collection name="phonesrv_plat" long-name="Telephony and SIM Services Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4220
<component name="string_parser_api" long-name="String Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4221
<unit bldFile="mw/phonesrv/phonesrv_plat/string_parser_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4222
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4223
<component name="cbs_mcn_client_api" long-name="CBS MCN Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4224
<unit bldFile="mw/phonesrv/phonesrv_plat/cbs_mcn_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4225
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4226
<component name="converged_call_engine_api" long-name="Converged Call Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4227
<unit bldFile="mw/phonesrv/phonesrv_plat/converged_call_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4228
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4229
<component name="aiw_dial_data_consumer_api" long-name="AIW Dial Data Consumer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4230
<unit bldFile="mw/phonesrv/phonesrv_plat/aiw_dial_data_consumer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4231
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4232
<component name="phone_client_ussd_api" long-name="Phone Client USSD API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4233
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_ussd_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4234
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4235
<component name="sat_refresh_api" long-name="SAT Refresh API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4236
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_refresh_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4237
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4238
<component name="network_handling_engine_api" long-name="Network Handling Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4239
<unit bldFile="mw/phonesrv/phonesrv_plat/network_handling_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4240
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4241
<component name="phone_client_emergency_call_api" long-name="Phone Client Emergency Call API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4242
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_emergency_call_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4243
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4244
<component name="sat_configuration_api" long-name="SAT Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4245
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4246
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4247
<component name="dial_utils_api" long-name="Dial Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4248
<unit bldFile="mw/phonesrv/phonesrv_plat/dial_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4249
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4250
<component name="phone_client_image_handler_api" long-name="Phone Client Image Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4251
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_image_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4252
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4253
<component name="phone_client_messenger_api" long-name="Phone Client Messenger API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4254
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_messenger_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4255
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4256
<component name="sat_client_api" long-name="SAT Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4257
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_client_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4258
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4259
<component name="phone_client_api" long-name="Phone Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4260
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4261
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4262
<component name="sat_service_api" long-name="SAT Service API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4263
<unit bldFile="mw/phonesrv/phonesrv_plat/sat_service_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4264
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4265
<component name="cbs_message_api" long-name="CBS Message API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4266
<unit bldFile="mw/phonesrv/phonesrv_plat/cbs_message_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4267
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4268
<component name="phone_client_server_information_api" long-name="Phone Client Server Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4269
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_server_information_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4270
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4271
<component name="phone_client_ussd_internal_api" long-name="Phone Client USSD Internal API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4272
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_ussd_internal_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4273
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4274
<component name="phone_client_command_handler_api" long-name="Phone Client Command Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4275
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_command_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4276
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4277
<component name="phone_client_notify_api" long-name="Phone Client Notify API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4278
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_notify_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4279
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4280
<component name="phone_client_utility_api" long-name="Phone Client Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4281
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_client_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4282
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4283
<component name="telephony_network_information_api" long-name="Telephony Network Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4284
<unit bldFile="mw/phonesrv/phonesrv_plat/telephony_network_information_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4285
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4286
<component name="secondary_display_sat_api" long-name="Secondary Display SAT API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4287
<unit bldFile="mw/phonesrv/phonesrv_plat/secondary_display_sat_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4288
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4289
<component name="callui_reconnect_query_api" long-name="CallUI Reconnect Query API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4290
<unit bldFile="mw/phonesrv/phonesrv_plat/callui_reconnect_query_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4291
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4292
<component name="service_provider_settings_api" long-name="Service Provider Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4293
<unit bldFile="mw/phonesrv/phonesrv_plat/service_provider_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4294
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4295
<component name="converged_call_provider_api" long-name="Converged Call Provider API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4296
<unit bldFile="mw/phonesrv/phonesrv_plat/converged_call_provider_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4297
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4298
<component name="incoming_call_monitor_api" long-name="Incoming Call Monitor API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4299
<unit bldFile="mw/phonesrv/phonesrv_plat/incoming_call_monitor_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4300
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4301
<component name="default_emergency_numbers_api" long-name="Default Emergency Numbers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4302
<unit bldFile="mw/phonesrv/phonesrv_plat/default_emergency_numbers_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4303
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4304
<component name="cenrep_database_api" long-name="Central Repository Database API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4305
<unit bldFile="mw/phonesrv/phonesrv_plat/cenrep_database_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4306
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4307
<component name="ss_settings_api" long-name="SS Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4308
<unit bldFile="mw/phonesrv/phonesrv_plat/ss_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4309
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4310
<component name="phone_settings_observer_api" long-name="Phone Settings Observer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4311
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_observer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4312
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4313
<component name="phone_settings_notes_ui_api" long-name="Phone Settings Notes UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4314
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_notes_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4315
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4316
<component name="phone_settings_api" long-name="Phone Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4317
<unit bldFile="mw/phonesrv/phonesrv_plat/phone_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4318
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4319
<component name="voice_mailbox_number_api" long-name="Voice Mailbox Number API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4320
<unit bldFile="mw/phonesrv/phonesrv_plat/voice_mailbox_number_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4321
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4322
<component name="voice_mailbox_settings_api" long-name="Voice Mailbox Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4323
<unit bldFile="mw/phonesrv/phonesrv_plat/voice_mailbox_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4324
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4325
<component name="call_information_api" long-name="Call Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4326
<unit bldFile="mw/phonesrv/phonesrv_plat/call_information_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4327
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4328
<component name="call_remote_party_information_api" long-name="Call Remote Party Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4329
<unit bldFile="mw/phonesrv/phonesrv_plat/call_remote_party_information_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4330
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4331
<component name="telephony_mediator_api" long-name="Telephony Mediator API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4332
<unit bldFile="mw/phonesrv/phonesrv_plat/telephony_mediator_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4333
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4334
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4335
<collection name="telutils" long-name="Telephony Utils" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4336
<component name="phoneparser" filter="s60" long-name="Phone Parser">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4337
<unit bldFile="mw/phonesrv/telutils/phoneparser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4338
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4339
<component name="telephonyservice" filter="s60" long-name="Telephony Service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4340
<unit bldFile="mw/phonesrv/telutils/telephonyservice/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4341
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4342
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4343
<collection name="cbs" long-name="Cellular Baseband Services" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4344
<component name="cbsserver" filter="s60" long-name="CBS Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4345
<unit bldFile="mw/phonesrv/cbs/cbsserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4346
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4347
<component name="cbsui" filter="s60" long-name="CBS UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4348
<unit bldFile="mw/phonesrv/cbs/cbsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4349
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4350
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4351
<collection name="cellular" long-name="Cellular" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4352
<component name="telephonysettings" filter="s60" long-name="Telephony Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4353
<unit bldFile="mw/phonesrv/cellular/telephonysettings/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4354
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4355
<component name="sssettings" filter="s60" long-name="Supplementary Service Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4356
<unit bldFile="mw/phonesrv/cellular/sssettings/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4357
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4358
<component name="psetnotesui" filter="s60" long-name="Phone Settings Notes UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4359
<unit bldFile="mw/phonesrv/cellular/psetnotesui/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4360
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4361
<component name="servicerequest" filter="s60" long-name="Service Request">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4362
<unit bldFile="mw/phonesrv/cellular/servicerequest/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4363
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4364
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4365
<collection name="convergedcallengine" long-name="Converged Call Engine" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4366
<component name="callprovider" filter="s60" long-name="Call Provider">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4367
<unit bldFile="mw/phonesrv/convergedcallengine/callprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4368
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4369
<component name="cce" filter="s60" long-name="CCE">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4370
<unit bldFile="mw/phonesrv/convergedcallengine/cce/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4371
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4372
<component name="spsettings" filter="s60" long-name="Service Provider Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4373
<unit bldFile="mw/phonesrv/convergedcallengine/spsettings/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4374
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4375
<component name="cenrepdatabase" filter="s60" long-name="CCE Cenrep Database">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4376
<unit bldFile="mw/phonesrv/convergedcallengine/cenrepdatabase/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4377
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4378
<component name="serviceselector" filter="s60" long-name="Service Selector">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4379
<unit bldFile="mw/phonesrv/convergedcallengine/serviceselector/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4380
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4381
<component name="csplugin" filter="s60" long-name="CS Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4382
<!--  should spell out CS in name -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4383
<unit bldFile="mw/phonesrv/convergedcallengine/csplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4384
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4385
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4386
<collection name="engines" long-name="Telephony Engines" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4387
<component name="vmbxengine" filter="s60" long-name="Voice Mailbox Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4388
<unit bldFile="mw/phonesrv/engines/vmbxengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4389
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4390
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4391
<collection name="networkhandling" long-name="Network Handling" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4392
<component name="networkhandlingengine" filter="s60" long-name="Network Handling Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4393
<unit bldFile="mw/phonesrv/networkhandling/networkhandlingengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4394
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4395
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4396
<collection name="phoneclientserver" long-name="Phone Client/Server" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4397
<component name="enpolicy" filter="s60" long-name="Emergency Number Policy">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4398
<unit bldFile="mw/phonesrv/phoneclientserver/enpolicy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4399
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4400
<component name="aiwdialdata" filter="s60" long-name="AIW Dial Data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4401
<unit bldFile="mw/phonesrv/phoneclientserver/aiwdialdata/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4402
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4403
<component name="dialutils" filter="s60" long-name="Dial Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4404
<unit bldFile="mw/phonesrv/phoneclientserver/dialutils/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4405
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4406
<component name="phoneclient" filter="s60" long-name="Phone Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4407
<unit bldFile="mw/phonesrv/phoneclientserver/phoneclient/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4408
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4409
<component name="phoneserver" filter="s60" long-name="Phone Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4410
<unit bldFile="mw/phonesrv/phoneclientserver/phoneserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4411
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4412
<component name="callui" filter="s60" long-name="Call UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4413
<unit bldFile="mw/phonesrv/phoneclientserver/callui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4414
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4415
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4416
<collection name="satengine" long-name="SIM Application Toolkit Engine" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4417
<component name="satserver" filter="s60" long-name="SAT Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4418
<unit bldFile="mw/phonesrv/satengine/satserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4419
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4420
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4421
<collection name="satui" long-name="SIM Application Toolkit UI" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4422
<component name="satapp" filter="s60" long-name="SAT Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4423
<unit bldFile="mw/phonesrv/satui/satapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4424
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4425
<component name="satplugin" filter="s60" long-name="SAT Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4426
<unit bldFile="mw/phonesrv/satui/satplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4428
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4429
<collection name="phonecmdhandler" long-name="Phone Command Handler" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4430
<component name="phonecmdhnlr" filter="s60" long-name="Phone Command Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4431
<unit bldFile="mw/phonesrv/phonecmdhandler/phonecmdhnlr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4432
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4433
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4434
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4435
<block name="messagingmw" level="specific" long-name="Messaging Middleware" levels="stack fw api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4436
<collection name="msgfw_pub" long-name="Messaging Middleware Public Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4437
<component name="send_ui_api" long-name="Send UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4438
<unit bldFile="mw/messagingmw/msgfw_pub/send_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4439
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4440
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4441
<collection name="msgfw_plat" long-name="Messaging Middleware Platform Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4442
<component name="always_online_plugin_api" long-name="Always Online Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4443
<unit bldFile="mw/messagingmw/msgfw_plat/always_online_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4444
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4445
<component name="always_online_client_api" long-name="Always Online Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4446
<unit bldFile="mw/messagingmw/msgfw_plat/always_online_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4447
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4448
<component name="msg_common_utils_api" long-name="Messaging Common Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4449
<unit bldFile="mw/messagingmw/msgfw_plat/msg_common_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4450
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4451
<component name="send_ui_plugin_api" long-name="Send UI Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4452
<unit bldFile="mw/messagingmw/msgfw_plat/send_ui_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4453
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4454
<component name="send_ui_datautils_api" long-name="Send UI Data Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4455
<unit bldFile="mw/messagingmw/msgfw_plat/send_ui_datautils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4456
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4457
</collection>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  4458
<collection name="msgbranched" long-name="Messaging Branched" level="support">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4459
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4460
<component name="msgbranched_build" filter="s60" long-name="Messaging Branched Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4461
<unit bldFile="mw/messagingmw/msgbranched/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4462
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4463
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4464
<collection name="messagingfw" long-name="Messaging Framework" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4465
<!-- should break this collection up into smaller related collections -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4466
<component name="alwaysonline" filter="s60" long-name="Always Online Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4467
<unit bldFile="mw/messagingmw/messagingfw/alwaysonline/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4468
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4469
<component name="msgcommonutils" filter="s60" long-name="Messaging Common Utils" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4470
<unit bldFile="mw/messagingmw/messagingfw/msgcommonutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4471
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4472
<component name="senduiservices" filter="s60" long-name="Send UI Services" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4473
<unit bldFile="mw/messagingmw/messagingfw/senduiservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4474
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4475
<component name="scheduledsendmtm" long-name="Scheduled Send MTM" introduced="6.0" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4476
<unit bldFile="mw/messagingmw/messagingfw/scheduledsendmtm/group" mrp="mw/messagingmw/messagingfw/scheduledsendmtm/group/messaging_schedulesend.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4477
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4478
<component name="msgsrvnstore" long-name="Message Server and Store" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4479
<unit bldFile="mw/messagingmw/messagingfw/msgsrvnstore/group" mrp="mw/messagingmw/messagingfw/msgsrvnstore/group/messaging_framework.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4480
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4481
<component name="biomsgfw" long-name="BIO Messaging Framework" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4482
<unit bldFile="mw/messagingmw/messagingfw/biomsgfw/group" mrp="mw/messagingmw/messagingfw/biomsgfw/group/messaging_biomsg.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4483
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4484
<component name="watcherfw" long-name="Watcher Framework" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4485
<unit bldFile="mw/messagingmw/messagingfw/watcherfw/group" mrp="mw/messagingmw/messagingfw/watcherfw/group/messaging_watcher.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4486
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4487
<component name="msgtest" long-name="Messaging Test" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4488
<unit bldFile="mw/messagingmw/messagingfw/msgtest/group" mrp="mw/messagingmw/messagingfw/msgtest/group/messaging_test.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4489
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4490
<component name="sendas" long-name="Send As" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4491
<unit bldFile="mw/messagingmw/messagingfw/sendas/group" mrp="mw/messagingmw/messagingfw/sendas/group/messaging_sendas2.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4492
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4493
<component name="msgurlhandler" long-name="Message URL Handler" introduced="7.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4494
<unit bldFile="mw/messagingmw/messagingfw/msgurlhandler/group" mrp="mw/messagingmw/messagingfw/msgurlhandler/group/messaging_urlhandler.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4495
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4496
<component name="wappushfw" long-name="WAP Push Framework" introduced="6.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4497
<unit bldFile="mw/messagingmw/messagingfw/wappushfw/group" mrp="mw/messagingmw/messagingfw/wappushfw/group/wap-browser_wappush.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4498
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4499
<component name="suplsmshandler" long-name="SUPL SMS Handler" introduced="^2" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4500
<unit bldFile="mw/messagingmw/messagingfw/suplsmshandler/group" mrp="mw/messagingmw/messagingfw/suplsmshandler/group/lbs_suplsmstrigger.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4501
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4502
<component name="suplwappushhandler" long-name="SUPL WAP Push Handler" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4503
<unit bldFile="mw/messagingmw/messagingfw/suplwappushhandler/group" mrp="mw/messagingmw/messagingfw/suplwappushhandler/group/lbs_suplwappush.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4504
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4505
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4506
<collection name="messagingmw_info" long-name="Messaging Middleware Info" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4507
<component name="messagingmw_metadata" long-name="Messaging Middleware Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4508
<unit mrp="mw/messagingmw/messagingmw_info/messagingmw_metadata/messagingmw_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4509
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4510
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4511
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4512
<block name="imsrv" level="specific" long-name="Instant Messaging and Presence Services" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4513
<collection name="imsrv_plat" long-name="Instant Messaging and Presence Services Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4514
<component name="ximp_core_data_model_api" long-name="XIMP Core Data Model API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4515
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_data_model_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4516
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4517
<component name="ximp_presence_protocol_plugin_host_api" long-name="XIMP Presence Protocol Plug-in Host API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4518
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_protocol_plugin_host_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4519
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4520
<component name="ximp_presence_data_model_api" long-name="XIMP Presence Data Model API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4521
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_data_model_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4522
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4523
<component name="ximp_presence_protocol_plugin_api" long-name="XIMP Presence Protocol Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4524
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_protocol_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4525
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4526
<component name="ximp_presence_management_api" long-name="XIMP Presence Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4527
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4528
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4529
<component name="ximp_core_protocol_plugin_host_api" long-name="XIMP Core Protocol Plug-in Host API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4530
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_protocol_plugin_host_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4531
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4532
<component name="ximp_core_management_api" long-name="XIMP Core Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4533
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4534
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4535
<component name="ximp_presence_base_api" long-name="XIMP Presence Base API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4536
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_base_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4537
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4538
<component name="ximp_core_protocol_plugin_api" long-name="XIMP Core Protocol Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4539
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_protocol_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4540
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4541
<component name="ximp_core_base_api" long-name="XIMP Core Base API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4542
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_base_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4543
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4544
<component name="ximp_presence_cache_api" long-name="XIMP Presence Cache API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4545
<unit bldFile="mw/imsrv/imsrv_plat/ximp_presence_cache_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4546
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4547
<component name="ximp_core_feature_plugin_api" long-name="XIMP Core Feature Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4548
<unit bldFile="mw/imsrv/imsrv_plat/ximp_core_feature_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4549
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4550
<component name="ximp_im_protocol_plugin_host_api" long-name="XIMP IM Protocol Plugin Host API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4551
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_protocol_plugin_host_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4552
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4553
<component name="ximp_im_data_model_api" long-name="XIMP IM Data Model API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4554
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_data_model_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4555
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4556
<component name="ximp_im_protocol_plugin_api" long-name="XIMP IM Protocol Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4557
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_protocol_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4558
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4559
<component name="ximp_im_management_api" long-name="XIMP IM Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4560
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4561
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4562
<component name="ximp_im_base_api" long-name="XIMP IM Base API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4563
<unit bldFile="mw/imsrv/imsrv_plat/ximp_im_base_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4564
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4565
<component name="ximp_search_protocol_plugin_host_api" long-name="XIMP Search Protocol Plugin Host API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4566
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_protocol_plugin_host_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4567
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4568
<component name="ximp_search_data_model_api" long-name="XIMP Search Data Model API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4569
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_data_model_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4570
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4571
<component name="ximp_search_protocol_plugin_api" long-name="XIMP search Protocol Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4572
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_protocol_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4573
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4574
<component name="ximp_search_management_api" long-name="XIMP Search Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4575
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4576
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4577
<component name="ximp_search_base_api" long-name="XIMP Search Base API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4578
<unit bldFile="mw/imsrv/imsrv_plat/ximp_search_base_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4579
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4580
<component name="xmpp_settings_api" long-name="XMPP Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4581
<unit bldFile="mw/imsrv/imsrv_plat/xmpp_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4582
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4583
<component name="im_cache_client_api" long-name="IM Cache Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4584
<unit bldFile="mw/imsrv/imsrv_plat/im_cache_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4585
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4586
<component name="im_cache_server_api" long-name="IM Cache Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4587
<unit bldFile="mw/imsrv/imsrv_plat/im_cache_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4588
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  4589
<component name="presence_avabilitytext" long-name="Presence Availability Text" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4590
<unit bldFile="mw/imsrv/imsrv_plat/presence_avabilitytext/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4591
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4592
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4593
<collection name="ximpfw" long-name="XIMP Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4594
<!-- collection is really a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4595
<component name="ximpfw_build" filter="s60" long-name="XIMP Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4596
<unit bldFile="mw/imsrv/ximpfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4597
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4598
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4599
<collection name="imservices" long-name="IM Services" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4600
<component name="imfeatureplugin" filter="s60" long-name="IM Feature Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4601
<unit bldFile="mw/imsrv/imservices/imfeatureplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4602
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4603
<component name="searchfeatureplugin" filter="s60" long-name="Search Feature Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4604
<unit bldFile="mw/imsrv/imservices/searchfeatureplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4605
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4606
<component name="xmppsettingsapi" filter="s60" long-name="XMPP Settings API" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4607
<unit bldFile="mw/imsrv/imservices/xmppsettingsapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4608
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4609
<component name="xmppsettingsfetcher" filter="s60" long-name="XMPP Settings Fetcher" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4610
<unit bldFile="mw/imsrv/imservices/xmppsettingsfetcher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4611
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4612
<component name="instantmessagingcache" filter="s60" long-name="Instant Messaging Cache" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4613
<unit bldFile="mw/imsrv/imservices/instantmessagingcache/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4614
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4615
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4616
<collection name="brandingserver" long-name="Branding Server" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4617
<!-- collection is really a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4618
<component name="brandingserver_build" filter="s60" long-name="Branding Server Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4619
<unit bldFile="mw/imsrv/brandingserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4620
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4621
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4622
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4623
<block name="legacypresence" level="specific" long-name="Legacy Presence Services" levels="engine fw ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4624
<collection name="pressrv_plat" long-name="Legacy Presence Services Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4625
<component name="presence_list_api" long-name="Presence List API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4626
<unit bldFile="mw/legacypresence/pressrv_plat/presence_list_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4627
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4628
<component name="watcher_info_api" long-name="Watcher Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4629
<unit bldFile="mw/legacypresence/pressrv_plat/watcher_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4630
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4631
<component name="simple_documents_api" long-name="SIMPLE Documents API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4632
<unit bldFile="mw/legacypresence/pressrv_plat/simple_documents_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4633
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4634
<component name="authorization_api" long-name="Authorization API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4635
<unit bldFile="mw/legacypresence/pressrv_plat/authorization_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4636
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4637
<component name="xdm_protocol_plugin_api" long-name="XDM Protocol Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4638
<unit bldFile="mw/legacypresence/pressrv_plat/xdm_protocol_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4639
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4640
<component name="watcher_api" long-name="Watcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4641
<unit bldFile="mw/legacypresence/pressrv_plat/watcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4642
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4643
<component name="xdm_api" long-name="XDM API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4644
<unit bldFile="mw/legacypresence/pressrv_plat/xdm_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4645
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4646
<component name="registration_api" long-name="Registration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4647
<unit bldFile="mw/legacypresence/pressrv_plat/registration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4648
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4649
<component name="publisher_api" long-name="Publisher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4650
<unit bldFile="mw/legacypresence/pressrv_plat/publisher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4651
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4652
<component name="messaging_connection_manager_api" long-name="Messaging Connection Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4653
<unit bldFile="mw/legacypresence/pressrv_plat/messaging_connection_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4654
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4655
<component name="xdm_settings_api" long-name="XDM Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4656
<unit bldFile="mw/legacypresence/pressrv_plat/xdm_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4657
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4658
<component name="simple_settings_api" long-name="SIMPLE Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4659
<unit bldFile="mw/legacypresence/pressrv_plat/simple_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4660
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4661
<component name="simple_instant_msg_api" long-name="Simple Instant Msg API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4662
<unit bldFile="mw/legacypresence/pressrv_plat/simple_instant_msg_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4663
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4664
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4665
<collection name="xdmengine" long-name="XDM Engine" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4666
<!-- collection is really a component. Need to move down a directory (eg xdm/xdmengine)-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4667
<component name="xdmengine_build" filter="s60" long-name="XDM Engine Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4668
<unit bldFile="mw/legacypresence/xdmengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4669
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4670
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4671
<collection name="xdmprotocols" long-name="XDM Protocols" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4672
<!-- collection is really a component. Need to move down a directory (eg xdm/xdmprotocols)-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4673
<component name="xdmprotocols_build" filter="s60" long-name="XDM Protocols Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4674
<unit bldFile="mw/legacypresence/xdmprotocols/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4675
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4676
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4677
<collection name="msgconnmanager" long-name="Messaging Connection Manager" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4678
<!-- collection is really a component. Need to move down a directory-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4679
<component name="msgconnmanager_build" filter="s60" long-name="Messaging Connection Manager Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4680
<unit bldFile="mw/legacypresence/msgconnmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4681
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4682
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4683
<collection name="simpleengine" long-name="SIMPLE Engine" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4684
<!-- collection is really a component. Need to move down a directory-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4685
<component name="simpleengine_build" filter="s60" long-name="SIMPLE Engine Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4686
<unit bldFile="mw/legacypresence/simpleengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4687
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4688
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4689
<collection name="presencefwsimpleadpt" long-name="Presence Framework SIMPLE Adaptation" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4690
<!-- collection is really a component. Need to move down a directory-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4691
<component name="simpleplugin" filter="s60" long-name="SIMPLE Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4692
<unit bldFile="mw/legacypresence/presencefwsimpleadpt/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4693
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4694
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4695
<collection name="simpledatamodeladapter" long-name="SIMPLE Data Model Adapter" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4696
<component name="presenceplugin" filter="s60" long-name="Presence Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4697
<unit bldFile="mw/legacypresence/simpledatamodeladapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4698
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4699
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4700
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4701
<block name="remotemgmt" level="specific" long-name="Remote Management" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4702
<collection name="remotemgmt_pub" long-name="Remote Management Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4703
<component name="synchronization_capability_api" long-name="Synchronization Capability API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4704
<unit bldFile="mw/remotemgmt/remotemgmt_pub/synchronization_capability_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4705
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4706
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4707
<collection name="remotemgmt_plat" long-name="Remote Management Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4708
<component name="common_agent_util_and_definitions_api" long-name="Common Agent util and definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4709
<unit bldFile="mw/remotemgmt/remotemgmt_plat/common_agent_util_and_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4710
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4711
<component name="policy_management_certificate_api" long-name="Policy Management Certificate API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4712
<unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_certificate_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4713
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4714
<component name="oma_provisioning_adapter_api" long-name="OMA Provisioning Adapter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4715
<unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_adapter_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4716
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4717
<component name="device_management_parameter_api" long-name="Device Management Parameter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4718
<unit bldFile="mw/remotemgmt/remotemgmt_plat/device_management_parameter_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4719
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4720
<component name="data_synchronization_plugin_api" long-name="Data Synchronization Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4721
<unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4722
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4723
<component name="sync_alert_handler_api" long-name="Sync Alert Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4724
<unit bldFile="mw/remotemgmt/remotemgmt_plat/sync_alert_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4725
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4726
<component name="syncml_notifier_api" long-name="SyncML Notifier API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4727
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_notifier_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4728
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4729
<component name="syncml_client_api" long-name="SyncML Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4730
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4731
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4732
<component name="device_management_plugin_api" long-name="Device Management plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4733
<unit bldFile="mw/remotemgmt/remotemgmt_plat/device_management_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4734
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4735
<component name="dm_tree_apis" long-name="DM Tree APIs" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4736
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_tree_apis/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4737
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4738
<component name="terminal_security_device_lock_api" long-name="Terminal Security Device Lock API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4739
<unit bldFile="mw/remotemgmt/remotemgmt_plat/terminal_security_device_lock_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4740
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4741
<component name="policy_management_request_api" long-name="Policy Management Request API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4742
<unit bldFile="mw/remotemgmt/remotemgmt_plat/policy_management_request_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4743
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4744
<component name="ds_constant_definitions_api" long-name="DS Constant Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4745
<unit bldFile="mw/remotemgmt/remotemgmt_plat/ds_constant_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4746
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4747
<component name="scp_server_api" long-name="SCP Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4748
<unit bldFile="mw/remotemgmt/remotemgmt_plat/scp_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4749
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4750
<component name="data_synchronization_notification_api" long-name="Data Synchronization Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4751
<unit bldFile="mw/remotemgmt/remotemgmt_plat/data_synchronization_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4752
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4753
<component name="oma_provisioning_engine_api" long-name="OMA Provisioning Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4754
<unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_provisioning_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4755
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4756
<component name="dm_utils_api" long-name="DM Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4757
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4758
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4759
<component name="syncml_alert_api" long-name="SyncML Alert API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4760
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_alert_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4761
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4762
<component name="obex_client_session_api" long-name="OBEX Client session API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4763
<unit bldFile="mw/remotemgmt/remotemgmt_plat/obex_client_session_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4764
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4765
<component name="setting_enforcement_info_api" long-name="Setting Enforcement Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4766
<unit bldFile="mw/remotemgmt/remotemgmt_plat/setting_enforcement_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4767
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4768
<component name="dm_constant_definitions_api" long-name="DM Constant Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4769
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_constant_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4770
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4771
<component name="oma_ds_extensions_api" long-name="OMA DS Extensions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4772
<unit bldFile="mw/remotemgmt/remotemgmt_plat/oma_ds_extensions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4773
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4774
<component name="pnpms_utils_api" long-name="PNPMS Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4775
<unit bldFile="mw/remotemgmt/remotemgmt_plat/pnpms_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4776
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4777
<component name="diagnostics_plugin_utility_api" long-name="Diagnostics Plugin Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4778
<unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4779
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4780
<component name="diagnostics_plugin_api" long-name="Diagnostics Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4781
<unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4782
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4783
<component name="diagnostics_framework_api" long-name="Diagnostics Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4784
<unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_framework_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4785
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4786
<component name="diagnostics_results_api" long-name="Diagnostics Results API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4787
<unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_results_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4788
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4789
<component name="diagnostics_plugin_pool_api" long-name="Diagnostics Plugin Pool API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4790
<unit bldFile="mw/remotemgmt/remotemgmt_plat/diagnostics_plugin_pool_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4791
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4792
<component name="fota_engine_api" long-name="FOTA Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4793
<unit bldFile="mw/remotemgmt/remotemgmt_plat/fota_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4794
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4795
<component name="update_package_storage_plugin_api" long-name="Update Package Storage Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4796
<unit bldFile="mw/remotemgmt/remotemgmt_plat/update_package_storage_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4797
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4798
<component name="syncml_notifier_roaming_api" long-name="SyncML Notifier Roaming API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4799
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_notifier_roaming_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4800
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4801
<component name="sync_service_api" long-name="Sync Service API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4802
<unit bldFile="mw/remotemgmt/remotemgmt_plat/sync_service_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4803
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4804
<component name="dcmo_adapter_api" long-name="DCMO Adapter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4805
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dcmo_adapter_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4806
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4807
<component name="dcmo_control_api" long-name="DCMO Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4808
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dcmo_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4809
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4810
<component name="ds_capability_mgmt_plugin_api" long-name="DS Capability Management Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4811
<unit bldFile="mw/remotemgmt/remotemgmt_plat/ds_capability_mgmt_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4812
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4813
<component name="dm_native_notifier_api" long-name="DM Native Notifier API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4814
<unit bldFile="mw/remotemgmt/remotemgmt_plat/dm_native_notifier_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4815
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4816
<component name="syncml_ds_error_reporting_api" long-name="SyncML DS Error Reporting API" filter="s60" introduced="^3" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4817
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_ds_error_reporting_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4818
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4819
<component name="syncml_ds_customization_api" long-name="SyncML DS Customization API" filter="s60" introduced="^3" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4820
<unit bldFile="mw/remotemgmt/remotemgmt_plat/syncml_ds_customization_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4821
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4822
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4823
<collection name="policymanagement" long-name="Policy Management" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4824
<component name="pmdmadapter" filter="s60" long-name="PM DM Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4825
<unit bldFile="mw/remotemgmt/policymanagement/pmdmadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4826
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4827
<component name="dmutilserver" filter="s60" long-name="DM Util Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4828
<unit bldFile="mw/remotemgmt/policymanagement/dmutilserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4829
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4830
<component name="policyengine" filter="s60" long-name="Policy Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4831
<unit bldFile="mw/remotemgmt/policymanagement/policyengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4832
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4833
<component name="policymanagement_build" filter="s60" long-name="Policy Management Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4834
<!--  need to distribute exports, etc into the other components and remove this-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4835
<unit bldFile="mw/remotemgmt/policymanagement/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4836
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4837
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4838
<collection name="syncmlfw" long-name="SyncML Framework" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4839
<component name="syncmlfw_build" filter="s60" long-name="SyncML Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4840
<!--  need to break this up into components. Too convoluted a structure to be in a single bld.inf-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4841
<unit bldFile="mw/remotemgmt/syncmlfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4842
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4843
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4844
<collection name="terminalsecurity" long-name="Terminal Security" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4845
<component name="scp" filter="s60" long-name="Security Code Proxy">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4846
<!-- can only have one unit, need to have these #included from a single bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4847
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4848
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpdatabase/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4849
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4850
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scppatternplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4851
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scphistoryplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4852
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scptimestampplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4853
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/scpeventhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4854
<unit bldFile="mw/remotemgmt/terminalsecurity/scp/dmeventnotifier/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4855
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4856
<component name="terminalsecurity_client" filter="s60" long-name="Terminal Control Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4857
<unit bldFile="mw/remotemgmt/terminalsecurity/client/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4858
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4859
<component name="terminalsecurity_server" filter="s60" long-name="Terminal Control Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4860
<unit bldFile="mw/remotemgmt/terminalsecurity/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4861
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4862
<component name="tcadapter" filter="s60" long-name="Terminal Control Adapter">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4863
<unit bldFile="mw/remotemgmt/terminalsecurity/tcadapter/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4864
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4865
<component name="terminalsecurity_build" filter="s60" long-name="Terminal Security Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4866
<!--  need to distribute exports, etc into the other components and remove this-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4867
<unit bldFile="mw/remotemgmt/terminalsecurity/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4868
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4869
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4870
<collection name="omaprovisioning" long-name="OMA Provisioning" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4871
<component name="pnputil" filter="s60" long-name="PnP Util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4872
<unit bldFile="mw/remotemgmt/omaprovisioning/pnputil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4873
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4874
<component name="provisioning" filter="s60" long-name="Provisioning">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4875
<unit bldFile="mw/remotemgmt/omaprovisioning/provisioning/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4876
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4877
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4878
<collection name="devicediagnosticsfw" long-name="Device Diagnostics Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4879
<component name="diagframework" filter="s60" long-name="Diagnostics Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4880
<unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4881
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4882
<component name="diagpluginbase" filter="s60" long-name="Diagnostics Plugin Base">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4883
<unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagpluginbase/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4884
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4885
<component name="diagresultsdb" filter="s60" long-name="Diagnostics Results Database">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4886
<!--  can only have one unit, merge or split into two components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4887
<unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/client/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4888
<unit bldFile="mw/remotemgmt/devicediagnosticsfw/diagresultsdb/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4889
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4890
<component name="devicediagnosticsfw_build" filter="s60" long-name="Device Diagnostics Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4891
<!--  need to distribute exports, etc into the other components and remove this-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4892
<unit bldFile="mw/remotemgmt/devicediagnosticsfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4893
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4894
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4895
<collection name="dcmofw" long-name="Device Capability Management Object Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4896
<component name="dcmoclient" filter="s60" long-name="DCMO Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4897
<unit bldFile="mw/remotemgmt/dcmofw/dcmoclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4898
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4899
<component name="dcmoserver" filter="s60" long-name="DCMO Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4900
<unit bldFile="mw/remotemgmt/dcmofw/dcmoserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4901
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4902
<component name="dcmocustcmd" filter="s60" long-name="DCMO Custom Commands">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4903
<unit bldFile="mw/remotemgmt/dcmofw/dcmocustcmd/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4904
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4905
<component name="dcmofw_build" filter="s60" long-name="DCMO Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4906
<!--  need to distribute exports, etc into the other components and remove this-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4907
<unit bldFile="mw/remotemgmt/dcmofw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4908
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4909
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4910
<collection name="fotaapplication" long-name="FOTA Application" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4911
<component name="fotaapplication_build" filter="s60" long-name="FOTA Application Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4912
<!-- remove this component when configuration is in place and the #ifdefs have been worked out -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4913
<unit bldFile="mw/remotemgmt/fotaapplication/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4914
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4915
<component name="fotaserver" filter="s60" long-name="FOTA Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4916
<!-- uncomment when #ifdefs are resolved -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4917
<!--<unit bldFile="fotaapplication/fotaserver/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4918
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4919
<component name="fotacustcmds" filter="s60" long-name="FOTA Custom Commands" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4920
<!-- uncomment when #ifdefs are resolved. Need to put a config meta here-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4921
<!--<unit bldFile="fotaapplication/fotaserver/fotacustcmds/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4922
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4923
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4924
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4925
<block name="remotestorage" level="generic" long-name="Remote Storage" levels="framework if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4926
<collection name="rsfw_plat" long-name="Remote Storage Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4927
<component name="rsfw_access_protocol_plugin_api" filter="s60" long-name="Remote Storage Framework Access Protocol Plugin API" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4928
<unit bldFile="mw/remotestorage/rsfw_plat/rsfw_access_protocol_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4929
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4930
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4931
<collection name="remotestoragefw" long-name="Remote Storage Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4932
<component name="mountstore" filter="s60" long-name="RSFW Mount Store">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4933
<unit bldFile="mw/remotestorage/remotestoragefw/mountstore/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4934
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4935
<component name="rsfwnotifierplugins" filter="s60" long-name="RSFW Notifier Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4936
<unit bldFile="mw/remotestorage/remotestoragefw/rsfwnotifierplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4937
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4938
<component name="remotefileengine" filter="s60" long-name="Remote File Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4939
<unit bldFile="mw/remotestorage/remotestoragefw/remotefileengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4940
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4941
<component name="mountmanager" filter="s60" long-name="RSFW Mount Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4942
<unit bldFile="mw/remotestorage/remotestoragefw/mountmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4943
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4944
<component name="webdavaccessplugin" filter="s60" long-name="WebDAV Access Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4945
<unit bldFile="mw/remotestorage/remotestoragefw/webdavaccessplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4946
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4947
<component name="remotefilesystemplugin" filter="s60" long-name="Remote Filesystem Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4948
<unit bldFile="mw/remotestorage/remotestoragefw/remotefilesystemplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4949
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4950
<component name="remotestoragegsplugin" filter="s60" long-name="RS GS Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4951
<!-- uncomment the unit when configuration is in place, it's currently #included from remotestoragefw_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4952
<!-- <unit bldFile="remotestoragefw/gsplugin/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4953
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4954
<component name="remotedriveconfigurationbiocontrol" filter="s60" long-name="Remote Drive Configuration BIO Control">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4955
<!-- uncomment the unit when configuration is in place, it's currently #included from remotestoragefw_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4956
<!--   <unit bldFile="remotestoragefw/remotedriveconfigurationbiocontrol/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4957
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4958
<component name="remotestoragefw_build" filter="s60" long-name="Remote Storage Framework Build">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  4959
<!-- move exports to other components.
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4960
				This is needed for #includes of configured component until congigiration is in place -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4961
<unit bldFile="mw/remotestorage/remotestoragefw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4962
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4963
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4964
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4965
<block name="remoteconn" level="generic" long-name="Remote Connectivity" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4966
<collection name="connectivitymodules" long-name="Connectivity Modules" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4967
<component name="secon" filter="s60" long-name="Service Controllers">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4968
<unit bldFile="mw/remoteconn/connectivitymodules/secon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4969
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4970
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4971
<collection name="remoteconn_info" long-name="Remote Connectivity Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4972
<component name="remoteconn_metadata" long-name="Remote Connectivity Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4973
<unit mrp="mw/remoteconn/remoteconn_info/remoteconn_metadata/remoteconn_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4974
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4975
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4976
<collection name="mtptransports" long-name="MTP Transports" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4977
<component name="mtpusbtransport" long-name="MTP USB Transport" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4978
<unit bldFile="mw/remoteconn/mtptransports/mtpusbtransport/group" mrp="mw/remoteconn/mtptransports/mtpusbtransport/group/mtp_usbsic.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4979
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4980
<component name="mtpptpiptransport" long-name="MTP PTP-IP Transport" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4981
<unit bldFile="mw/remoteconn/mtptransports/mtpptpiptransport/group" mrp="mw/remoteconn/mtptransports/mtpptpiptransport/group/mtp_ptpip.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4982
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4983
<component name="mtpcontroller" long-name="MTP Controller" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4984
<unit bldFile="mw/remoteconn/mtptransports/mtpcontroller/group" mrp="mw/remoteconn/mtptransports/mtpcontroller/group/mtpcontroller.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4985
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4986
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4987
<collection name="mtpfws" long-name="MTP Frameworks" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4988
<component name="mtpfw" long-name="MTP Framework" introduced="^2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4989
<unit bldFile="mw/remoteconn/mtpfws/mtpfw/group" mrp="mw/remoteconn/mtpfws/mtpfw/group/mtp_framework.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4990
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4991
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4992
<collection name="mtpdataproviders" long-name="MTP Data Providers" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4993
<component name="mtpfileandfolderdp" long-name="MTP File and Folder Provider" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4994
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group" mrp="mw/remoteconn/mtpdataproviders/mtpfileandfolderdp/group/mtp_filedp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4995
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4996
<component name="mtpimagedp" long-name="MTP Image Data Provider" filter="gt" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4997
<unit bldFile="mw/remoteconn/mtpdataproviders/mtpimagedp/group" mrp="mw/remoteconn/mtpdataproviders/mtpimagedp/group/mtp_imagedp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4998
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  4999
<component name="mtppictbridgedp" long-name="MTP PictBridge Data Provider" filter="gt" introduced="^3" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5000
<unit bldFile="mw/remoteconn/mtpdataproviders/mtppictbridgedp/group" mrp="mw/remoteconn/mtpdataproviders/mtppictbridgedp/group/mtp_pictbridgedp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5001
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5002
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5003
<collection name="backupandrestore" long-name="Backup and Restore" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5004
<component name="backupengine" long-name="Backup Engine" introduced="9.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5005
<unit bldFile="mw/remoteconn/backupandrestore/backupengine/group" mrp="mw/remoteconn/backupandrestore/backupengine/group/connectivity_backupengine.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5006
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5007
<component name="backuptest" long-name="Backup Test" introduced="^2" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5008
<unit bldFile="mw/remoteconn/backupandrestore/backuptest/group" mrp="mw/remoteconn/backupandrestore/backuptest/group/connectivity_backuptest.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5009
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5010
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5011
<collection name="obex" long-name="OBEX" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5012
<component name="obexprotocol" long-name="OBEX Protocol" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5013
<unit bldFile="mw/remoteconn/obex/obexprotocol/group" mrp="mw/remoteconn/obex/obexprotocol/group/obex.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5014
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5015
<component name="obexextensionapi" long-name="OBEX Extension API" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5016
<unit bldFile="mw/remoteconn/obex/obexextensionapi/group" mrp="mw/remoteconn/obex/obexextensionapi/group/obex_extensionapis.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5017
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5018
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5019
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5020
<block name="srvdiscovery" level="generic" long-name="Service Discovery and Usage" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5021
<collection name="upnpstack_plat" long-name="UPnP Stack Platform Interfaces" level="specific">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5022
<component name="upnp_device_api" long-name="UPnP Device API" purpose="optional" introduced="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5023
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5024
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5025
<component name="upnp_common_api" long-name="UPnP Common API" purpose="optional" introduced="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5026
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_common_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5027
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5028
<component name="upnp_utils_api" long-name="UPnP Utils API" purpose="optional" introduced="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5029
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5030
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5031
<component name="upnp_control_point_api" long-name="UPnP Control Point API" purpose="optional" introduced="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5032
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_control_point_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5033
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5034
<component name="upnp_httpserver_api" long-name="UPnP HTTP Server API" purpose="optional" introduced="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5035
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_httpserver_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5036
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5037
<component name="upnp_http_transfer_api" long-name="UPnP HTTP Transfer API" purpose="optional" introduced="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5038
<unit bldFile="mw/srvdiscovery/upnp/upnpstack_plat/upnp_http_transfer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5039
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5040
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5041
<collection name="servicediscoveryandcontrol" long-name="Service Discovery and Control" level="framework">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5042
<component name="servicediscoveryfw" long-name="Service Discovery Framework" introduced="^3" purpose="optional" filter="s60">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5043
<unit bldFile="mw/srvdiscovery/servicediscoveryandcontrol/pnp/group" mrp="mw/srvdiscovery/servicediscoveryandcontrol/pnp/group/servicediscoveryframework.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5044
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5045
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5046
<collection name="upnp" long-name="UPnP" level="server">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5047
<component name="upnpstack" long-name="UPnP Stack" introduced="^3" purpose="optional" filter="s60">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5048
<unit bldFile="mw/srvdiscovery/upnp/upnpstack/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5049
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5050
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5051
<collection name="srvdiscovery_info" long-name="Service Discovery and Usage Info" level="specific">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5052
<component name="srvdiscovery_metadata" long-name="Service Discovery and Usage Metadata" introduced="^2" purpose="development" filter="s60" class="config PC">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5053
<unit mrp="mw/srvdiscovery/srvdiscovery_info/srvdiscovery_metadata/srvdiscovery_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5054
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5055
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5056
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5057
<block name="dlnasrv" level="specific" long-name="DLNA Services" levels="stack server ctrl framework plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5058
<!-- uncomment all the units when configuration is in place, they're currently #included from other xxx_build components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5059
<collection name="dlnasrv_plat" long-name="DLNA Services Platform Interfaces" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5060
<component name="upnp_media_server_settings_api" long-name="UPnP Media Server Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5061
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5062
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5063
<component name="upnp_av_objects_api" long-name="UPnP A/V Objects API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5064
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_av_objects_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5065
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5066
<component name="upnp_media_server_api" long-name="UPnP Media Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5067
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5068
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5069
<component name="upnp_security_plugin_api" long-name="UPnP Security Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5070
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_security_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5071
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5072
<component name="upnp_avcp_api" long-name="UPnP AVCP API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5073
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_avcp_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5074
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5075
<component name="upnp_media_server_metadata_api" long-name="UPnP Media Server Metadata API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5076
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_media_server_metadata_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5077
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5078
<component name="upnp_command_api" long-name="UPnP Command API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5079
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_command_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5080
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5081
<component name="upnp_plugin_api" long-name="UPnP Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5082
<unit bldFile="mw/dlnasrv/dlnasrv_plat/upnp_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5083
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5084
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5085
<collection name="upnpavcontrolpoint" long-name="UPnP A/V Control Point" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5086
<component name="avcontrolframework" filter="s60" long-name="A/V Control Famework" introduced="9.1" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5087
<unit bldFile="mw/dlnasrv/upnpavcontrolpoint/avcontrolframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5088
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5089
<component name="upnpavcontrolpoint_build" filter="s60" long-name="UPnP A/V Control Point Build" introduced="9.1" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5090
<!-- put exports in other component instead -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5091
<unit bldFile="mw/dlnasrv/upnpavcontrolpoint/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5092
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5093
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5094
<collection name="upnpmediaserver" long-name="UPnP Media Server" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5095
<component name="avobjects" filter="s60" long-name="A/V Objects">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5096
<unit bldFile="mw/dlnasrv/upnpmediaserver/avobjects/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5097
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5098
<component name="mediaserverclient" filter="s60" long-name="Media Server Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5099
<unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5100
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5101
<component name="connectionmanagerservice" filter="s60" long-name="Connection Manager Service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5102
<unit bldFile="mw/dlnasrv/upnpmediaserver/connectionmanagerservice/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5103
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5104
<component name="contentdirectoryservice" filter="s60" long-name="Content Directory Service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5105
<unit bldFile="mw/dlnasrv/upnpmediaserver/contentdirectoryservice/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5106
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5107
<component name="mediaserverengine" filter="s60" long-name="Media Server Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5108
<unit bldFile="mw/dlnasrv/upnpmediaserver/mediaserverengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5109
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5110
<component name="upnpmediaserver_build" filter="s60" long-name="UPnP Media Server Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5111
<!-- move exports into one of above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5112
<unit bldFile="mw/dlnasrv/upnpmediaserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5113
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5114
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5115
<collection name="upnpavcontroller" long-name="UPnP A/V Controller" level="ctrl">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5116
<component name="upnpxmlparser" filter="s60" long-name="UPnP XML Parser" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5117
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpxmlparser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5118
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5119
<component name="upnpavcontrollerserver" filter="s60" long-name="UPnP A/V Controller Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5120
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5121
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5122
<component name="upnpavcontrollerclient" filter="s60" long-name="UPnP A/V Ccontroller Client" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5123
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5124
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5125
<component name="upnpavcontrollerhelper" filter="s60" long-name="UPnP A/V Controller Helper" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5126
<unit bldFile="mw/dlnasrv/upnpavcontroller/upnpavcontrollerhelper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5127
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5128
<component name="upnpavcontroller_build" filter="s60" long-name="UPnP A/V Controller Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5129
<!-- move exports content into one of above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5130
<unit bldFile="mw/dlnasrv/upnpavcontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5131
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5132
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5133
<collection name="upnpframework" long-name="UPnP Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5134
<component name="upnputilities" filter="s60" long-name="UPnP Utilities" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5135
<unit bldFile="mw/dlnasrv/upnpframework/upnputilities/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5136
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5137
<component name="upnpextensionpluginif" filter="s60" long-name="UPnP Home Media Extension Plugin Interface" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5138
<!-- <unit bldFile="upnpframework/upnpextensionpluginif/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5139
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5140
<component name="upnpfiletransferengine" filter="s60" long-name="UPnP File Transfer Engine" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5141
<!-- <unit bldFile="upnpframework/upnpfiletransferengine/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5142
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5143
<component name="upnpcommonui" filter="s60" long-name="UPnP Common UI" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5144
<!--<unit bldFile="upnpframework/upnpcommonui/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5145
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5146
<component name="upnpaiwengine" filter="s60" long-name="UPnP AIW Engine" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5147
<!--<unit bldFile="upnpframework/upnpaiwengine/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5148
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5149
<component name="upnpaiwprovider" filter="s60" long-name="UPnP AIW Provider" introduced="^2" deprecated="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5150
<!--<unit bldFile="upnpframework/upnpaiwprovider/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5151
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5152
<component name="upnpmusicadapter" filter="s60" long-name="UPnP Music Adapter" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5153
<unit bldFile="mw/dlnasrv/upnpframework/upnpmusicadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5154
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5155
<component name="upnpcommand" filter="s60" long-name="UPnP Command" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5156
<unit bldFile="mw/dlnasrv/upnpframework/upnpcommand/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5157
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5158
<component name="upnpframework_build" filter="s60" long-name="UPnP Framework Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5159
<!-- move exports content into one of above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5160
<unit bldFile="mw/dlnasrv/upnpframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5161
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5162
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5163
<collection name="upnpsettings" long-name="UPnP Settings" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5164
<component name="upnpsettingsengine" filter="s60" long-name="UPnP Settings Engine" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5165
<unit bldFile="mw/dlnasrv/upnpsettings/upnpsettingsengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5166
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5167
<component name="multiselectionui" filter="s60" long-name="Multi-Selection UI" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5168
<!--<unit bldFile="upnpsettings/multiselectionui/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5169
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5170
<component name="appwizard" filter="s60" long-name="UPnP Settings Wizard App" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5171
<!--<unit bldFile="upnpsettings/appwizard/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5172
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5173
<component name="upnpsharingui" filter="s60" long-name="UPnP Sharing UI" introduced="^2" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5174
<!--<unit bldFile="upnpsettings/upnpsharingui/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5175
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5176
<component name="upnpgsplugin" filter="s60" long-name="UPnP GS Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5177
<unit bldFile="mw/dlnasrv/upnpsettings/upnpgsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5178
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5179
<component name="upnpsettings_build" filter="s60" long-name="UPnP Settings Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5180
<!-- move exports content into one of above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5181
<unit bldFile="mw/dlnasrv/upnpsettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5182
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5183
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5184
<collection name="upnpsharing" long-name="UPnP Sharing" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5185
<component name="upnpdlnaprofiler" filter="s60" long-name="UPnP DLNA Profiler" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5186
<unit bldFile="mw/dlnasrv/upnpsharing/upnpdlnaprofiler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5187
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5188
<component name="upnpsecurity" filter="s60" long-name="UPnP Security" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5189
<unit bldFile="mw/dlnasrv/upnpsharing/upnpsecurity/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5190
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5191
<component name="upnpcontentserver" filter="s60" long-name="UPnP Content Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5192
<unit bldFile="mw/dlnasrv/upnpsharing/upnpcontentserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5193
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5194
<component name="applicationengine" filter="s60" long-name="UPnP Application Engine" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5195
<unit bldFile="mw/dlnasrv/upnpsharing/applicationengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5196
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5197
<component name="upnpsharing_build" filter="s60" long-name="UPnP Sharing Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5198
<!-- move exports content into one of above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5199
<unit bldFile="mw/dlnasrv/upnpsharing/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5200
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5201
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5202
<collection name="upnpmpxplugins" long-name="UPnP MPX Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5203
<component name="upnpplaybackplugins" filter="s60" long-name="UPnP Playback Plugins" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5204
<unit bldFile="mw/dlnasrv/upnpmpxplugins/upnpplaybackplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5205
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5206
<component name="upnpmpxplugins_build" filter="s60" long-name="UPnP MPX Plugins Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5207
<!-- move exports content into other component? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5208
<unit bldFile="mw/dlnasrv/upnpmpxplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5209
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5210
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5211
<collection name="upnpharvester" long-name="UPnP Harvester" level="ctrl">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5212
<component name="upnpharvester_common" filter="s60" long-name="UPnP Harvester Common" introduced="^2" deprecated="^3" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5213
<!-- need to merge or #include these to a single bld.inf -->
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5214
<!--<unit bldFile="upnpharvester/common/cmlibrary/group"/>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5215
        <unit bldFile="upnpharvester/common/cmsettings/group"/>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5216
        <unit bldFile="upnpharvester/common/cmsqlwrapper/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5217
        <unit bldFile="upnpharvester/common/dbmanager/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5218
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5219
<component name="cdssync" filter="s60" long-name="CDS Sync" introduced="^2" deprecated="^3" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5220
<!-- <unit bldFile="upnpharvester/cdssync/common"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5221
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5222
<component name="mdhserver" filter="s60" long-name="Metadata Harvester Server" introduced="^2" deprecated="^3" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5223
<!--<unit bldFile="upnpharvester/mdhserver/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5224
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5225
<component name="upnpharvester_build" filter="s60" long-name="UPnP Harvester Build" introduced="^2" deprecated="^3" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5226
<!-- could just make the whole collection one component and move down a dir. Or move the exports here into the other component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5227
<!--<unit bldFile="upnpharvester/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5228
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5229
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5230
<collection name="homesync" long-name="Home Sync" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5231
<component name="contentmanager" filter="s60" long-name="Content Manager" introduced="^2" deprecated="^3" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5232
<!-- <unit bldFile="homesync/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5233
<!-- move bld.inf into contentmanager dir -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5234
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5235
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5236
<collection name="homemedia" long-name="Home Media" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5237
<!-- collection is really just a component. Move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5238
<component name="homemedia_build" filter="s60" long-name="Home Media" introduced="^2" deprecated="^3" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5239
<!-- <unit bldFile="homemedia/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5240
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5241
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5242
<collection name="dlnasrv_info" long-name="DLNA Services Info" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5243
<component name="dlnasrv_build" filter="s60" long-name="DLNA Services Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5244
<!-- need to #include upnpplatformvar.hrh from each #included bld.inf, then this can be removed  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5245
<unit bldFile="mw/dlnasrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5246
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5247
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5248
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5249
<block name="btservices" level="generic" long-name="Bluetooth Services" levels="framework server generic specific plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5250
<collection name="btservices_pub" long-name="BT Services Public Interfaces" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5251
<component name="bluetooth_power_state_api" long-name="Bluetooth Power State API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5252
<unit bldFile="mw/btservices/btservices_pub/bluetooth_power_state_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5253
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5254
<component name="bluetooth_notifier_api" long-name="Bluetooth Notifier API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5255
<unit bldFile="mw/btservices/btservices_pub/bluetooth_notifier_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5256
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5257
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5258
<collection name="btservices_plat" long-name="BT Services Platform Interfaces" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5259
<component name="bluetooth_dosserver_audio_api" long-name="Bluetooth DOS Server Audio API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5260
<unit bldFile="mw/btservices/btservices_plat/bluetooth_dosserver_audio_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5261
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5262
<component name="bluetooth_dut_mode_api" long-name="Bluetooth DUT Mode API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5263
<unit bldFile="mw/btservices/btservices_plat/bluetooth_dut_mode_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5264
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5265
<component name="bluetooth_engine_api" long-name="Bluetooth Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5266
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5267
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5268
<component name="bluetooth_engine_connection_management_api" long-name="Bluetooth Engine Connection Management API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5269
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_connection_management_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5270
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5271
<component name="bluetooth_engine_device_management_api" long-name="Bluetooth Engine Device Management API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5272
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_device_management_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5273
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5274
<component name="bluetooth_engine_discovery_api" long-name="Bluetooth Engine Discovery API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5275
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_discovery_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5276
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5277
<component name="bluetooth_engine_features_api" long-name="Bluetooth Engine Features API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5278
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_features_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5279
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5280
<component name="bluetooth_engine_settings_api" long-name="Bluetooth Engine Settings API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5281
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_settings_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5282
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5283
<component name="bluetooth_engine_plugin_api" long-name="Bluetooth Engine Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5284
<unit bldFile="mw/btservices/btservices_plat/bluetooth_engine_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5285
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5286
<component name="bluetooth_local_variation_api" long-name="Bluetooth Local Variation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5287
<unit bldFile="mw/btservices/btservices_plat/bluetooth_local_variation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5288
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5289
<component name="bluetooth_notifier_internal_api" long-name="Bluetooth Notifier internal API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5290
<unit bldFile="mw/btservices/btservices_plat/bluetooth_notifier_internal_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5291
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5292
<component name="bluetooth_sap_connection_state_api" long-name="Bluetooth SAP Connection State API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5293
<unit bldFile="mw/btservices/btservices_plat/bluetooth_sap_connection_state_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5294
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5295
<component name="bluetooth_secondary_display_notification_api" long-name="Bluetooth Secondary Display Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5296
<unit bldFile="mw/btservices/btservices_plat/bluetooth_secondary_display_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5297
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5298
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5299
<collection name="bluetoothengine" long-name="Bluetooth Engine" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5300
<component name="bteng" filter="s60" long-name="Bluetooth Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5301
<unit bldFile="mw/btservices/bluetoothengine/bteng/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5302
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5303
<component name="btnotif" filter="s60" long-name="Bluetooth Notifier">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5304
<unit bldFile="mw/btservices/bluetoothengine/btnotif/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5305
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5306
<component name="btaudioman" filter="s60" long-name="Bluetooth Audio Manager">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5307
<unit bldFile="mw/btservices/bluetoothengine/btaudioman/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5308
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5309
<component name="btmac" filter="s60" long-name="Bluetooth Mono Audio Controller" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5310
<unit bldFile="mw/btservices/bluetoothengine/btmac/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5311
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5312
<component name="btsac" filter="s60" long-name="Bluetooth Stereo Audio Controller" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5313
<unit bldFile="mw/btservices/bluetoothengine/btsac/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5314
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5315
<component name="btaudiostreamer" filter="s60" long-name="Bluetooth Audio Streamer">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5316
<unit bldFile="mw/btservices/bluetoothengine/btaudiostreamer/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5317
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5318
<component name="btsap" filter="s60" long-name="Bluetooth SIM Access Profile" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5319
<unit bldFile="mw/btservices/bluetoothengine/btsap/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5320
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5321
<component name="btui" filter="s60" long-name="Bluetooth UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5322
<unit bldFile="mw/btservices/bluetoothengine/btui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5323
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5324
<component name="btpbap" filter="s60" long-name="Bluetooth Phonebook Access Profile" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5325
<unit bldFile="mw/btservices/bluetoothengine/btpbap/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5326
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5327
<component name="bthid" filter="s60" long-name="Bluetooth HID">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5328
<unit bldFile="mw/btservices/bluetoothengine/bthid/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5329
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5330
<component name="btctrldcmoadapter" filter="s60" long-name="Bluetooth Control DCMO Adapter" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5331
<unit bldFile="mw/btservices/bluetoothengine/btctrldcmoadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5332
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5333
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5334
<collection name="bluetoothappprofiles" long-name="Bluetooth Application Profiles" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5335
<component name="avrcp" long-name="Bluetooth AVRCP" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5336
<unit bldFile="mw/btservices/bluetoothappprofiles/avrcp" mrp="mw/btservices/bluetoothappprofiles/avrcp/bluetooth_avrcp.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5337
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5338
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5339
<collection name="atcommands" long-name="AT Commands" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5340
<component name="modematplugin" long-name="Modem AT Plugin" filter="s60" introduced="^4" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5341
<unit bldFile="mw/btservices/atcommands/modematplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5342
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5343
<component name="lccustomplugin" long-name="LC Custom Plugin" filter="s60" introduced="^4" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5344
<unit bldFile="mw/btservices/atcommands/lccustomplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5345
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5346
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5347
<collection name="btservices_info" long-name="BT Services Info" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5348
<component name="btservices_metadata" long-name="BT Services Metadata" introduced="^3" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5349
<unit mrp="mw/btservices/btservices_info/btservices_metadata/btservices_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5350
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5351
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5352
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5353
<block name="usbservices" level="generic" long-name="USB Services" levels="framework server generic specific plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5354
<collection name="usbservices_plat" long-name="USB Services Platform Interfaces" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5355
<component name="pictbridge_api" long-name="PictBridge API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5356
<unit bldFile="mw/usbservices/usbservices_plat/pictbridge_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5357
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5358
<component name="ptp_responder_api" long-name="PTP Responder API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5359
<unit bldFile="mw/usbservices/usbservices_plat/ptp_responder_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5360
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5361
<component name="ptp_transport_api" long-name="PTP Transport API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5362
<unit bldFile="mw/usbservices/usbservices_plat/ptp_transport_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5363
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5364
<component name="usb_device_control_plugin_api" long-name="USB Device Control Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5365
<unit bldFile="mw/usbservices/usbservices_plat/usb_device_control_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5366
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5367
<component name="usb_notifier_api" long-name="USB Notifier API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5368
<unit bldFile="mw/usbservices/usbservices_plat/usb_notifier_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5369
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5370
<component name="usb_personality_api_header" long-name="USB Personality API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5371
<unit bldFile="mw/usbservices/usbservices_plat/usb_personality_api_header/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5372
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5373
<component name="usb_personality_plugin_api" long-name="USB Personality Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5374
<unit bldFile="mw/usbservices/usbservices_plat/usb_personality_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5375
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5376
<component name="usb_secondary_display_api" long-name="USB Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5377
<unit bldFile="mw/usbservices/usbservices_plat/usb_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5378
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5379
<component name="usb_watcher_api" long-name="USB Watcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5380
<unit bldFile="mw/usbservices/usbservices_plat/usb_watcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5381
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5382
<component name="usb_watcher_info_api_header" long-name="USB Watcher Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5383
<unit bldFile="mw/usbservices/usbservices_plat/usb_watcher_info_api_header/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5384
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5385
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5386
<collection name="usbservices_info" long-name="USB Services Info" level="plugin"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5387
<collection name="usbengines" long-name="USB Engines" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5388
<component name="usbotgwatcher" filter="s60" long-name="USB OTG Watcher">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5389
<unit bldFile="mw/usbservices/usbengines/usbotgwatcher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5390
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5391
<component name="usbwatcher" filter="s60" long-name="USB Watcher">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5392
<unit bldFile="mw/usbservices/usbengines/usbwatcher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5393
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5394
<component name="usblocodplugin" filter="s60" long-name="USB Local Connectivity Domain Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5395
<unit bldFile="mw/usbservices/usbengines/usblocodplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5396
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5397
<component name="usbdevcon" filter="s60" long-name="USB Device Control">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5398
<unit bldFile="mw/usbservices/usbengines/usbdevcon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5399
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5400
<component name="usbremotepersonality" filter="s60" long-name="USB Remote Personality">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5401
<unit bldFile="mw/usbservices/usbengines/usbremotepersonality/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5402
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5403
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5404
<collection name="usbclasses" long-name="USB Classes" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5405
<component name="usbobexclasscontroller" filter="s60" long-name="USB OBEX Class Controller" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5406
<unit bldFile="mw/usbservices/usbclasses/usbobexclasscontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5407
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5408
<component name="usbbasicpersonality" filter="s60" long-name="USB Basic Personality" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5409
<unit bldFile="mw/usbservices/usbclasses/usbbasicpersonality/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5410
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5411
<component name="usbmscpersonality" filter="s60" long-name="USB MSC Personality" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5412
<unit bldFile="mw/usbservices/usbclasses/usbmscpersonality/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5413
</component>
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5414
<!--	commented out in bld.inf. Should this be deleted?     
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5415
  <component id="ptpstack" filter="s60" name="Picture Transfer Protocol Stack">
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5416
        <unit bldFile="usbclasses/ptpstack/group"/>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5417
      </component>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5418
      <component id="sicdusbplugin" filter="s60" name="SICD USB Plugin" class="plugin">
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5419
        <unit bldFile="usbclasses/sicdusbplugin/group"/>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5420
      </component>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5421
      <component id="ptpserver" filter="s60" name="Picture Transfer Protocol Server">
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  5422
        <unit bldFile="usbclasses/ptpserver/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5423
      </component>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5424
<component name="pictbridgeengine" filter="s60" long-name="PictBridge Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5425
<unit bldFile="mw/usbservices/usbclasses/pictbridgeengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5426
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5427
<component name="usbphoneasmodem" filter="s60" long-name="USB Phone as Modem" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5428
<unit bldFile="mw/usbservices/usbclasses/usbphoneasmodem/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5429
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5430
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5431
<collection name="usbuis" long-name="USB UIs" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5432
<component name="usbui" filter="s60" long-name="USB UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5433
<unit bldFile="mw/usbservices/usbuis/usbui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5434
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5435
<component name="usbuinotif" filter="s60" long-name="USB UI Notifiers">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5436
<unit bldFile="mw/usbservices/usbuis/usbuinotif/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5437
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5438
<component name="imageprintuiprovider" filter="s60" long-name="ImagePrint UI Provider" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5439
<unit bldFile="mw/usbservices/usbuis/imageprintuiprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5440
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5441
<component name="usbimageprintui" filter="s60" long-name="ImagePrint UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5442
<unit bldFile="mw/usbservices/usbuis/imageprintui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5443
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5444
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5445
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5446
<block name="shortlinkconn" level="generic" long-name="Shortlink Connectivity" levels="framework server generic specific plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5447
<!-- Package is pending removal. Contents to be moved to remoteconn and btservices -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5448
<collection name="shortlinkconn_plat" long-name="Shortlink Connectivity Platform Interfaces" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5449
<component name="obex_service_utils_api" long-name="OBEX Service Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5450
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/obex_service_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5451
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5452
<component name="obex_service_plugin_api" long-name="OBEX Service Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5453
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/obex_service_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5454
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5455
<component name="dialup_connection_status_api" long-name="Dial-up Connection Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5456
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/dialup_connection_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5457
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5458
<component name="dun_secondary_display_notification_api" long-name="DUN Secondary Display Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5459
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/dun_secondary_display_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5460
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5461
<component name="obex_secondary_display_notification_api" long-name="OBEX Secondary Display Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5462
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/obex_secondary_display_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5463
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5464
<component name="generic_hid_api" long-name="Generic HID API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5465
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/generic_hid_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5466
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5467
<component name="locod_bearer_plugin_api" long-name="Locod Bearer Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5468
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/locod_bearer_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5469
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5470
<component name="usb_obexservicemanager_client_api" long-name="USB OBEX Service Manager Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5471
<unit bldFile="mw/shortlinkconn/shortlinkconn_plat/usb_obexservicemanager_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5472
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5473
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5474
<collection name="localconnectivityservice" long-name="Local Connectivity Service" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5475
<component name="locod" long-name="Local Connectivity Daemon">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5476
<unit bldFile="mw/shortlinkconn/localconnectivityservice/locod/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5477
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5478
<component name="obexserviceman" long-name="OBEX Service Managar">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5479
<unit bldFile="mw/shortlinkconn/localconnectivityservice/obexserviceman/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5480
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5481
<component name="obexsendservices" long-name="OBEX Send Services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5482
<unit bldFile="mw/shortlinkconn/localconnectivityservice/obexsendservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5483
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5484
<component name="obexreceiveservices" long-name="OBEX Receive Services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5485
<unit bldFile="mw/shortlinkconn/localconnectivityservice/obexreceiveservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5486
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5487
<component name="dun" long-name="Dial Up Networking">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5488
<unit bldFile="mw/shortlinkconn/localconnectivityservice/dun/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5489
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5490
<component name="lcstylustap" long-name="LC Stylus Tap Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5491
<unit bldFile="mw/shortlinkconn/localconnectivityservice/lcstylustap/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5492
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5493
<component name="generichid" long-name="Generic HID">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5494
<unit bldFile="mw/shortlinkconn/localconnectivityservice/generichid/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5495
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5496
<component name="headset" long-name="Headset">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5497
<unit bldFile="mw/shortlinkconn/localconnectivityservice/headset/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5498
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5499
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5500
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5501
<block name="imghandling" level="specific" long-name="Image Handling" levels="lib util if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5502
<collection name="imagehandling_plat" long-name="Image Handling Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5503
<component name="image_handling_library_api" long-name="Image Handling Library API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5504
<unit bldFile="mw/imghandling/imagehandling_plat/image_handling_library_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5505
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  5506
<component name="lib3gp_library_api" long-name="3GP Library API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5507
<unit bldFile="mw/imghandling/imagehandling_plat/3gp_library_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5508
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5509
<component name="thumbnailmanager_api" long-name="Thumbnail Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5510
<unit bldFile="mw/imghandling/imagehandling_plat/thumbnailmanager_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5511
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5512
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5513
<collection name="imagehandlinglib" long-name="Image Handling Library" level="lib">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5514
<!-- collection is really a component, need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5515
<component name="ihl" filter="s60" long-name="IHL">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5516
<unit bldFile="mw/imghandling/imagehandlinglib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5517
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5518
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5519
<collection name="imagehandlingutilities" long-name="Image Handling Utilities" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5520
<component name="thumbnailmanager" filter="s60" long-name="Thumbnail Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5521
<unit bldFile="mw/imghandling/imagehandlingutilities/thumbnailmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5522
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5523
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5524
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5525
<block name="metadatasrv" level="specific" long-name="Legacy Metadata Services" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5526
<collection name="metadatasrv_pub" long-name="Legacy Metadata Services Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5527
<component name="media_fetch_api" long-name="Media Fetch API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5528
<unit bldFile="mw/metadatasrv/metadatasrv_pub/media_fetch_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5529
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5530
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5531
<collection name="metadatasrv_plat" long-name="Legacy Metadata Services Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5532
<component name="media_fetch_implementation_api" long-name="Media Fetch Implementation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5533
<unit bldFile="mw/metadatasrv/metadatasrv_plat/media_fetch_implementation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5534
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5535
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5536
<collection name="mediamanagementutilities" long-name="Media Management Utilities" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5537
<component name="mediafetch" filter="s60" long-name="Media Fetch">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5538
<unit bldFile="mw/metadatasrv/mediamanagementutilities/mediafetch/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5539
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5540
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5541
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5542
<block name="mds" level="specific" long-name="Metadata Services" levels="mgr eng server int">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5543
<collection name="mds_plat" long-name="Metadata Services Platform Interfaces" level="int">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5544
<component name="context_engine_plugin_api" long-name="Context Engine Plugin API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5545
<unit bldFile="mw/mds/mds_plat/context_engine_plugin_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5546
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5547
<component name="harvester_framework_api" long-name="Harvester Framework API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5548
<unit bldFile="mw/mds/mds_plat/harvester_framework_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5549
<!-- can only have one unit with the same filter, #include the following from the previous unit -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5550
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5551
<component name="location_manager_api" long-name="Location Manager API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5552
<unit bldFile="mw/mds/mds_plat/location_manager_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5553
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5554
<component name="metadata_engine_api" long-name="Metadata Engine API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5555
<unit bldFile="mw/mds/mds_plat/metadata_engine_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5556
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5557
<component name="content_listing_framework_collection_manager_api" long-name="Content Listing Framework Collection Manager API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5558
<unit bldFile="mw/mds/mds_plat/content_listing_framework_collection_manager_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5559
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5560
<component name="content_listing_framework_extended_api" long-name="Content Listing Framework Extended API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5561
<unit bldFile="mw/mds/mds_plat/content_listing_framework_extended_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5562
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5563
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5564
<collection name="mds_pub" long-name="Metadata Services Public Interfaces" level="int">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5565
<component name="content_listing_framework_api" long-name="Content Listing Framework API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5566
<unit bldFile="mw/mds/mds_pub/content_listing_framework_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5567
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5568
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5569
<collection name="metadataengine" long-name="Metadata Engine" level="eng">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5570
<component name="metadataengine_common" filter="s60" long-name="Metadata Engine Common" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5571
<unit bldFile="mw/mds/metadataengine/common/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5572
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5573
<component name="metadataengine_server" filter="s60" long-name="Metadata Engine Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5574
<unit bldFile="mw/mds/metadataengine/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5575
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5576
<component name="metadataengine_client" filter="s60" long-name="Metadata Engine Client" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5577
<unit bldFile="mw/mds/metadataengine/client/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5578
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5579
<component name="metadataengine_build" filter="s60" long-name="Metadata Engine Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5580
<!--make this collection a single component, or split this bld.inf into the other units  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5581
<unit bldFile="mw/mds/metadataengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5582
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5583
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5584
<collection name="locationmanager" long-name="Location Manager" level="mgr">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5585
<component name="locationtrail" filter="s60" long-name="Location Trail" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5586
<unit bldFile="mw/mds/locationmanager/locationtrail/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5587
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5588
<component name="locationmanager_server" filter="s60" long-name="Location Manager Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5589
<unit bldFile="mw/mds/locationmanager/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5590
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5591
<component name="locationmanager_client" filter="s60" long-name="Location Manager Client" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5592
<unit bldFile="mw/mds/locationmanager/client/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5593
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5594
<component name="locationmanager_build" filter="s60" long-name="Location Manager Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5595
<!--make this collection a single component, or split this bld.inf into the other units  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5596
<unit bldFile="mw/mds/locationmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5597
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5598
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5599
<collection name="contextengine" long-name="Context Engine" level="eng">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5600
<component name="contextengine_plugins" filter="s60" long-name="Context Engine Plugins" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5601
<unit bldFile="mw/mds/contextengine/plugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5602
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5603
<component name="contextengine_build" filter="s60" long-name="Context Engine Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5604
<!--make this collection a single component, or make this unit self-contained  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5605
<unit bldFile="mw/mds/contextengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5606
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5607
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5608
<collection name="harvester" long-name="Harvester" level="eng">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5609
<component name="blacklistclient" filter="s60" long-name="Blacklist Client" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5610
<unit bldFile="mw/mds/harvester/blacklistclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5611
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5612
<component name="blacklistserver" filter="s60" long-name="Blacklist Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5613
<unit bldFile="mw/mds/harvester/blacklistserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5614
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5615
<component name="harvester_common" filter="s60" long-name="Harvester Common" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5616
<unit bldFile="mw/mds/harvester/common/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5617
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5618
<component name="composerplugins" filter="s60" long-name="Composer Plugins" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5619
<unit bldFile="mw/mds/harvester/composerplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5620
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5621
<component name="harvesterplugins" filter="s60" long-name="Harvester Plugins" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5622
<unit bldFile="mw/mds/harvester/harvesterplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5623
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5624
<component name="monitorplugins" filter="s60" long-name="Monitor Plugins" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5625
<unit bldFile="mw/mds/harvester/monitorplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5626
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5627
<component name="harvester_server" filter="s60" long-name="Harvester Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5628
<unit bldFile="mw/mds/harvester/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5629
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5630
<component name="harvester_client" filter="s60" long-name="Harvester Client" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5631
<unit bldFile="mw/mds/harvester/client/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5632
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5633
<component name="harvester_build" filter="s60" long-name="Harvester Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5634
<!-- split these exports into the other components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5635
<unit bldFile="mw/mds/harvester/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5636
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5637
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5638
<collection name="watchdog" long-name="Watchdog" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5639
<!-- collection is really a component. Move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5640
<component name="mdswatchdog" filter="s60" long-name="Metadata Watchdog" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5641
<unit bldFile="mw/mds/watchdog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5642
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5643
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5644
<collection name="clfwrapper" long-name="Content Listing Framework Wrapper" level="int">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5645
<!-- collection is really a component. Move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5646
<component name="clfwrapper_build" filter="s60" long-name="CLF Wrapper Build" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5647
<!-- Uncomment unit when configuration is in place. Currently #included from mds_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5648
<!--<unit bldFile="clfwrapper/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5649
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5650
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5651
<collection name="mds_info" long-name="Metadata Services Info" level="int">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5652
<component name="mds_build" filter="s60" long-name="Metadata Services Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5653
<!-- consider distributiing this into the rest of the components in the package -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5654
<unit bldFile="mw/mds/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5655
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5656
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5657
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5658
<block name="mmuifw" level="specific" long-name="Multimedia UI Framework" levels="mgr mdl util ui api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5659
<collection name="mmuifw_plat" long-name="Multimedia UI Framework Platform Interfaces" level="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5660
<component name="alf_widgetfactory_api" long-name="ALF Widget Factory API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5661
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_widgetfactory_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5662
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5663
<component name="alf_widgetutils_api" long-name="ALF Widget Utils API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5664
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_widgetutils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5665
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5666
<component name="alf_widgetmodel_api" long-name="ALF Widget Model API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5667
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_widgetmodel_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5668
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5669
<component name="osn_container_api" long-name="OSN Container API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5670
<unit bldFile="mw/mmuifw/mmuifw_plat/osn_container_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5671
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5672
<component name="osn_global_api" long-name="OSN Global API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5673
<unit bldFile="mw/mmuifw/mmuifw_plat/osn_global_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5674
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5675
<component name="osn_string_api" long-name="OSN String API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5676
<unit bldFile="mw/mmuifw/mmuifw_plat/osn_string_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5677
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5678
<component name="alf_resourcepool_api" long-name="ALF Resource Pool API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5679
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_resourcepool_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5680
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5681
<component name="alf_containerwidget_api" long-name="ALF Container Widget API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5682
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_containerwidget_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5683
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5684
<component name="alf_viewwidget_api" long-name="ALF View Widget API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5685
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_viewwidget_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5686
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5687
<component name="alf_scrollbarwidget_api" long-name="ALF Scrollbar Widget API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5688
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_scrollbarwidget_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5689
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5690
<component name="alf_customlayoutmanagers_api" long-name="ALF Custom Layout Managers API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5691
<unit bldFile="mw/mmuifw/mmuifw_plat/alf_customlayoutmanagers_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5692
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5693
<component name="gesturehelper_api" long-name="Gesture Helper API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5694
<unit bldFile="mw/mmuifw/mmuifw_plat/gesturehelper_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5695
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5696
<component name="mul_coverflowwidget_api" long-name="MUL Coverflow Widget API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5697
<unit bldFile="mw/mmuifw/mmuifw_plat/mul_coverflowwidget_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5698
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5699
<component name="mul_datamodel_api" long-name="MUL Data Model API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5700
<unit bldFile="mw/mmuifw/mmuifw_plat/mul_datamodel_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5701
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5702
<component name="mul_sliderwidget_api" long-name="MUL Slider Widget API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5703
<unit bldFile="mw/mmuifw/mmuifw_plat/mul_sliderwidget_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5704
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5705
<component name="mul_widget_api" long-name="MUL Widget API" filter="s60" deprecated="^3" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5706
<unit bldFile="mw/mmuifw/mmuifw_plat/mul_widget_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5707
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5708
</collection>
927
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  5709
<collection name="mmuifw_info" long-name="Multimedia UI Framework Info" level="util">
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  5710
<component name="mmuifw_rom" filter="s60" long-name="Multimedia UI Framework ROM" deprecated="^3">
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  5711
<unit bldFile="mw/mmuifw/rom/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5712
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5713
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5714
<collection name="osncore" long-name="OS Neutral Library Core" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5715
<!-- collection is really a component. Move down a directory -->
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5716
<component name="osncore_build" filter="s60" long-name="OSN Core Build" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5717
<unit bldFile="mw/mmuifw/osncore/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5718
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5719
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5720
<collection name="alfwidgetutils" long-name="Accelerated LAF Widget Utils" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5721
<!-- collection is really a component. Move down a directory -->
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5722
<component name="alfwidgetutils_build" filter="s60" long-name="ALF Widget Utils" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5723
<unit bldFile="mw/mmuifw/alfwidgetutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5724
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5725
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5726
<collection name="resourcepool" long-name="Resource Pool" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5727
<!-- collection is really a component. Move down a directory -->
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5728
<component name="alfresourcepool" filter="s60" long-name="ALF Resource Pool" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5729
<unit bldFile="mw/mmuifw/resourcepool/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5730
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5731
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5732
<collection name="widgetmodel" long-name="Widget Model" level="mdl">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5733
<!-- collection is really a component. Move down a directory -->
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5734
<component name="widgetmodel_build" filter="s60" long-name="Widget Model Build" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5735
<unit bldFile="mw/mmuifw/widgetmodel/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5736
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5737
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5738
<collection name="mulwidgets" long-name="MUL Widgets" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5739
<!-- should spell out MUL in the collection name -->
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5740
<component name="mullogging" filter="s60" long-name="MUL Logging" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5741
<unit bldFile="mw/mmuifw/mulwidgets/mullogging/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5742
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5743
<component name="muldatamodel" filter="s60" long-name="MUL Data Model" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5744
<unit bldFile="mw/mmuifw/mulwidgets/muldatamodel/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5745
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5746
<component name="mulwidgets_common" filter="s60" long-name="MUL Common Utils" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5747
<unit bldFile="mw/mmuifw/mulwidgets/common/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5748
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5749
<component name="gesturehelper" filter="s60" long-name="Gesture Helper" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5750
<unit bldFile="mw/mmuifw/mulwidgets/gesturehelper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5751
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5752
<component name="mulcoverflowwidget" filter="s60" long-name="MUL CoverFlow Widget" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5753
<unit bldFile="mw/mmuifw/mulwidgets/mulcoverflowwidget/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5754
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5755
<component name="mulsliderwidget" filter="s60" long-name="MUL Slider Widget" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5756
<unit bldFile="mw/mmuifw/mulwidgets/mulsliderwidget/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5757
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5758
<component name="alfviewwidget" filter="s60" long-name="ALF View Widget" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5759
<unit bldFile="mw/mmuifw/mulwidgets/alfviewwidget/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5760
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5761
<component name="alfcontainerwidget" filter="s60" long-name="ALF Container Widget" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5762
<unit bldFile="mw/mmuifw/mulwidgets/alfcontainerwidget/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5763
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5764
<component name="alfscrollbarwidget" filter="s60" long-name="ALF Scrollbar Widget" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5765
<unit bldFile="mw/mmuifw/mulwidgets/alfscrollbarwidget/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5766
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5767
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5768
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5769
<block name="videoutils" level="specific" long-name="Video Utils" levels="eng util if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5770
<collection name="videoutils_plat" long-name="Video Utils Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5771
<component name="videoscheduler_api" long-name="Video Scheduler API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5772
<unit bldFile="mw/videoutils/videoutils_plat/videoscheduler_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5773
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5774
<component name="videoconnutility_api" long-name="Video Connection Utility API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  5775
<unit bldFile="mw/videoutils/videoutils_plat/videoconnutility_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5776
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5777
<component name="videoplayer_constants_api" long-name="Videoplayer Constants API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5778
<unit bldFile="mw/videoutils/videoutils_plat/videoplayer_constants_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5779
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5780
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5781
<collection name="videoscheduler" long-name="Video Scheduler" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5782
<component name="schedulerclient" filter="s60" long-name="Video Scheduler Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5783
<unit bldFile="mw/videoutils/videoscheduler/schedulerclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5784
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5785
<component name="schedulerserver" filter="s60" long-name="Video Scheduler Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5786
<unit bldFile="mw/videoutils/videoscheduler/schedulerserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5787
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5788
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5789
<collection name="videoconnutility" long-name="Video Connection Utility" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5790
<component name="connutilpsworker" filter="s60" long-name="Connection Utility Publish and Subscribe Worker">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5791
<unit bldFile="mw/videoutils/videoconnutility/connutilpsworker/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5792
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5793
<component name="video_connutility" filter="s60" long-name="Video Connection Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5794
<unit bldFile="mw/videoutils/videoconnutility/connutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5795
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5796
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5797
<collection name="videoutils_info" long-name="Video Utils Info" level="if"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5798
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5799
<block name="mmmw" level="generic" long-name="Multimedia Middleware" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5800
<collection name="mmmw_plat" long-name="Multimedia Middleware Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5801
<component name="multimedia_data_source_api" long-name="Multimedia Data Source API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5802
<unit bldFile="mw/mmmw/mmmw_plat/multimedia_data_source_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5803
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5804
<component name="progressive_download_api" long-name="Progressive Download API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5805
<unit bldFile="mw/mmmw/mmmw_plat/progressive_download_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5806
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5807
<component name="equalizer_ui_api" long-name="Equalizer UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5808
<unit bldFile="mw/mmmw/mmmw_plat/equalizer_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5809
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5810
<component name="enhanced_media_client_api" long-name="Enhanced Media Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5811
<unit bldFile="mw/mmmw/mmmw_plat/enhanced_media_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5812
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5813
<component name="stream_control_custom_command_api" long-name="Stream Control Custom Command API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5814
<unit bldFile="mw/mmmw/mmmw_plat/stream_control_custom_command_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5815
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5816
<component name="emc_buffer_source_api" long-name="EMC Buffer Source API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5817
<unit bldFile="mw/mmmw/mmmw_plat/emc_buffer_source_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5818
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5819
<component name="emc_file_source_api" long-name="EMC File Source API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5820
<unit bldFile="mw/mmmw/mmmw_plat/emc_file_source_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5821
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5822
<component name="audio_metadata_reader_api" long-name="Audio MetaData Reader API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5823
<unit bldFile="mw/mmmw/mmmw_plat/audio_metadata_reader_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5824
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5825
<component name="emc_progressive_download_source_api" long-name="EMC Progressive Download Source API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5826
<unit bldFile="mw/mmmw/mmmw_plat/emc_progressive_download_source_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5827
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5828
<component name="emc_volume_effect_api" long-name="EMC Volume Effect API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5829
<unit bldFile="mw/mmmw/mmmw_plat/emc_volume_effect_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5830
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5831
<component name="emc_balance_effect_api" long-name="EMC Balance Effect API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5832
<unit bldFile="mw/mmmw/mmmw_plat/emc_balance_effect_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5833
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5834
<component name="emc_descriptor_source_api" long-name="EMC Descriptor Source API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5835
<unit bldFile="mw/mmmw/mmmw_plat/emc_descriptor_source_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5836
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5837
<component name="emc_drm_config_intfc_api" long-name="EMC DRM Config Intfc API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5838
<unit bldFile="mw/mmmw/mmmw_plat/emc_drm_config_intfc_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5839
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5840
<component name="voip_audio_services_api" long-name="VoIP Audio Services" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5841
<unit bldFile="mw/mmmw/mmmw_plat/voip_audio_services_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5842
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5843
<component name="configuration_components_factory_api" long-name="Configuration Components Factory API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5844
<unit bldFile="mw/mmmw/mmmw_plat/configuration_components_factory_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5845
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5846
<component name="audio_output_control_utility_api" long-name="Audio Output Control Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5847
<unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5848
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5849
<component name="audio_output_control_utility_proxy_api" long-name="Audio Output Control Utility Proxy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5850
<unit bldFile="mw/mmmw/mmmw_plat/audio_output_control_utility_proxy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5851
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5852
<component name="emc_audio_effects_api" long-name="EMC Audio Effects API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5853
<unit bldFile="mw/mmmw/mmmw_plat/emc_audio_effects_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5854
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5855
<component name="call_audio_control_api" long-name="Call AudioControl API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5856
<unit bldFile="mw/mmmw/mmmw_plat/call_audio_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5857
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5858
<component name="radio_utilities_api" long-name="Radio Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5859
<unit bldFile="mw/mmmw/mmmw_plat/radio_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5860
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5861
<component name="radio_preset_utilities_api" long-name="Radio Preset Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5862
<unit bldFile="mw/mmmw/mmmw_plat/radio_preset_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5863
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5864
<component name="radio_monitor_api" long-name="Radio Monitor API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5865
<unit bldFile="mw/mmmw/mmmw_plat/radio_monitor_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5866
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5867
<component name="thumbnail_engine_api" long-name="Thumbnail Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5868
<unit bldFile="mw/mmmw/mmmw_plat/thumbnail_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5869
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5870
<component name="telephony_multimedia_service_api" long-name="Telephony Multimedia Service API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5871
<unit bldFile="mw/mmmw/mmmw_plat/telephony_multimedia_service_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5872
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5873
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5874
<collection name="mmfenh" long-name="MMF Enhancements" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5875
<component name="advancedaudiocontroller" filter="s60" long-name="Advanced Audio Controllers" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5876
<unit bldFile="mw/mmmw/mmfenh/advancedaudiocontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5877
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5878
<component name="audiooutputcontrolutility" filter="s60" long-name="Audio Output Control Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5879
<unit bldFile="mw/mmmw/mmfenh/audiooutputcontrolutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5880
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5881
<component name="configurationcomponentsfactory" filter="s60" long-name="Configuration Components Factory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5882
<unit bldFile="mw/mmmw/mmfenh/configurationcomponentsfactory/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5883
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5884
<component name="enhancedaudioplayerutility" filter="s60" long-name="Enhanced Audio Player Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5885
<unit bldFile="mw/mmmw/mmfenh/enhancedaudioplayerutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5886
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5887
<component name="enhancedmediaclient" filter="s60" long-name="Enhanced Media Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5888
<unit bldFile="mw/mmmw/mmfenh/enhancedmediaclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5889
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5890
<component name="profilesettingsmonitor" filter="s60" long-name="Profile Settings Monitor">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5891
<unit bldFile="mw/mmmw/mmfenh/profilesettingsmonitor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5892
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5893
<component name="progressivedownload" filter="s60" long-name="Progressive Download">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5894
<unit bldFile="mw/mmmw/mmfenh/progressivedownload/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5895
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5896
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5897
<collection name="mm_fw" long-name="Multimedia Frameworks" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5898
<!-- Id needs to be unique, mmfw already in use -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5899
<!-- Placeholder for OpenAX AL and other stuff -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5900
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5901
<collection name="mmserv" long-name="Multimedia Services" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5902
<component name="audioeffectsui" filter="s60" long-name="Audio Effects UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5903
<unit bldFile="mw/mmmw/mmserv/audioeffectsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5904
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5905
<component name="callaudiocontrol" filter="s60" long-name="Call Audio Control">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5906
<unit bldFile="mw/mmmw/mmserv/callaudiocontrol/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5907
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5908
<component name="metadatautility" filter="s60" long-name="Metadata Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5909
<unit bldFile="mw/mmmw/mmserv/metadatautility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5910
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5911
<component name="radioutility" filter="s60" long-name="Radio Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5912
<unit bldFile="mw/mmmw/mmserv/radioutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5913
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5914
<component name="thumbnailengine" filter="s60" long-name="Thumbnail Engine" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5915
<unit bldFile="mw/mmmw/mmserv/thumbnailengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5916
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5917
<component name="tms" filter="s60" long-name="Telephony Multimedia Service" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5918
<unit bldFile="mw/mmmw/mmserv/tms/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5919
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5920
<component name="voipaudioservices" filter="s60" long-name="VoIP Audio Services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5921
<unit bldFile="mw/mmmw/mmserv/voipaudioservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5922
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5923
<component name="lib3gpextparser" filter="s60" long-name="3GP Extension Metadata Parser Library">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5924
<unit bldFile="mw/mmmw/mmserv/metadatautility/3GPExtParserLib_stub/group" filter="sf_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5925
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5926
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5927
<collection name="mmmw_info" long-name="Multimedia Middleware Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5928
<component name="mmmw_metadata" long-name="Multimedia Middleware Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5929
<unit mrp="mw/mmmw/mmmw_info/mmmw_metadata/mmmw_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5930
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5931
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5932
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5933
<block name="helix" level="generic" long-name="Helix" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5934
<collection name="helix_ren" long-name="Helix Engine" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5935
<!-- what does "ren" stand for? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5936
<component name="helix_stub" filter="s60" long-name="Helix Stub" introduced="^2" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5937
<unit bldFile="mw/helix/helix_ren/helix_stub/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5938
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5939
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5940
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5941
<block name="camerasrv" level="specific" long-name="Camera Services" levels="plugin fw api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5942
<collection name="camerasrv_plat" long-name="Camera Services Platform Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5943
<component name="media_recorder_sink_api" long-name="Media Recorder Sink API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5944
<unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_sink_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5945
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5946
<component name="cae_extentension_api" long-name="CAE Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5947
<unit bldFile="mw/camerasrv/camerasrv_plat/cae_extentension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5948
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5949
<component name="camera_application_engine_api" long-name="Camera Application Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5950
<unit bldFile="mw/camerasrv/camerasrv_plat/camera_application_engine_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5951
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5952
<component name="custom_onboard_camera_api" long-name="Custom Onboard Camera API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5953
<unit bldFile="mw/camerasrv/camerasrv_plat/custom_onboard_camera_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5954
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5955
<component name="imaging_configuration_manager_api" long-name="Imaging Configuration Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5956
<unit bldFile="mw/camerasrv/camerasrv_plat/imaging_configuration_manager_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5957
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5958
<component name="media_recorder_api" long-name="Media Recorder API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5959
<unit bldFile="mw/camerasrv/camerasrv_plat/media_recorder_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5960
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  5961
<component name="lib3gp_file_composer_api" long-name="3GP File Composer API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5962
<unit bldFile="mw/camerasrv/camerasrv_plat/3gp_file_composer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5963
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5964
<component name="asynchronous_file_saving_queue_api" long-name="Asynchronous File Saving Queue API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5965
<unit bldFile="mw/camerasrv/camerasrv_plat/asynchronous_file_saving_queue_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5966
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5967
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5968
<collection name="camappengine" long-name="Camera App Engine" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5969
<!-- is this collection really a component? If so, move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5970
<component name="stillconverter" filter="s60" long-name="Still Image Converter" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5971
<!-- should separate this from parent engine's bld.inf  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5972
<!-- <unit bldFile="camappengine/stillconverter/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5973
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5974
<component name="camappengine_engine" filter="s60" long-name="Camera App Engine" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5975
<!-- should separate this from parent engine's bld.inf  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5976
<!-- <unit bldFile="camappengine/engine/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5977
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5978
<component name="asynchfilesavequeue" filter="s60" long-name="Asynch File Save Queue">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5979
<unit bldFile="mw/camerasrv/camappengine/asynchfilesavequeue/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5980
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5981
<component name="camappengine_build" filter="s60" long-name="Camera App Engine Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5982
<unit bldFile="mw/camerasrv/camappengine/build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5983
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5984
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5985
<collection name="camcordermmfplugin" long-name="Camcorder MMF Plugin" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5986
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5987
<component name="camcordermmfplugin_build" filter="s60" long-name="Camcorder MMF Plugin Build" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5988
<unit bldFile="mw/camerasrv/camcordermmfplugin/build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5989
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5990
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5991
<collection name="configmanagers" long-name="Config Managers" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5992
<component name="imagingconfigmanager" filter="s60" long-name="Imaging Config Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5993
<unit bldFile="mw/camerasrv/configmanagers/imagingconfigmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5994
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5995
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5996
<collection name="camerasrv_info" long-name="Camera Services Info" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5997
<component name="camerasrv_build" filter="s60" long-name="Camera Services Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5998
<!-- should split into individual bld.infs -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  5999
<unit bldFile="mw/camerasrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6000
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6001
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6002
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6003
<block name="mmappfw" level="specific" long-name="Multimedia App Framework" levels="fw utils if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6004
<collection name="mmappfw_plat" long-name="Multimedia App Framework Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6005
<component name="collection_helper_api" long-name="Collection Helper API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6006
<unit bldFile="mw/mmappfw/mmappfw_plat/collection_helper_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6007
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6008
<component name="harvester_collection_mediator_api" long-name="Harvester Collection Mediator API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6009
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_collection_mediator_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6010
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6011
<component name="harvester_metadata_extractor_api" long-name="Harvester Metadata Extractor API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6012
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_metadata_extractor_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6013
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6014
<component name="harvester_server_api" long-name="Harvester Server API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6015
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6016
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6017
<component name="harvester_utility_api" long-name="Harvester Utility API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6018
<unit bldFile="mw/mmappfw/mmappfw_plat/harvester_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6019
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6020
<component name="playlist_engine_api" long-name="Playlist Engine API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6021
<unit bldFile="mw/mmappfw/mmappfw_plat/playlist_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6022
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  6023
<component name="mmappfw_mtp_keys_api" long-name="MTP Keys API" introduced="^1" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6024
<unit bldFile="mw/mmappfw/mmappfw_plat/mtp_keys_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6025
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6026
<component name="mpx_collection_common_definition_api" long-name="MPX Collection Common Definition API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6027
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_common_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6028
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6029
<component name="mpx_collection_utility_api" long-name="MPX Collection Utility API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6030
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_collection_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6031
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6032
<component name="mpx_common_api" long-name="MPX Common API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6033
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6034
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6035
<component name="mpx_common_definition_api" long-name="MPX Common Definition API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6036
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_common_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6037
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6038
<component name="mpx_playback_common_definition_api" long-name="MPX Playback Common Definition API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6039
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_common_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6040
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6041
<component name="mpx_playback_utility_api" long-name="MPX Playback Utility API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6042
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_playback_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6043
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6044
<component name="mpx_base_view_plugins_api" long-name="MPX Base View Plugins API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6045
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_base_view_plugins_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6046
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6047
<component name="mpx_view_utility_api" long-name="MPX View Utility API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6048
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_view_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6049
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6050
<component name="mpx_albumart_utility_api" long-name="MPX Album Art Utility API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6051
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_albumart_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6052
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6053
<component name="media_player_settings_engine_api" long-name="Media Player Settings Engine API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6054
<unit bldFile="mw/mmappfw/mmappfw_plat/media_player_settings_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6055
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6056
<component name="mpx_backstepping_utility_api" long-name="MPX Backstepping Utility API" introduced="^1" filter="s60" class="api">
937
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6057
<unit bldFile="mw/mmappfw/mmappfw_plat/mpx_backstepping_utility_api/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6058
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6059
<component name="asx_parser_api" long-name="ASX Parser API" introduced="^1" filter="s60" class="api">
937
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6060
<unit bldFile="mw/mmappfw/mmappfw_plat/asx_parser_api/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6061
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6062
<component name="playback_helper_api" long-name="Playback Helper API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6063
<unit bldFile="mw/mmappfw/mmappfw_plat/playback_helper_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6064
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6065
<component name="videoplaylist_utility_api" long-name="Video Playlist Utility API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6066
<unit bldFile="mw/mmappfw/mmappfw_plat/videoplaylist_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6067
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6068
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6069
<collection name="mpx" long-name="Multimedia Player" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6070
<component name="commonframework" filter="s60" long-name="MPX Common Framework" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6071
<unit bldFile="mw/mmappfw/mpx/commonframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6072
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6073
<component name="playbackframework" filter="s60" long-name="MPX Playback Framework" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6074
<unit bldFile="mw/mmappfw/mpx/playbackframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6075
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6076
<component name="mpxcollectionfw" filter="s60" long-name="MPX Collection Framework" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6077
<unit bldFile="mw/mmappfw/mpx/collectionframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6078
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6079
<component name="mpxviewfw" filter="s60" long-name="MPX View Framework" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6080
<unit bldFile="mw/mmappfw/mpx/viewframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6081
</component>
937
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6082
<component name="mpx_conf" filter="s60" long-name="MPX Configuration" introduced="^1">
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6083
<unit bldFile="mw/mmappfw/mpx/Conf"/>
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6084
</component>
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6085
<component name="mpx_rom" filter="s60" long-name="MPX ROM" introduced="^1">
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6086
<unit bldFile="mw/mmappfw/mpx/rom"/>
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6087
</component>
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6088
<component name="mpx_sis" filter="s60" long-name="MPX SIS" introduced="^1">
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6089
<unit bldFile="mw/mmappfw/mpx/sis"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6090
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6091
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6092
<collection name="mmappcomponents" long-name="Multimedia App Components" level="utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6093
<component name="collectionhelper" filter="s60" long-name="Media Player Collection Helper" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6094
<unit bldFile="mw/mmappfw/mmappcomponents/collectionhelper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6095
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6096
<component name="playlistengine" filter="s60" long-name="Playlist Engine" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6097
<unit bldFile="mw/mmappfw/mmappcomponents/playlistengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6098
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6099
<component name="mpxharvester" filter="s60" long-name="Media Player Harvester" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6100
<unit bldFile="mw/mmappfw/mmappcomponents/harvester/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6101
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6102
<component name="mmappcommonui" filter="s60" long-name="Multimedia App Common UI" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6103
<unit bldFile="mw/mmappfw/mmappcomponents/mmappcommonui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6104
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6105
<component name="mediaplayersettingsengine" filter="s60" long-name="Media Player Settings Engine" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6106
<unit bldFile="mw/mmappfw/mmappcomponents/mediaplayersettingsengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6107
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6108
<component name="audiofetcher" filter="s60" long-name="Audio Fetcher" introduced="^1" plugin="Y">
937
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6109
<unit bldFile="mw/mmappfw/mmappcomponents/audiofetcher/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6110
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6111
<component name="asxparser" filter="s60" long-name="ASX Parser" introduced="^1">
937
69dfe5edfc65 Add auto generated symbian3 system model (packages@78d11c6cfaf3)
Dario Sestito <darios@symbian.org>
parents: 936
diff changeset
  6112
<unit bldFile="mw/mmappfw/mmappcomponents/asxparser/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6113
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6114
<component name="playbackhelper" filter="s60" long-name="Playback Helper" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6115
<unit bldFile="mw/mmappfw/mmappcomponents/playbackhelper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6116
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6117
<component name="videoplaylistutility" filter="s60" long-name="Video Playlist Utility" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6118
<unit bldFile="mw/mmappfw/mmappcomponents/videoplaylistutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6119
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6120
<component name="mmmtpdataprovider" filter="s60" long-name="Multimedia MTP Data Provider" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6121
<unit bldFile="mw/mmappfw/mmappcomponents/mmmtpdataprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6122
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6123
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6124
<collection name="mmappfw_info" long-name="Multimedia App Framework Info" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6125
<component name="mmappfw_test" filter="s60,test,api_test,pref_test" long-name="Multimedia App Framework Test" purpose="development" introduced="^1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6126
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6127
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6128
<block name="inputmethods" level="generic" long-name="Input Methods" levels="plugin engine framework api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6129
<collection name="inputmethods_pub" long-name="Input Methods Public Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6130
<component name="ptiengine_iti_api" long-name="PTI Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6131
<unit bldFile="mw/inputmethods/inputmethods_pub/ptiengine_iti_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6132
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6133
<component name="optical_character_recognition_api" long-name="Optical Character Recognition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6134
<unit bldFile="mw/inputmethods/inputmethods_pub/optical_character_recognition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6135
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6136
<component name="input_language_info_api" long-name="Input Language Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6137
<unit bldFile="mw/inputmethods/inputmethods_pub/input_language_info_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6138
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6139
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6140
<collection name="inputmethods_plat" long-name="Input Methods Platform Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6141
<component name="pen_input_server_api" long-name="Pen Input Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6142
<unit bldFile="mw/inputmethods/inputmethods_plat/pen_input_server_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6143
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6144
<component name="ptiengine_hwr_api" long-name="PTI Engine Handwriting Recognition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6145
<unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_hwr_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6146
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6147
<component name="aknfep_settings_api" long-name="Avkon FEP Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6148
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6149
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6150
<component name="aknfep_status_api" long-name="Avkon FEP Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6151
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6152
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6153
<component name="ptiengine_key_definations_api" long-name="PTI Engine Key Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6154
<unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_key_definations_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6155
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6156
<component name="aknfep_definitions_api" long-name="Avkon FEP Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6157
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6158
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6159
<component name="aknfep_pen_support_api" long-name="Avkon FEP Pen Support API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6160
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_pen_support_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6161
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6162
<component name="ptiengine_indic_definitions_api" long-name="PTI Engine Indic Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6163
<unit bldFile="mw/inputmethods/inputmethods_plat/ptiengine_indic_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6164
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6165
<component name="aknfep_uiinterface_api" long-name="Avkon FEP UI Interface API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6166
<unit bldFile="mw/inputmethods/inputmethods_plat/aknfep_uiinterface_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6167
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6168
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6169
<collection name="textinput" long-name="Text Input" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6170
<component name="ptienginev2" filter="s60" long-name="Predictive Text Input Engine">
933
5db59855766f Add auto generated symbian3 system model (packages@ffbb1558e0c2)
Dario Sestito <darios@symbian.org>
parents: 932
diff changeset
  6171
<unit bldFile="mw/inputmethods/textinput/ptienginev2/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6172
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6173
<component name="akninputlanguage" filter="s60" long-name="Avkon Input Language">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6174
<unit bldFile="mw/inputmethods/textinput/akninputlanguage/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6175
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6176
<component name="peninputarc" filter="s60" long-name="Pen Input Arc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6177
<unit bldFile="mw/inputmethods/textinput/peninputarc/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6178
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6179
<component name="peninputcommonctrls" filter="s60" long-name="Pen Input Common Controls">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6180
<unit bldFile="mw/inputmethods/textinput/peninputcommonctrls/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6181
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6182
<component name="peninputhwrboxcn" filter="s60" long-name="Chinese Handwriting Recognition Box" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6183
<unit bldFile="mw/inputmethods/textinput/peninputhwrboxcn/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6184
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6185
<component name="peninputvkbcn" filter="s60" long-name="Chinese Virtual Keyboard" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6186
<unit bldFile="mw/inputmethods/textinput/peninputvkbcn/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6187
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6188
<component name="peninputcommonlayout" filter="s60" long-name="Pen Input Common Layout">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6189
<unit bldFile="mw/inputmethods/textinput/peninputcommonlayout/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6190
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6191
<component name="peninputgenerichwr" filter="s60" long-name="Pen Input Generic Handwriting Recognition" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6192
<unit bldFile="mw/inputmethods/textinput/peninputgenerichwr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6193
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6194
<component name="peninputgenericvkb" filter="s60" long-name="Pen Input Generic Virtual Keyboard" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6195
<unit bldFile="mw/inputmethods/textinput/peninputgenericvkb/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6196
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6197
<component name="peninputcommonctrlsjp" filter="s60" long-name="Pen Input Common Controls Japanese">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6198
<unit bldFile="mw/inputmethods/textinput/peninputcommonctrlsjp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6199
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6200
<component name="peninputhwrboxjp" filter="s60" long-name="Japanese Handwriting Recognition Box" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6201
<unit bldFile="mw/inputmethods/textinput/peninputhwrboxjp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6202
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6203
<component name="peninputvkbjp" filter="s60" long-name="Japanese Virtual Keyboard" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6204
<unit bldFile="mw/inputmethods/textinput/peninputvkbjp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6205
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6206
<component name="gslangplugin" filter="s60" long-name="GS Language Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6207
<unit bldFile="mw/inputmethods/textinput/GSLangPlugin"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6208
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6209
<component name="peninputgenericitut" filter="s60" long-name="Pen Input Generic ITU-T" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6210
<unit bldFile="mw/inputmethods/textinput/peninputgenericitut/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6211
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6212
<component name="peninputhwrtrui" filter="s60" long-name="Pen Input Handwriting Recognition Training UI" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6213
<unit bldFile="mw/inputmethods/textinput/peninputhwrtrui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6214
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6215
<component name="peninputhwrfscn" filter="s60" long-name="Pen Input Chinese Full Screen Handwriting Recognition" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6216
<unit bldFile="mw/inputmethods/textinput/peninputhwrfscn/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6217
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6218
<component name="peninputvkbkr" filter="s60" long-name="Pen Input Korean Virtual Keyboard" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6219
<unit bldFile="mw/inputmethods/textinput/peninputvkbkr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6220
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6221
<component name="peninputfingerhwr" filter="s60" long-name="Pen Input Finger Handwriting Recognition" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6222
<unit bldFile="mw/inputmethods/textinput/peninputfingerhwr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6223
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6224
<component name="peninputsplititut" filter="s60" long-name="Pen Input Split ITU-T" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6225
<unit bldFile="mw/inputmethods/textinput/peninputsplititut/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6226
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6227
<component name="peninputsplitqwerty" filter="s60" long-name="Pen Input Split QWERTY" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6228
<unit bldFile="mw/inputmethods/textinput/peninputsplitqwerty/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6229
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6230
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6231
<collection name="fep" long-name="FEP" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6232
<component name="aknfep" filter="s60" long-name="Avkon FEP" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6233
<unit bldFile="mw/inputmethods/fep/aknfep/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6234
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6235
<component name="frontendprocessor" long-name="Front End Processor" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6236
<unit bldFile="mw/inputmethods/fep/frontendprocessor/group" mrp="mw/inputmethods/fep/frontendprocessor/group/app-framework_fepbase.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6237
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6238
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6239
<collection name="inputmethods_info" long-name="Input Methods Info" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6240
<component name="inputmethods_metadata" long-name="Input Methods Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6241
<unit mrp="mw/inputmethods/inputmethods_info/inputmethods_metadata/inputmethods_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6242
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6243
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6244
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6245
<block name="qt" level="generic" long-name="Qt" levels="tool mw app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6246
<collection name="qtconf" long-name="Qt Config" level="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6247
<component name="qt_deviceconfiguration" long-name="Qt Device Configuration" introduced="^2" class="config tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6248
<unit bldFile="mw/qt/src/s60installs/deviceconfiguration"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6249
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6250
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6251
<collection name="qt_info" long-name="Qt Info" level="mw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6252
<component name="qt_build" long-name="Qt Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6253
<unit bldFile="mw/qt" proFile="projects.pro" qmakeArgs="-r"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6254
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6255
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6256
<collection name="qtdemos" long-name="Qt Demos" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6257
<component name="qtdemos_build" long-name="Qt Demos Build" introduced="^2" filter="qtdemos">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6258
<unit bldFile="mw/qt/demos" proFile="demos.pro" qmakeArgs="-r"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6259
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6260
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6261
<collection name="qtexamples" long-name="Qt Examples" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6262
<component name="qtexamples_build" long-name="Qt Examples Build" introduced="^2" filter="qtexamples">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6263
<unit bldFile="mw/qt/examples" proFile="examples.pro" qmakeArgs="-r"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6264
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6265
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6266
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6267
<block name="classicui" level="generic" long-name="Classic UI" levels="base support server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6268
<collection name="classicui_plat" long-name="Classic UI Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6269
<component name="personalisation_framework_api" long-name="Personalisation Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6270
<unit bldFile="mw/classicui/classicui_plat/personalisation_framework_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6271
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6272
<component name="signal_pane_api" long-name="Signal Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6273
<unit bldFile="mw/classicui/classicui_plat/signal_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6274
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6275
<component name="japanese_reading_api" long-name="Japanese Reading API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6276
<unit bldFile="mw/classicui/classicui_plat/japanese_reading_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6277
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6278
<component name="global_popup_priority_controller_api" long-name="Global Popup Priority Controller API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6279
<unit bldFile="mw/classicui/classicui_plat/global_popup_priority_controller_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6280
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6281
<component name="item_finder_api" long-name="Item Finder API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6282
<unit bldFile="mw/classicui/classicui_plat/item_finder_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6283
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6284
<component name="avkon_fonts_api" long-name="Avkon Fonts API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6285
<unit bldFile="mw/classicui/classicui_plat/avkon_fonts_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6286
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6287
<component name="extended_utilities_api" long-name="Extended Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6288
<unit bldFile="mw/classicui/classicui_plat/extended_utilities_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6289
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6290
<component name="personalisation_plugin_api" long-name="Personalisation Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6291
<unit bldFile="mw/classicui/classicui_plat/personalisation_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6292
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6293
<component name="extended_aiw_criteria_api" long-name="Extended AIW Criteria API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6294
<unit bldFile="mw/classicui/classicui_plat/extended_aiw_criteria_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6295
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6296
<component name="personalisation_application_api" long-name="Personalisation Application API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6297
<unit bldFile="mw/classicui/classicui_plat/personalisation_application_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6298
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6299
<component name="volume_popup_api" long-name="Volume Popup API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6300
<unit bldFile="mw/classicui/classicui_plat/volume_popup_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6301
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6302
<component name="avkon_secondary_display_support_api" long-name="AVKON Secondary Display Support API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6303
<unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_support_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6304
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6305
<component name="extended_setting_pages_api" long-name="Extended Setting Pages API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6306
<unit bldFile="mw/classicui/classicui_plat/extended_setting_pages_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6307
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6308
<component name="extended_lists_api" long-name="Extended Lists API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6309
<unit bldFile="mw/classicui/classicui_plat/extended_lists_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6310
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6311
<component name="input_block_api" long-name="Input Block API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6312
<unit bldFile="mw/classicui/classicui_plat/input_block_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6313
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6314
<component name="avkon_ui_server_api" long-name="AVKON UI Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6315
<unit bldFile="mw/classicui/classicui_plat/avkon_ui_server_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6316
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6317
<component name="number_grouping_api" long-name="Number Grouping API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6318
<unit bldFile="mw/classicui/classicui_plat/number_grouping_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6319
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6320
<component name="extended_status_pane_api" long-name="Extended Status Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6321
<unit bldFile="mw/classicui/classicui_plat/extended_status_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6322
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6323
<component name="extended_notifiers_api" long-name="Extended Notifiers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6324
<unit bldFile="mw/classicui/classicui_plat/extended_notifiers_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6325
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6326
<component name="task_list_api" long-name="Task List API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6327
<unit bldFile="mw/classicui/classicui_plat/task_list_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6328
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6329
<component name="personalisation_slide_show_dialog_api" long-name="Personalisation Slide Show Dialog API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6330
<unit bldFile="mw/classicui/classicui_plat/personalisation_slide_show_dialog_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6331
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6332
<component name="key_event_utilities_api" long-name="Key Event Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6333
<unit bldFile="mw/classicui/classicui_plat/key_event_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6334
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6335
<component name="emergency_call_support_api" long-name="Emergency Call Support API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6336
<unit bldFile="mw/classicui/classicui_plat/emergency_call_support_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6337
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6338
<component name="extended_dialogs_api" long-name="Extended Dialogs API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6339
<unit bldFile="mw/classicui/classicui_plat/extended_dialogs_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6340
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6341
<component name="legacy_ui_framework_headers_api" long-name="Legacy UI Framework Headers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6342
<unit bldFile="mw/classicui/classicui_plat/legacy_ui_framework_headers_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6343
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6344
<component name="extended_editors_api" long-name="Extended Editors API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6345
<unit bldFile="mw/classicui/classicui_plat/extended_editors_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6346
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6347
<component name="alarm_api" long-name="Alarm API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6348
<unit bldFile="mw/classicui/classicui_plat/alarm_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6349
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6350
<component name="aiw_service_interface_base_api" long-name="AIW Service Interface Base API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6351
<unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_base_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6352
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6353
<component name="list_effects_api" long-name="List Effects API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6354
<unit bldFile="mw/classicui/classicui_plat/list_effects_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6355
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6356
<component name="find_item_ui_api" long-name="Find Item UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6357
<unit bldFile="mw/classicui/classicui_plat/find_item_ui_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6358
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6359
<component name="server_application_services_api" long-name="Server Application Services API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6360
<unit bldFile="mw/classicui/classicui_plat/server_application_services_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6361
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6362
<component name="common_ui_settings_api" long-name="Common UI Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6363
<unit bldFile="mw/classicui/classicui_plat/common_ui_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6364
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6365
<component name="aiw_service_interface_menu_api" long-name="AIW Service Interface Menu API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6366
<unit bldFile="mw/classicui/classicui_plat/aiw_service_interface_menu_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6367
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6368
<component name="eikon_server_extension_client_api" long-name="EIKON Server Extension Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6369
<unit bldFile="mw/classicui/classicui_plat/eikon_server_extension_client_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6370
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6371
<component name="skinnable_clock_api" long-name="Skinnable Clock API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6372
<unit bldFile="mw/classicui/classicui_plat/skinnable_clock_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6373
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6374
<component name="battery_pane_api" long-name="Battery Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6375
<unit bldFile="mw/classicui/classicui_plat/battery_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6376
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6377
<component name="fep_document_navigation_api" long-name="FEP Document Navigation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6378
<unit bldFile="mw/classicui/classicui_plat/fep_document_navigation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6379
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6380
<component name="personalisation_localised_texts_api" long-name="Personalisation Localised Texts API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6381
<unit bldFile="mw/classicui/classicui_plat/personalisation_localised_texts_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6382
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6383
<component name="memory_card_ui_api" long-name="Memory Card UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6384
<unit bldFile="mw/classicui/classicui_plat/memory_card_ui_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6385
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6386
<component name="avkon_status_api" long-name="AVKON Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6387
<unit bldFile="mw/classicui/classicui_plat/avkon_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6388
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6389
<component name="application_switching_api" long-name="Application Switching API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6390
<unit bldFile="mw/classicui/classicui_plat/application_switching_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6391
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6392
<component name="avkon_localised_texts_api" long-name="AVKON Localised Texts API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6393
<unit bldFile="mw/classicui/classicui_plat/avkon_localised_texts_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6394
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6395
<component name="avkon_secondary_display_api" long-name="AVKON Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6396
<unit bldFile="mw/classicui/classicui_plat/avkon_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6397
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6398
<component name="extended_animation_api" long-name="Extended Animation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6399
<unit bldFile="mw/classicui/classicui_plat/extended_animation_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6400
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6401
<component name="extended_notes_api" long-name="Extended Notes API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6402
<unit bldFile="mw/classicui/classicui_plat/extended_notes_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6403
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6404
<component name="screensaver_animation_plugin_definitions_api" long-name="Screensaver Animation Plugin Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6405
<unit bldFile="mw/classicui/classicui_plat/screensaver_animation_plugin_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6406
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6407
<component name="text_scroller_api" long-name="Text Scroller API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6408
<unit bldFile="mw/classicui/classicui_plat/text_scroller_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6409
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6410
<component name="custom_cursors_api" long-name="Custom Cursors API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6411
<unit bldFile="mw/classicui/classicui_plat/custom_cursors_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6412
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6413
<component name="screensaver_settings_api" long-name="Screensaver Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6414
<unit bldFile="mw/classicui/classicui_plat/screensaver_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6415
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6416
<component name="global_window_priorities_api" long-name="Global Window Priorities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6417
<unit bldFile="mw/classicui/classicui_plat/global_window_priorities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6418
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6419
<component name="extended_indicators_api" long-name="Extended Indicators API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6420
<unit bldFile="mw/classicui/classicui_plat/extended_indicators_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6421
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6422
<component name="special_character_table_api" long-name="Special Character Table API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6423
<unit bldFile="mw/classicui/classicui_plat/special_character_table_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6424
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6425
<component name="avkon_settings_api" long-name="AVKON Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6426
<unit bldFile="mw/classicui/classicui_plat/avkon_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6428
<component name="extended_sounds_api" long-name="Extended Sounds API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6429
<unit bldFile="mw/classicui/classicui_plat/extended_sounds_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6430
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6431
<component name="themes_settings_api" long-name="Themes Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6432
<unit bldFile="mw/classicui/classicui_plat/themes_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6433
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6434
<component name="media_shared_document_api" long-name="Media Shared Document API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6435
<unit bldFile="mw/classicui/classicui_plat/media_shared_document_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6436
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6437
<component name="extended_queries_api" long-name="Extended Queries API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6438
<unit bldFile="mw/classicui/classicui_plat/extended_queries_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6439
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6440
<component name="phone_number_text_utilities_api" long-name="Phone Number Text Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6441
<unit bldFile="mw/classicui/classicui_plat/phone_number_text_utilities_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6442
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6443
<component name="screensaver_runtime_api" long-name="Screensaver Runtime API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6444
<unit bldFile="mw/classicui/classicui_plat/screensaver_runtime_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6445
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6446
<component name="extended_scroller_api" long-name="Extended Scroller API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6447
<unit bldFile="mw/classicui/classicui_plat/extended_scroller_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6448
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6449
<component name="key_rotator_api" long-name="Key Rotator API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6450
<unit bldFile="mw/classicui/classicui_plat/key_rotator_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6451
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6452
<component name="extended_grids_api" long-name="Extended Grids API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6453
<unit bldFile="mw/classicui/classicui_plat/extended_grids_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6454
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6455
<component name="generic_parameter_api" long-name="Generic Parameter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6456
<unit bldFile="mw/classicui/classicui_plat/generic_parameter_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6457
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6458
<component name="indicator_touch_observer_api" long-name="Indicator Touch Observer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6459
<unit bldFile="mw/classicui/classicui_plat/indicator_touch_observer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6460
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6461
<component name="popup_form_api" long-name="Popup Form API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6462
<unit bldFile="mw/classicui/classicui_plat/popup_form_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6463
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6464
<component name="stylus_activated_popup_api" long-name="Stylus Activated Pop-up API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6465
<unit bldFile="mw/classicui/classicui_plat/stylus_activated_popup_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6466
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6467
<component name="indicator_plugin_api" long-name="Indicator Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6468
<unit bldFile="mw/classicui/classicui_plat/indicator_plugin_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6469
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6470
<component name="layout_configuration_api" long-name="Layout Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6471
<unit bldFile="mw/classicui/classicui_plat/layout_configuration_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6472
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6473
<component name="common_file_dialogs_filter_factory_api" long-name="Common File Dialogs Filter Factory API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6474
<unit bldFile="mw/classicui/classicui_plat/common_file_dialogs_filter_factory_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6475
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6476
<component name="avkon_anim_dll_api" long-name="AVKON Anim DLL API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6477
<unit bldFile="mw/classicui/classicui_plat/avkon_anim_dll_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6478
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6479
<component name="extended_initialization_api" long-name="Extended Initialization API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6480
<unit bldFile="mw/classicui/classicui_plat/extended_initialization_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6481
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6482
<component name="long_tap_animation_api" long-name="Long Tap Animation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6483
<unit bldFile="mw/classicui/classicui_plat/long_tap_animation_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6484
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6485
<component name="extended_ui_framework_definitions_api" long-name="Extended UI Framework Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6486
<unit bldFile="mw/classicui/classicui_plat/extended_ui_framework_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6487
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6488
<component name="extended_buttons_api" long-name="Extended Buttons API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6489
<unit bldFile="mw/classicui/classicui_plat/extended_buttons_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6490
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6491
<component name="aiw_provider_utility_api" long-name="AIW Provider Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6492
<unit bldFile="mw/classicui/classicui_plat/aiw_provider_utility_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6493
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6494
<component name="transition_effect_parameters_api" long-name="Transition Effect Parameters API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6495
<unit bldFile="mw/classicui/classicui_plat/transition_effect_parameters_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6496
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6497
<component name="extended_input_capabilities_api" long-name="Extended Input Capabilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6498
<unit bldFile="mw/classicui/classicui_plat/extended_input_capabilities_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6499
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6500
<component name="uikon_status_api" long-name="UIKON Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6501
<unit bldFile="mw/classicui/classicui_plat/uikon_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6502
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6503
<component name="transition_effect_utilities_api" long-name="Transition Effect Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6504
<unit bldFile="mw/classicui/classicui_plat/transition_effect_utilities_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6505
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6506
<component name="pointer_event_modifier_api" long-name="Pointer Event Modifier API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6507
<unit bldFile="mw/classicui/classicui_plat/pointer_event_modifier_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6508
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6509
<component name="avkon_testability_api" long-name="AVKON Testability API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6510
<unit bldFile="mw/classicui/classicui_plat/avkon_testability_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6511
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  6512
<component name="ganes_api" long-name="Ganes API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6513
<unit bldFile="mw/classicui/classicui_plat/ganes_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6514
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6515
<component name="ode_api" long-name="Ode API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6516
<unit bldFile="mw/classicui/classicui_plat/ode_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6517
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6518
<component name="physics_api" long-name="Physics API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6519
<unit bldFile="mw/classicui/classicui_plat/physics_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6520
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6521
<component name="touch_pane_api" long-name="Touch Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6522
<unit bldFile="mw/classicui/classicui_plat/touch_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6523
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6524
<component name="touch_pane_observer_api" long-name="Touch Pane Observer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6525
<unit bldFile="mw/classicui/classicui_plat/touch_pane_observer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6526
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6527
<component name="alternate_fs_api" long-name="Alternate FS API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6528
<unit bldFile="mw/classicui/classicui_plat/alternate_fs_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6529
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6530
<component name="discreet_popup_api" long-name="Discreet Popup API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6531
<unit bldFile="mw/classicui/classicui_plat/discreet_popup_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6532
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6533
<component name="touch_gesture_framework_api" long-name="Touch Gesture Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6534
<unit bldFile="mw/classicui/classicui_plat/touch_gesture_framework_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6535
<!-- should this be commented out? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6536
<!--<unit bldFile="classicui_plat/touch_gesture_framework_api/tsrc/group" filter="test,api_test"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6537
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6538
<component name="extended_options_menu_api" long-name="Extended Options Menu API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6539
<unit bldFile="mw/classicui/classicui_plat/extended_options_menu_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6540
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6541
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6542
<collection name="classicui_pub" long-name="Classic UI Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6543
<component name="input_frame_api" long-name="Input Frame API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6544
<unit bldFile="mw/classicui/classicui_pub/input_frame_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6545
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6546
<component name="window_server_event_observer_api" long-name="Window Server Event Observer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6547
<unit bldFile="mw/classicui/classicui_pub/window_server_event_observer_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6548
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6549
<component name="application_framework_api" long-name="Application Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6550
<unit bldFile="mw/classicui/classicui_pub/application_framework_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6551
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6552
<component name="scroller_api" long-name="Scroller API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6553
<unit bldFile="mw/classicui/classicui_pub/scroller_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6554
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6555
<component name="ui_framework_utilities_api" long-name="UI Framework Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6556
<unit bldFile="mw/classicui/classicui_pub/ui_framework_utilities_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6557
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6558
<component name="ui_framework_definitions_api" long-name="UI Framework Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6559
<unit bldFile="mw/classicui/classicui_pub/ui_framework_definitions_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6560
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6561
<component name="buttons_api" long-name="Buttons API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6562
<unit bldFile="mw/classicui/classicui_pub/buttons_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6563
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6564
<component name="queries_api" long-name="Queries API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6565
<unit bldFile="mw/classicui/classicui_pub/queries_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6566
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6567
<component name="aiw_generic_parameter_api" long-name="AIW Generic Parameter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6568
<unit bldFile="mw/classicui/classicui_pub/aiw_generic_parameter_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6569
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6570
<component name="editors_api" long-name="Editors API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6571
<unit bldFile="mw/classicui/classicui_pub/editors_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6572
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6573
<component name="common_file_dialogs_api" long-name="Common File Dialogs API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6574
<unit bldFile="mw/classicui/classicui_pub/common_file_dialogs_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6575
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6576
<component name="dialog_shutter_api" long-name="Dialog Shutter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6577
<unit bldFile="mw/classicui/classicui_pub/dialog_shutter_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6578
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6579
<component name="fonts_api" long-name="Fonts API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6580
<unit bldFile="mw/classicui/classicui_pub/fonts_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6581
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6582
<component name="screen_clearer_api" long-name="Screen Clearer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6583
<unit bldFile="mw/classicui/classicui_pub/screen_clearer_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6584
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6585
<component name="notifiers_api" long-name="Notifiers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6586
<unit bldFile="mw/classicui/classicui_pub/notifiers_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6587
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6588
<component name="notes_api" long-name="Notes API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6589
<unit bldFile="mw/classicui/classicui_pub/notes_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6590
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6591
<component name="screen_saver_api" long-name="Screen Saver API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6592
<unit bldFile="mw/classicui/classicui_pub/screen_saver_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6593
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6594
<component name="status_pane_api" long-name="Status Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6595
<unit bldFile="mw/classicui/classicui_pub/status_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6596
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6597
<component name="base_controls_api" long-name="Base Controls API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6598
<unit bldFile="mw/classicui/classicui_pub/base_controls_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6599
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6600
<component name="grids_api" long-name="Grids API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6601
<unit bldFile="mw/classicui/classicui_pub/grids_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6602
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6603
<component name="context_pane_api" long-name="Context Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6604
<unit bldFile="mw/classicui/classicui_pub/context_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6605
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6606
<component name="lists_api" long-name="Lists API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6607
<unit bldFile="mw/classicui/classicui_pub/lists_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6608
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6609
<component name="popups_api" long-name="Popups API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6610
<unit bldFile="mw/classicui/classicui_pub/popups_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6611
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6612
<component name="misc_controls_api" long-name="Misc Controls API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6613
<unit bldFile="mw/classicui/classicui_pub/misc_controls_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6614
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6615
<component name="keylock_api" long-name="Keylock API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6616
<unit bldFile="mw/classicui/classicui_pub/keylock_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6617
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6618
<component name="options_menu_api" long-name="Options Menu API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6619
<unit bldFile="mw/classicui/classicui_pub/options_menu_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6620
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6621
<component name="hierarchical_lists_api" long-name="Hierarchical Lists API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6622
<unit bldFile="mw/classicui/classicui_pub/hierarchical_lists_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6623
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6624
<component name="navigation_pane_api" long-name="Navigation Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6625
<unit bldFile="mw/classicui/classicui_pub/navigation_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6626
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6627
<component name="tabs_api" long-name="Tabs API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6628
<unit bldFile="mw/classicui/classicui_pub/tabs_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6629
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6630
<component name="title_pane_touch_observer_api" long-name="Title Pane Touch Observer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6631
<unit bldFile="mw/classicui/classicui_pub/title_pane_touch_observer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6632
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6633
<component name="choice_list_api" long-name="Choice List API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6634
<unit bldFile="mw/classicui/classicui_pub/choice_list_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6635
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6636
<component name="info_popup_note_api" long-name="Info Popup Note API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6637
<unit bldFile="mw/classicui/classicui_pub/info_popup_note_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6638
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6639
<component name="setting_pages_api" long-name="Setting Pages API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6640
<unit bldFile="mw/classicui/classicui_pub/setting_pages_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6641
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6642
<component name="screen_mode_api" long-name="Screen Mode API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6643
<unit bldFile="mw/classicui/classicui_pub/screen_mode_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6644
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6645
<component name="indicators_api" long-name="Indicators API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6646
<unit bldFile="mw/classicui/classicui_pub/indicators_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6647
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6648
<component name="error_ui_api" long-name="Error UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6649
<unit bldFile="mw/classicui/classicui_pub/error_ui_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6650
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6651
<component name="animation_api" long-name="Animation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6652
<unit bldFile="mw/classicui/classicui_pub/animation_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6653
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6654
<component name="searchfield_api" long-name="Searchfield API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6655
<unit bldFile="mw/classicui/classicui_pub/searchfield_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6656
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6657
<component name="labels_api" long-name="Labels API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6658
<unit bldFile="mw/classicui/classicui_pub/labels_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6659
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6660
<component name="hotkeys_api" long-name="Hotkeys API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6661
<unit bldFile="mw/classicui/classicui_pub/hotkeys_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6662
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6663
<component name="initialization_api" long-name="Initialization API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6664
<unit bldFile="mw/classicui/classicui_pub/initialization_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6665
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6666
<component name="volume_control_api" long-name="Volume Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6667
<unit bldFile="mw/classicui/classicui_pub/volume_control_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6668
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6669
<component name="title_pane_api" long-name="Title Pane API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6670
<unit bldFile="mw/classicui/classicui_pub/title_pane_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6671
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6672
<component name="sounds_api" long-name="Sounds API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6673
<unit bldFile="mw/classicui/classicui_pub/sounds_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6674
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6675
<component name="aiw_service_handler_api" long-name="AIW Service Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6676
<unit bldFile="mw/classicui/classicui_pub/aiw_service_handler_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6677
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6678
<component name="aiw_criteria_api" long-name="AIW Criteria API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6679
<unit bldFile="mw/classicui/classicui_pub/aiw_criteria_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6680
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6681
<component name="touch_ui_utilities_api" long-name="Touch UI Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6682
<unit bldFile="mw/classicui/classicui_pub/touch_ui_utilities_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6683
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6684
<component name="generic_button_api" long-name="Generic Button API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6685
<unit bldFile="mw/classicui/classicui_pub/generic_button_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6686
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6687
<component name="form_api" long-name="Form API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6688
<unit bldFile="mw/classicui/classicui_pub/form_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6689
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6690
<component name="uikon_core_controls" long-name="Uikon Core Controls" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6691
<unit bldFile="mw/classicui/classicui_pub/uikon_core_controls/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6692
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6693
<component name="calendar_api" long-name="Calendar API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6694
<unit bldFile="mw/classicui/classicui_pub/calendar_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6695
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6696
<component name="toolbar_api" long-name="Toolbar API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6697
<unit bldFile="mw/classicui/classicui_pub/toolbar_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6698
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6699
<component name="server_application_api" long-name="Server Application API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6700
<unit bldFile="mw/classicui/classicui_pub/server_application_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6701
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6702
<component name="slider_api" long-name="Slider API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6703
<unit bldFile="mw/classicui/classicui_pub/slider_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6704
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6705
<component name="private_ui_framework_api" long-name="Private UI Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6706
<unit bldFile="mw/classicui/classicui_pub/private_ui_framework_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6707
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6708
<component name="dialogs_api" long-name="Dialogs API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6709
<unit bldFile="mw/classicui/classicui_pub/dialogs_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6710
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6711
<component name="document_handler_api" long-name="Document handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6712
<unit bldFile="mw/classicui/classicui_pub/document_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6713
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6714
<component name="images_api" long-name="Images API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6715
<unit bldFile="mw/classicui/classicui_pub/images_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6716
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6717
<component name="stylus_popup_menu_api" long-name="Stylus Pop-up Menu API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6718
<unit bldFile="mw/classicui/classicui_pub/stylus_popup_menu_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6719
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6720
<component name="information_preview_popup_api" long-name="Information Preview Popup API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6721
<unit bldFile="mw/classicui/classicui_pub/information_preview_popup_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6722
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6723
<component name="intermediate_state_api" long-name="Intermediate State API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6724
<unit bldFile="mw/classicui/classicui_pub/intermediate_state_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6725
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6726
<component name="help_launcher_api" long-name="Help Launcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6727
<unit bldFile="mw/classicui/classicui_pub/help_launcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6728
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6729
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6730
<collection name="ode" long-name="Open Dynamics Engine" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6731
<!-- the collection is really a component. Move down a directory.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6732
<component name="ode_build" filter="s60" long-name="ODE">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6733
<unit bldFile="mw/classicui/ode/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6734
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6735
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6736
<collection name="uifw" long-name="UI Framework" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6737
<component name="uiklaf" filter="s60" long-name="Uikon Look-and-Feel">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6738
<unit bldFile="mw/classicui/uifw/uiklaf/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6739
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6740
<component name="eikctl" filter="s60" long-name="Eikon Controls">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6741
<unit bldFile="mw/classicui/uifw/eikctl/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6742
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6743
<component name="avkon" filter="s60" long-name="Avkon">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6744
<!-- can only have one unit. Split into 3 components, or #include all from same bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6745
<unit bldFile="mw/classicui/uifw/avkon/aknphysics/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6746
<unit bldFile="mw/classicui/uifw/avkon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6747
<unit bldFile="mw/classicui/uifw/avkon/aknconf/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6748
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6749
<component name="eikstd" filter="s60" long-name="Eikon Standard">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6750
<unit bldFile="mw/classicui/uifw/eikstd/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6751
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6752
<component name="aknglobalui" filter="s60" long-name="Avkon Global UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6753
<unit bldFile="mw/classicui/uifw/aknglobalui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6754
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6755
<component name="ganes" filter="s60" long-name="Ganes">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6756
<unit bldFile="mw/classicui/uifw/ganes/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6757
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6758
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6759
<collection name="commonuis" long-name="Common UIs" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6760
<component name="commonui" filter="s60" long-name="Common UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6761
<unit bldFile="mw/classicui/commonuis/commonui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6762
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6763
<component name="commondialogs" filter="s60" long-name="Common Dialogs">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6764
<unit bldFile="mw/classicui/commonuis/commondialogs/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6765
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6766
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6767
<collection name="applicationinterworkingfw" long-name="Application Interworking Framework" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6768
<component name="aifwservicehandler" filter="s60" long-name="Application Interworking Service Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6769
<unit bldFile="mw/classicui/applicationinterworkingfw/servicehandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6770
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6771
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6772
<collection name="psln" long-name="Personalization" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6773
<!-- the collection is really a component. Move down a directory. Or it could be split into multiple components-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6774
<component name="psln_build" filter="s60" long-name="Personalization Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6775
<unit bldFile="mw/classicui/psln/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6776
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6777
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6778
<collection name="commonadapter" long-name="Common Adapter" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6779
<!-- the collection is really a component. Move down a directory.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6780
<component name="commonadapter_build" filter="s60" long-name="Common Adapter Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6781
<unit bldFile="mw/classicui/commonadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6782
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6783
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6784
<collection name="akntouchgesturefw" long-name="Avkon Touch Gesture Framework" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6785
<!-- the collection is really a component. Move down a directory.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6786
<component name="akntouchgesturefw_build" filter="s60" long-name="Avkon Touch Gesture Framework Build" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6787
<unit bldFile="mw/classicui/akntouchgesturefw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6788
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6789
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6790
<collection name="uiutils" long-name="UI Utils" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6791
<component name="localizer" filter="s60" long-name="Directory Localizer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6792
<unit bldFile="mw/classicui/uiutils/localizer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6793
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6794
<component name="findutil" filter="s60" long-name="Find Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6795
<unit bldFile="mw/classicui/uiutils/findutil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6796
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6797
<component name="gamerecognizer" filter="s60" long-name="Game Recognizer" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6798
<unit bldFile="mw/classicui/uiutils/gamerecognizer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6799
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6800
<component name="aknjapanesereading" filter="s60" long-name="Avkon Japanese Reading">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6801
<unit bldFile="mw/classicui/uiutils/aknjapanesereading/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6802
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6803
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6804
<collection name="commonuisupport" long-name="Common UI Support" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6805
<component name="uikon" long-name="Uikon" introduced="6.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6806
<unit bldFile="mw/classicui/commonuisupport/uikon/group" mrp="mw/classicui/commonuisupport/uikon/group/app-framework_uikon.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6807
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6808
<component name="errorresolverdata" long-name="Error Resolver Data" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6809
<unit bldFile="mw/classicui/commonuisupport/errorresolverdata/group" mrp="mw/classicui/commonuisupport/errorresolverdata/group/app-framework_errorresgt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6810
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6811
<component name="uilaf" long-name="UI Look and Feel" introduced="6.0" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6812
<unit bldFile="mw/classicui/commonuisupport/uilaf/GROUP" mrp="mw/classicui/commonuisupport/uilaf/GROUP/app-framework_uiklafgt.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6813
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6814
<component name="grid" long-name="Grid" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6815
<unit bldFile="mw/classicui/commonuisupport/grid/group" mrp="mw/classicui/commonuisupport/grid/group/app-framework_grid.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6816
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6817
<component name="uifwsdocs" long-name="UI Frameworks Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6818
<unit mrp="mw/classicui/commonuisupport/uifwsdocs/app-framework_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6819
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6820
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6821
<collection name="lafagnosticuifoundation" long-name="Look-and-Feel Agnostic UI Foundation" level="base">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6822
<component name="cone" long-name="Control Environment" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6823
<unit bldFile="mw/classicui/lafagnosticuifoundation/cone/group" mrp="mw/classicui/lafagnosticuifoundation/cone/group/app-framework_cone.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6824
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6825
<component name="graphicseffects" long-name="Graphics Effects" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6826
<unit bldFile="mw/classicui/lafagnosticuifoundation/graphicseffects/group" mrp="mw/classicui/lafagnosticuifoundation/graphicseffects/group/app-framework_gfxtranseffect.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6827
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6828
<component name="uigraphicsutils" long-name="UI Graphics Utilities" purpose="mandatory">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6829
<unit bldFile="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group" mrp="mw/classicui/lafagnosticuifoundation/uigraphicsutils/group/app-framework_egul.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6830
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6831
<component name="clockanim" long-name="Clock" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6832
<unit bldFile="mw/classicui/lafagnosticuifoundation/clockanim/group" mrp="mw/classicui/lafagnosticuifoundation/clockanim/group/app-framework_clock.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6833
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6834
<component name="bmpanimation" long-name="BMP Animation" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6835
<unit bldFile="mw/classicui/lafagnosticuifoundation/bmpanimation/group" mrp="mw/classicui/lafagnosticuifoundation/bmpanimation/group/app-framework_bmpanim.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6836
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6837
<component name="animation" long-name="Animation" introduced="9.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6838
<unit bldFile="mw/classicui/lafagnosticuifoundation/animation/group" mrp="mw/classicui/lafagnosticuifoundation/animation/group/app-framework_animation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6839
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6840
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6841
<collection name="classicui_info" long-name="Classic UI Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6842
<!-- the multiple units in the API test components need to be resolved -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6843
<component name="classicui_metadata" long-name="Classic UI Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6844
<unit mrp="mw/classicui/classicui_info/classicui_metadata/classicui_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6845
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6846
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6847
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6848
<block name="svgt" level="generic" long-name="SVG Tiny" levels="util ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6849
<collection name="svgt_plat" long-name="SVG Tiny Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6850
<component name="svgt_api" long-name="SVGT API" introduced="9.2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6851
<unit bldFile="mw/svgt/svgt_plat/svgt_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6852
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6853
<component name="nvg_api" long-name="NVG API" introduced="9.2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6854
<unit bldFile="mw/svgt/svgt_plat/nvg_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6855
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6856
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6857
<collection name="svgtopt" long-name="SVG-T Engine" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6858
<component name="svgtopt_build" filter="s60" long-name="SVG Engine" introduced="9.2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6859
<!-- component is at collection level. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6860
<unit bldFile="mw/svgt/svgtopt/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6861
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6862
<component name="svgtplugin" filter="s60" long-name="SVG Plugin" introduced="9.2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6863
<unit bldFile="mw/svgt/svgtopt/svgtplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6864
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6865
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6866
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6867
<block name="uiaccelerator" level="generic" long-name="UI Accelerator" levels="plugin framework server ex if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6868
<collection name="uiaccelerator_plat" long-name="UI Accelerator Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6869
<component name="alf_core_toolkit_api" long-name="ALF Core Toolkit API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6870
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_core_toolkit_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6871
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6872
<component name="alf_visual_api" long-name="ALF Visual API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6873
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_visual_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6874
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6875
<component name="alf_extended_visual_api" long-name="ALF Extended Visual API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6876
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extended_visual_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6877
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6878
<component name="alf_extension_api" long-name="ALF Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6879
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6880
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6881
<component name="alf_tracing_api" long-name="ALF Tracing API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6882
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_tracing_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6883
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6884
<component name="alf_client_server_api" long-name="ALF Client Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6885
<unit bldFile="mw/uiaccelerator/uiaccelerator_plat/alf_client_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6886
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6887
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6888
<collection name="uiacceltk" long-name="UI Accelerator Toolkit" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6889
<component name="hitchcock" filter="s60" long-name="Hitchcock">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6890
<unit bldFile="mw/uiaccelerator/uiacceltk/hitchcock/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6891
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6892
<component name="uiacceltk_build" filter="s60" long-name="UI Accelerator Toolkit Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6893
<!-- move into the other component, or  remove the #include and make this UI Accelerator Toolkit ROM-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6894
<unit bldFile="mw/uiaccelerator/uiacceltk/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6895
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6896
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6897
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6898
<block name="uiresources" level="generic" long-name="UI Resources" levels="compile plugin framework server generic data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6899
<!-- are the custom filters below needed? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6900
<collection name="uiresources_pub" long-name="UI Resources Public Interfaces" level="data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6901
<component name="pictograph_api" long-name="Pictograph API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6902
<unit bldFile="mw/uiresources/uiresources_pub/pictograph_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6903
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6904
<component name="skins_api" long-name="Skins API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6905
<unit bldFile="mw/uiresources/uiresources_pub/skins_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6906
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6907
<component name="font_definition_api" long-name="Font Definition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6908
<unit bldFile="mw/uiresources/uiresources_pub/font_definition_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6909
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6910
<component name="graphics_api" long-name="Graphics API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6911
<unit bldFile="mw/uiresources/uiresources_pub/graphics_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6912
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6913
<component name="scalable_icons_api" long-name="Scalable Icons API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6914
<unit bldFile="mw/uiresources/uiresources_pub/scalable_icons_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6915
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6916
<component name="layout_id_definitions_api" long-name="Layout ID Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6917
<unit bldFile="mw/uiresources/uiresources_pub/layout_id_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6918
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6919
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6920
<collection name="uiresources_plat" long-name="UI Resources Platform Interfaces" level="data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6921
<component name="layout_system_private_api" long-name="Layout System Private API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6922
<unit bldFile="mw/uiresources/uiresources_plat/layout_system_private_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6923
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6924
<component name="layout_data_api" long-name="Layout Data API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6925
<unit bldFile="mw/uiresources/uiresources_plat/layout_data_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6926
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6927
<component name="cdl_api" long-name="CDL API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6928
<unit bldFile="mw/uiresources/uiresources_plat/cdl_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6929
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6930
<component name="extended_skins_api" long-name="Extended Skins API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6931
<unit bldFile="mw/uiresources/uiresources_plat/extended_skins_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6932
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6933
<component name="tfx_server_controller_plugin_api" long-name="TFX Server Controller Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6934
<unit bldFile="mw/uiresources/uiresources_plat/tfx_server_controller_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6935
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6936
<component name="extended_fonts_api" long-name="Extended Fonts API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6937
<unit bldFile="mw/uiresources/uiresources_plat/extended_fonts_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6938
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6939
<component name="graphic_configuration_api" long-name="Graphic Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6940
<unit bldFile="mw/uiresources/uiresources_plat/graphic_configuration_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6941
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6942
<component name="mif_header_cdl_api" long-name="MIF Header CDL API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6943
<unit bldFile="mw/uiresources/uiresources_plat/mif_header_cdl_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6944
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6945
<component name="personalisation_and_skins_settings_api" long-name="Personalisation and Skins Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6946
<unit bldFile="mw/uiresources/uiresources_plat/personalisation_and_skins_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6947
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6948
<component name="tfx_effect_setup_plugin_api" long-name="TFX Effect Setup Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6949
<unit bldFile="mw/uiresources/uiresources_plat/tfx_effect_setup_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6950
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6951
<component name="mifconv_definitions_api" long-name="Mifconv Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6952
<unit bldFile="mw/uiresources/uiresources_plat/mifconv_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6953
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6954
<component name="wallpaper_configuration_api" long-name="Wallpaper Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6955
<unit bldFile="mw/uiresources/uiresources_plat/wallpaper_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6956
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6957
<component name="language_code_definitions_api" long-name="Language Code Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6958
<unit bldFile="mw/uiresources/uiresources_plat/language_code_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6959
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6960
<component name="skins_image_attributes_api" long-name="Skins Image Attributes API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6961
<unit bldFile="mw/uiresources/uiresources_plat/skins_image_attributes_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6962
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6963
<component name="private_user_area_code_definitions_api" long-name="Private User Area Code Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6964
<unit bldFile="mw/uiresources/uiresources_plat/private_user_area_code_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6965
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6966
<component name="tfx_server_plugin_ids_api" long-name="TFX Server Plug-in IDs API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6967
<unit bldFile="mw/uiresources/uiresources_plat/tfx_server_plugin_ids_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6968
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6969
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6970
<collection name="uiresources_info" long-name="UI Resources Info" level="data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6971
<component name="uiresources_test" filter="s60,test,api_test" long-name="UI Resources Tests" purpose="development"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6972
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6973
<collection name="uigraphics" long-name="UI Graphics" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6974
<component name="bitmaps2" filter="s60" long-name="Bitmaps 2" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6975
<unit bldFile="mw/uiresources/uigraphics/bitmaps2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6976
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6977
<component name="icons" filter="s60" long-name="Icons" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6978
<unit bldFile="mw/uiresources/uigraphics/icons/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6979
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6980
<component name="variatedbitmaps" filter="s60" long-name="Variated Bitmaps" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6981
<unit bldFile="mw/uiresources/uigraphics/variatedbitmaps/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6982
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6983
<component name="aknicon" filter="s60" long-name="Avkon Icon Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6984
<unit bldFile="mw/uiresources/uigraphics/aknicon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6985
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6986
<component name="nvgrenderstage" filter="sf_build" long-name="NVG Render Stage">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6987
<unit bldFile="mw/uiresources/uigraphics/nvgrenderstage/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6988
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6989
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6990
<collection name="layouts" long-name="Layouts" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6991
<component name="cdl" filter="s60" long-name="Customization Definition Language">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6992
<!-- can only have one unit. Need to #include them or split into multiple components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6993
<unit bldFile="mw/uiresources/layouts/cdl/cdlengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6994
<unit bldFile="mw/uiresources/layouts/cdl/cdlserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6995
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6996
<component name="aknlayout2" filter="s60" long-name="Avkon Layout 2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6997
<unit bldFile="mw/uiresources/layouts/aknlayout2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6998
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  6999
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7000
<collection name="skins" long-name="Skins" level="data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7001
<component name="aknskincontent" filter="s60" long-name="Avkon Skin Content" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7002
<unit bldFile="mw/uiresources/skins/aknskincontent/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7003
</component>
665
5de010341399 Add auto generated symbian3 system model (packages@e2c657c13ee2)
Dario Sestito <darios@symbian.org>
parents: 618
diff changeset
  7004
<component name="symbiantheme" filter="sf_build" long-name="Symbian^3 Theme" class="config">
5de010341399 Add auto generated symbian3 system model (packages@e2c657c13ee2)
Dario Sestito <darios@symbian.org>
parents: 618
diff changeset
  7005
<unit bldFile="mw/uiresources/skins/Symbian/group"/>
5de010341399 Add auto generated symbian3 system model (packages@e2c657c13ee2)
Dario Sestito <darios@symbian.org>
parents: 618
diff changeset
  7006
</component>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7007
<component name="aknskins" filter="s60" long-name="Avkon Skin Compiler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7008
<unit bldFile="mw/uiresources/skins/aknskins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7009
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7010
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7011
<collection name="pictographs" long-name="Pictographs" level="data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7012
<component name="aknpictograph" filter="s60" long-name="Avkon Pictograph">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7013
<unit bldFile="mw/uiresources/pictographs/aknpictograph/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7014
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7015
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7016
<collection name="locales" long-name="Locales" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7017
<component name="locales_build" filter="s60" long-name="Locales Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7018
<unit bldFile="mw/uiresources/locales/loce32"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7019
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7020
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7021
<collection name="uiconfig" long-name="UI Config" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7022
<component name="s60config" filter="s60" long-name="S60 UI Config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7023
<unit bldFile="mw/uiresources/uiconfig/s60config/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7024
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7025
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7026
<collection name="fontsupport" long-name="Font Support" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7027
<component name="fontprovider" filter="s60" long-name="Font Provider">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7028
<unit bldFile="mw/uiresources/fontsupport/fontprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7029
</component>
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  7030
<!-- R&D materials, should be Nokia only: exports S60 fonts, removes freetype
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  7031
      <component id="s60_fonts" filter="s60" name="S60 Fonts">
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  7032
        <unit bldFile="fontsupport/fontutils/group"/>
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  7033
      </component>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7034
-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7035
<component name="fontutils" filter="sf_build" long-name="Font Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7036
<unit bldFile="mw/uiresources/fontsupport/fontutils/FontUtils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7037
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7038
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7039
<collection name="helpthemes" long-name="Help Themes" level="data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7040
<!-- collection is really a component. Need to move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7041
<component name="helpthemes_build" filter="s60" long-name="Help Themes Build" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7042
<unit bldFile="mw/uiresources/helpthemes/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7043
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7044
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7045
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7046
<block name="hapticsservices" level="generic" long-name="Haptics Services" levels="fw server api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7047
<collection name="hapticsservices_plat" long-name="Haptics Services Platform Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7048
<component name="tacticon_api" long-name="Tacticon API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7049
<unit bldFile="mw/hapticsservices/hapticsservices_plat/tacticon_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7050
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7051
<component name="tactile_feedback_core_api" long-name="Tactile Feedback Core API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7052
<unit bldFile="mw/hapticsservices/hapticsservices_plat/tactile_feedback_core_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7053
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7054
<component name="tactile_feedback_server_api" long-name="Tactile Feedback Server API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7055
<unit bldFile="mw/hapticsservices/hapticsservices_plat/tactile_feedback_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7056
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7057
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7058
<collection name="hapticsservices_pub" long-name="Haptics Services Public Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7059
<component name="tactile_feedback_client_api" long-name="Tactile Feedback Client API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7060
<unit bldFile="mw/hapticsservices/hapticsservices_pub/tactile_feedback_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7061
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7062
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7063
<collection name="tacticonserver" long-name="Tacticon Server" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7064
<!-- collection is really a component. Move down a directory  -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7065
<component name="tacticonserver_build" filter="s60" long-name="Tacticon Server Build" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7066
<unit bldFile="mw/hapticsservices/tacticonserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7067
<!-- clients and servers are suauly the same component. Consider moving pluign to a separate component if needed -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7068
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7069
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7070
<collection name="tactilefeedback" long-name="Tactile Feedback" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7071
<component name="tactilearearegistry" filter="s60" long-name="Tactile Area Registry" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7072
<unit bldFile="mw/hapticsservices/tactilefeedback/tactilearearegistry/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7073
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7074
<component name="tactilefeedbackresolver" filter="s60" long-name="Tactile Feedback Resolver" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7075
<unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackresolver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7076
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7077
<component name="tactileclickplugin" filter="s60" long-name="Tactile Click Plugin" introduced="^1" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7078
<unit bldFile="mw/hapticsservices/tactilefeedback/tactileclickplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7079
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7080
<component name="tactilefeedbackclient" filter="s60" long-name="Tactile Feedback Client" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7081
<unit bldFile="mw/hapticsservices/tactilefeedback/tactilefeedbackclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7082
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7083
<component name="tactileactionplugin" filter="s60" long-name="Tactile Action Plugin" introduced="^1" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7084
<unit bldFile="mw/hapticsservices/tactilefeedback/tactileactionplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7085
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7086
<component name="tactilefeedback_build" filter="s60" long-name="Tactile Feedback Build" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7087
<!-- consider moving IBY to one fo the above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7088
<unit bldFile="mw/hapticsservices/tactilefeedback/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7089
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7090
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7091
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7092
<block name="gsprofilesrv" level="generic" long-name="General Settings and Profiles Services" levels="system plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7093
<collection name="gsprofilesrv_pub" long-name="GS and Profiles Services Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7094
<component name="profiles_engine_active_profile_settings_api" long-name="Profiles Engine Active Profile Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7095
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_pub/profiles_engine_active_profile_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7096
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7097
<component name="profiles_engine_wrapper_api" long-name="Profiles Engine Wrapper API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7098
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_pub/profiles_engine_wrapper_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7099
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7100
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7101
<collection name="gsprofilesrv_plat" long-name="GS and Profiles Services Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7102
<component name="profiles_engine_api" long-name="Profiles Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7103
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/profiles_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7104
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7105
<component name="profiles_mediafilelist_api" long-name="Media File List API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7106
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/profiles_mediafilelist_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7107
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7108
<component name="filelist_api" long-name="File List API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7109
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/filelist_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7110
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7111
<component name="settings_backgroundimage_api" long-name="Settings Background Image API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7112
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/settings_backgroundimage_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7113
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7114
<component name="settings_framework_api" long-name="Settings Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7115
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/settings_framework_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7116
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7117
<component name="settings_launch_api" long-name="Settings Launch API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7118
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/settings_launch_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7119
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7120
<component name="settings_listbox_api" long-name="Settings List Box API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7121
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/settings_listbox_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7122
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7123
<component name="settings_plugin_api" long-name="Settings Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7124
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/settings_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7125
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7126
<component name="settings_uis_cenrep_collection_api" long-name="Settings UIs CenRep Collection API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7127
<unit bldFile="mw/gsprofilesrv/gsprofilesrv_plat/settings_uis_cenrep_collection_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7128
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7129
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7130
<collection name="gssettingsuis" long-name="General Settings UIs" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7131
<component name="gs" filter="s60" long-name="General Settings" introduced="9.2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7132
<unit bldFile="mw/gsprofilesrv/gssettingsuis/gs/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7133
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7134
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7135
<collection name="profilesservices" long-name="Profiles Services" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7136
<component name="filelist" filter="s60" long-name="File List" introduced="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7137
<unit bldFile="mw/gsprofilesrv/profilesservices/filelist/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7138
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7139
<component name="mediafilelist" filter="s60" long-name="Media File List" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7140
<unit bldFile="mw/gsprofilesrv/profilesservices/mediafilelist/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7141
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7142
<component name="profileengine" filter="s60" long-name="Profile Engine" introduced="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7143
<unit bldFile="mw/gsprofilesrv/profilesservices/profileengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7144
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7145
<component name="ringingtone3dplugin" filter="s60" long-name="Ringing Tone 3D Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7146
<unit bldFile="mw/gsprofilesrv/profilesservices/ringingtone3dplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7147
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7148
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7149
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7150
<block name="homescreensrv" level="specific" long-name="Home Screen Services" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7151
<collection name="homescreensrv_plat" long-name="Home Screen Services Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7152
<component name="ai_content_model_api" long-name="AI Content Model API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7153
<unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_content_model_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7154
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7155
<component name="ai_utilities_api" long-name="AI Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7156
<unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_utilities_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7157
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7158
<component name="ai_plugin_management_api" long-name="AI Plug-in Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7159
<unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_plugin_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7160
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7161
<component name="ai_plugin_information_api" long-name="AI Plug-in Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7162
<unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_plugin_information_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7163
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7164
<component name="ai_variation_api" long-name="AI Variation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7165
<unit bldFile="mw/homescreensrv/homescreensrv_plat/ai_variation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7166
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7167
<component name="action_handler_plugin_api" long-name="Action Handler Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7168
<unit bldFile="mw/homescreensrv/homescreensrv_plat/action_handler_plugin_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7169
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7170
<component name="content_harvester_plugin_api" long-name="Content Harvester Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7171
<unit bldFile="mw/homescreensrv/homescreensrv_plat/content_harvester_plugin_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7172
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7173
<component name="menu_model_api" long-name="Menu Model API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7174
<unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_model_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7175
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7176
<component name="menu_sat_interface_api" long-name="Menu SAT Interface API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7177
<unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_sat_interface_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7178
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7179
<component name="external_home_screen_api" long-name="External Home Screen API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7180
<unit bldFile="mw/homescreensrv/homescreensrv_plat/external_home_screen_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7181
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7182
<component name="menu_content_service_api" long-name="Menu Content Service API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7183
<unit bldFile="mw/homescreensrv/homescreensrv_plat/menu_content_service_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7184
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7185
<component name="sapi_contentpublishing" long-name="SAPI Content Publishing" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7186
<unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_contentpublishing/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7187
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7188
<component name="sapi_backstepping" long-name="SAPI Backstepping" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7189
<unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_backstepping/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7190
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7191
<component name="sapi_actionhandler" long-name="SAPI Action Handler" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7192
<unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_actionhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7193
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7194
<component name="sapi_homescreenplugin" long-name="SAPI Homescreen Plugin" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7195
<unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_homescreenplugin/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7196
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7197
<component name="sapi_menucontent" long-name="SAPI Menu Content" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7198
<unit bldFile="mw/homescreensrv/homescreensrv_plat/sapi_menucontent/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7199
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7200
<component name="xcfw_api" long-name="XCFW API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7201
<unit bldFile="mw/homescreensrv/homescreensrv_plat/xcfw_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7202
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7203
<component name="idlefw_api" long-name="Idle Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7204
<unit bldFile="mw/homescreensrv/homescreensrv_plat/idlefw_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7205
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7206
<component name="hs_widget_publisher_api" long-name="Home Screen Publishing API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7207
<unit bldFile="mw/homescreensrv/homescreensrv_plat/hs_widget_publisher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7208
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7209
<component name="hs_settings_api" long-name="HS Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7210
<unit bldFile="mw/homescreensrv/homescreensrv_plat/hs_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7211
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7212
<component name="hs_content_control_api" long-name="HS Content Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7213
<unit bldFile="mw/homescreensrv/homescreensrv_plat/hs_content_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7214
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7215
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7216
<collection name="xcfw" long-name="XML Content Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7217
<!-- collection is really a component, needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7218
<component name="xcfw_build" filter="s60" long-name="XML Content Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7219
<unit bldFile="mw/homescreensrv/xcfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7220
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7221
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7222
<collection name="homescreenpluginsrv" long-name="Home Screen Plugin Service" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7223
<component name="hspsdefinitionengine" filter="s60" long-name="HS Plugin Service Definition Engine" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7224
<!-- <unit bldFile="homescreenpluginsrv/hspsdefinitionengine/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7225
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7226
<component name="hspsdom" filter="s60" long-name="HS Plugin Service DOM" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7227
<!-- <unit bldFile="homescreenpluginsrv/hspsdom/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7228
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7229
<component name="hspstools" filter="s60" long-name="HS Server Tools">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7230
<!-- <unit bldFile="homescreenpluginsrv/hspstools/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7231
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7232
<component name="hspspluginregistry" filter="s60" long-name="HS Plugin Registry" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7233
<!-- <unit bldFile="homescreenpluginsrv/hspspluginregistry/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7234
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7235
<component name="hspsmanager" filter="s60" long-name="HSPS Manager" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7236
<!-- <unit bldFile="homescreenpluginsrv/hspsmanager/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7237
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7238
<component name="hspsodt" filter="s60" long-name="HSPS Object Description Tree" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7239
<!-- <unit bldFile="homescreenpluginsrv/hspsodt/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7240
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7241
<component name="hspsresource" filter="s60" long-name="HS Plugin Server Resource" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7242
<!-- <unit bldFile="homescreenpluginsrv/hspsresource/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7243
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7244
<component name="hspsresult" filter="s60" long-name="HS Plugin Server Result" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7245
<!-- <unit bldFile="homescreenpluginsrv/hspsresult/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7246
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7247
<component name="homescreen_settings_api" filter="s60" long-name="HS Settings API" class="api placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7248
<!-- <unit bldFile="homescreenpluginsrv/hspsresult/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7249
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7250
<component name="homescreenpluginsrv_build" filter="s60" long-name="HSPS Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7251
<!-- need to break this up into the self-contained components above and uncomment them -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7252
<unit bldFile="mw/homescreensrv/homescreenpluginsrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7253
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7254
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7255
<collection name="idlefw" long-name="Idle Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7256
<!-- Uncomment all units when configuration is in place. All currently #included from idlefw_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7257
<component name="idlefw_plugins" filter="s60" long-name="Idle Framework Plugins" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7258
<!--<unit bldFile="idlefw/plugins/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7259
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7260
<component name="hslaunch" filter="s60" long-name="Home Screen Launch" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7261
<!--<unit bldFile="idlefw/plugins/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7262
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7263
<component name="idlefw_build" filter="s60" long-name="Idle Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7264
<!--split this into components, or separate from the above components and move this down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7265
<unit bldFile="mw/homescreensrv/idlefw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7266
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7267
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7268
<collection name="menucontentsrv" long-name="Menu Content Service" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7269
<component name="menusatinterface" filter="s60" long-name="Menu SAT Interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7270
<unit bldFile="mw/homescreensrv/menucontentsrv/menusatinterface/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7271
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7272
<component name="menucontentsrv_build" filter="s60" long-name="Menu Content Service Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7273
<!--split this into components, or separate from the above component and move this down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7274
<unit bldFile="mw/homescreensrv/menucontentsrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7275
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7276
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7277
<collection name="backsteppingsrv" long-name="Back Stepping Service" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7278
<!-- collection is really a component, needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7279
<component name="bsengine" long-name="Back Stepping Engine" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7280
<unit bldFile="mw/homescreensrv/backsteppingsrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7281
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7282
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7283
<collection name="contentpublishingsrv" long-name="Content Publishing Service" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7284
<component name="contentpublishingdebug" filter="s60" long-name="Content Publishing Debug">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7285
<!-- need to move this component outside of contentpublishingutils and into separate component directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7286
<!-- <unit bldFile="contentpublishingsrv/contentpublishingutils/contentpublishingdebug/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7287
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7288
<component name="contentpublishingutils" filter="s60" long-name="Content Publishing Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7289
<unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7290
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7291
<component name="contentpublishingserver" filter="s60" long-name="Content Publishing Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7292
<unit bldFile="mw/homescreensrv/contentpublishingsrv/contentpublishingserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7293
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7294
<component name="contentharvester" filter="s60" long-name="Content Harvester">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7295
<unit bldFile="mw/homescreensrv/contentpublishingsrv/contentharvester/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7296
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7297
<component name="contentpublishingsrv_build" filter="s60" long-name="Content Publishing Service Build">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  7298
<!-- need to remove links to the above components and just contain the IBY (or move the IBY into another component). 
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7299
      		If keeping, it need to move down a directory.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7300
<unit bldFile="mw/homescreensrv/contentpublishingsrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7301
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7302
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7303
<collection name="contentcontrolsrv" long-name="Content Control Service" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7304
<component name="ccsrv" long-name="Content Control Service" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7305
<unit bldFile="mw/homescreensrv/contentcontrolsrv/ccsrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7306
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7307
<component name="ccsrvapi" long-name="Content Control Service API" filter="s60" introduced="^3" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7308
<unit bldFile="mw/homescreensrv/contentcontrolsrv/ccsrvapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7309
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7310
<component name="ccclientsession" long-name="Content Control Client Session" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7311
<unit bldFile="mw/homescreensrv/contentcontrolsrv/ccclientsession/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7312
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7313
<component name="hsccclient" long-name="HS Content Control Client" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7314
<unit bldFile="mw/homescreensrv/contentcontrolsrv/hsccclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7315
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7316
<component name="hscontentinfo" long-name="Home Screen Content Info" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7317
<unit bldFile="mw/homescreensrv/contentcontrolsrv/hscontentinfo/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7318
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7319
<component name="contentcontrolsrv_build" long-name="Content Control Service Build" filter="s60" introduced="^3">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  7320
<!-- need to remove links to the above components and just contain the IBY (or move the IBY into another component). 
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7321
      		If keeping, it need to move down a directory.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7322
<unit bldFile="mw/homescreensrv/contentcontrolsrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7323
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7324
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7325
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7326
<block name="appinstall" level="generic" long-name="Application Installation" levels="tool framework generic api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7327
<collection name="appinstall_plat" long-name="Application Installation Platform Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7328
<component name="iaupdate_api" long-name="IA Update API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7329
<unit bldFile="mw/appinstall/appinstall_plat/iaupdate_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7330
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7331
<component name="task_plugin_api" long-name="Task Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7332
<unit bldFile="mw/appinstall/appinstall_plat/task_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7333
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7334
<component name="sw_installer_common_ui_api" long-name="SW Installer Common UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7335
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_common_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7336
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7337
<component name="sw_installer_launcher_api" long-name="SW Installer Launcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7338
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_launcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7339
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7340
<component name="task_management_api" long-name="Task Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7341
<unit bldFile="mw/appinstall/appinstall_plat/task_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7342
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7343
<component name="sw_installer_ui_plugin_api" long-name="SW Installer UI Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7344
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_ui_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7345
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7346
<component name="sw_installer_cr_keys" long-name="SW Installer CR Keys" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7347
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_cr_keys/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7348
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7349
<component name="sw_installer_ps_keys" long-name="SW Installer PS Keys" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7350
<unit bldFile="mw/appinstall/appinstall_plat/sw_installer_ps_keys/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7351
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7352
<component name="appmngr2runtimeapi" long-name="Application Manager 2 Runtime Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7353
<unit bldFile="mw/appinstall/appinstall_plat/appmngr2runtimeapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7354
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7355
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7356
<collection name="appinstall_pub" long-name="Application Installation Public Interfaces" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7357
<component name="startup_list_management_api" long-name="Startup List Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7358
<unit bldFile="mw/appinstall/appinstall_pub/startup_list_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7359
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7360
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7361
<collection name="ncdengine" long-name="Nokia Content Discover" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7362
<!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7363
<component name="ncdengine_engine" filter="s60" long-name="NCD Engine" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7364
<unit bldFile="mw/appinstall/ncdengine/engine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7365
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7366
<component name="debuglogger" filter="s60" long-name="NCD Debug Logger" introduced="^1" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7367
<!-- <unit bldFile="ncdengine/debuglogger/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7368
</component>
941
fcefeb2cde2f Add auto generated symbian3 system model (packages@660e2d7263cd)
Dario Sestito <darios@symbian.org>
parents: 940
diff changeset
  7369
<component name="ncdengine_exports" filter="s60" long-name="NCD Exports" introduced="^1">
fcefeb2cde2f Add auto generated symbian3 system model (packages@660e2d7263cd)
Dario Sestito <darios@symbian.org>
parents: 940
diff changeset
  7370
<unit bldFile="mw/appinstall/ncdengine/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7371
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7372
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7373
<collection name="appinstaller" long-name="Application Installer" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7374
<component name="appmngr2" filter="s60" long-name="Application Manager 2" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7375
<unit bldFile="mw/appinstall/appinstaller/appmngr2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7376
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7377
<component name="appinstui" filter="s60" long-name="Application Installer UI" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7378
<unit bldFile="mw/appinstall/appinstaller/appinstui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7379
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7380
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7381
<collection name="iaupdateapi_stub" long-name="IA Update API Stub" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7382
<!-- the collection is really a component. Move down a directory.-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7383
<component name="iaupdateapi_stub_build" long-name="IA Update API Stub Build" filter="s60" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7384
<unit bldFile="mw/appinstall/iaupdateapi_stub/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7385
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7386
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7387
<collection name="iaupdate" long-name="Independent Apps Update" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7388
<!-- is this really just a component? If so move down one diretcory. Otherwise properly split up the bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7389
<component name="iad" long-name="Software Update" filter="s60" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7390
<unit bldFile="mw/appinstall/iaupdate/iad/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7391
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7392
<component name="iaupdate_help" filter="s60" long-name="IA Update Help" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7393
<unit bldFile="mw/appinstall/iaupdate/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7394
</component>
941
fcefeb2cde2f Add auto generated symbian3 system model (packages@660e2d7263cd)
Dario Sestito <darios@symbian.org>
parents: 940
diff changeset
  7395
<component name="iaupdate_rom" filter="s60" long-name="IA Update ROM" introduced="^2">
fcefeb2cde2f Add auto generated symbian3 system model (packages@660e2d7263cd)
Dario Sestito <darios@symbian.org>
parents: 940
diff changeset
  7396
<unit bldFile="mw/appinstall/iaupdate/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7397
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7398
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7399
<collection name="installationservices" long-name="Installation Services" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7400
<component name="swi" long-name="Secure Software Install" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7401
<unit bldFile="mw/appinstall/installationservices/swi/group" mrp="mw/appinstall/installationservices/swi/group/security_swi.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7402
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7403
<component name="swidevicetools" long-name="Secure Software Install Device Tools" introduced="8.1" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7404
<unit bldFile="mw/appinstall/installationservices/swidevicetools/group" mrp="mw/appinstall/installationservices/swidevicetools/group/security_switools_device.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7405
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7406
<component name="swiconfig" long-name="Software Install Config" introduced="9.1" purpose="optional" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7407
<unit bldFile="mw/appinstall/installationservices/swiconfig/group" mrp="mw/appinstall/installationservices/swiconfig/group/install_config.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7408
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7409
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7410
<collection name="secureswitools" long-name="Secure Software Install Tools" level="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7411
<component name="makekeys" long-name="MakeKeys" filter="gt" introduced="6.0" purpose="optional" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7412
<unit bldFile="mw/appinstall/secureswitools/makekeys/group" mrp="mw/appinstall/secureswitools/makekeys/group/security_makekeys.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7413
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7414
<component name="swianalysistoolkit" long-name="SWI Analysis Toolkit" purpose="development" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7415
<unit bldFile="mw/appinstall/secureswitools/swianalysistoolkit/group" mrp="mw/appinstall/secureswitools/swianalysistoolkit/group/security_switools.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7416
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7417
<component name="openssllib" long-name="OpenSSL Library" purpose="optional" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7418
<unit mrp="mw/appinstall/secureswitools/openssllib/security_openssl.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7419
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7420
<component name="swisistools" long-name="Secure Software Install SIS Tools" purpose="optional" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7421
<unit bldFile="mw/appinstall/secureswitools/swisistools/group" mrp="mw/appinstall/secureswitools/swisistools/group/security_sistools.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7422
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7423
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7424
<collection name="appinstall_info" long-name="Application Installation Info" level="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7425
<component name="appinstall_metadata" long-name="Application Installation Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7426
<unit mrp="mw/appinstall/appinstall_info/appinstall_metadata/appinstall_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7428
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7429
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7430
<block name="serviceapifw" level="specific" long-name="Service API Framework" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7431
<collection name="serviceapifw_pub" long-name="Service API Framework Public Interfaces" level="specific"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7432
<collection name="serviceapifw_plat" long-name="Service API Framework Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7433
<component name="rtsecuritymanager_common_api" long-name="Runtime Security Manager Common API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7434
<unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_common_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7435
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7436
<component name="rtsecuritymanager_utility_api" long-name="Runtime Security Manager Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7437
<unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7438
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7439
<component name="rtsecuritymanager_client_api" long-name="Runtime Security Manager Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7440
<unit bldFile="mw/serviceapifw/serviceapifw_plat/rtsecuritymanager_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7441
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7442
<component name="liw_provider_utility_api" long-name="LIW Provider Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7443
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_provider_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7444
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7445
<component name="liw_service_interface_base_api" long-name="LIW Service Interface Base API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7446
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_interface_base_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7447
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7448
<component name="liw_service_interface_menu_api" long-name="LIW Service Interface Menu API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7449
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_interface_menu_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7450
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7451
<component name="liw_criteria_api" long-name="LIW Criteria API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7452
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_criteria_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7453
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7454
<component name="liw_generic_parameter_api" long-name="LIW Generic Parameter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7455
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_generic_parameter_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7456
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7457
<component name="liw_service_handler_api" long-name="LIW Service Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7458
<unit bldFile="mw/serviceapifw/serviceapifw_plat/liw_service_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7459
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7460
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7461
<collection name="rtsecuritymanager" long-name="Runtime Security Manager" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7462
<component name="rtsecuritymanagerutil" filter="s60" long-name="Runtime Security Manager Util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7463
<unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerutil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7464
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7465
<component name="rtsecuritymanagerserver" filter="s60" long-name="Runtime Security Manager Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7466
<unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7467
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7468
<component name="rtsecuritymanagerclient" filter="s60" long-name="Runtime Security Manager Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7469
<unit bldFile="mw/serviceapifw/rtsecuritymanager/rtsecuritymanagerclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7470
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7471
<component name="rtsecuritymanager_build" filter="s60" long-name="Runtime Security Manager Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7472
<!-- Move the export to the appropriate components, or make this a ROM component by removing the #includes -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7473
<unit bldFile="mw/serviceapifw/rtsecuritymanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7474
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7475
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7476
<collection name="languageinterworkingfw" long-name="Language Interworking Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7477
<component name="lifwservicehandler" filter="s60" long-name="Service Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7478
<unit bldFile="mw/serviceapifw/languageinterworkingfw/servicehandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7479
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7480
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7481
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7482
<block name="serviceapi" level="specific" long-name="Service API" levels="os mw1 mw2 app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7483
<!-- should break up this collection into something meaningful -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7484
<collection name="serviceproviders" long-name="Service Providers" level="mw1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7485
<component name="sapi_contacts_vpbk" long-name="Contacts Phonebook SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7486
<unit bldFile="mw/serviceapi/serviceproviders/sapi_contacts_vpbk/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7487
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7488
<component name="sapi_location" long-name="Location SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7489
<unit bldFile="mw/serviceapi/serviceproviders/sapi_location/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7490
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7491
<component name="sapi_mediamanagement" long-name="Media Management SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7492
<unit bldFile="mw/serviceapi/serviceproviders/sapi_mediamanagement/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7493
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7494
<component name="sapi_landmarks" long-name="Landmarks SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7495
<unit bldFile="mw/serviceapi/serviceproviders/sapi_landmarks/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7496
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7497
<component name="sapi_messaging" long-name="Messaging SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7498
<unit bldFile="mw/serviceapi/serviceproviders/sapi_messaging/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7499
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7500
<component name="sapi_applicationmanager" long-name="Application Manager SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7501
<unit bldFile="mw/serviceapi/serviceproviders/sapi_applicationmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7502
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7503
<component name="sapi_calendar" long-name="Calendar SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7504
<unit bldFile="mw/serviceapi/serviceproviders/sapi_calendar/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7505
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7506
<component name="sapi_logging" long-name="Logging SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7507
<unit bldFile="mw/serviceapi/serviceproviders/sapi_logging/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7508
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7509
<component name="sapi_sensor" long-name="Sensor SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7510
<unit bldFile="mw/serviceapi/serviceproviders/sapi_sensor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7511
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7512
<component name="sapi_sysinfo" long-name="Sysinfo SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7513
<unit bldFile="mw/serviceapi/serviceproviders/sapi_sysinfo/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7514
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7515
<component name="sapi_serviceregistry" long-name="Service Registry SAPI" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7516
<unit bldFile="mw/serviceapi/serviceproviders/sapi_serviceregistry/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7517
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7518
<component name="jsapi" long-name="Javascript API" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7519
<unit bldFile="mw/serviceapi/serviceproviders/jsapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7520
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7521
<component name="serviceproviders_build" filter="s60" long-name="Service API Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7522
<!--  distribute the exports or make this a ROM component by removing the #includes -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7523
<unit bldFile="mw/serviceapi/serviceproviders/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7524
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7525
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7526
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7527
<block name="web" level="specific" long-name="Web" levels="plugin utils server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7528
<collection name="web_pub" long-name="Web Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7529
<component name="browser_control_api" long-name="Browser Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7530
<unit bldFile="mw/web/web_pub/browser_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7531
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7532
<component name="download_mgr_client_api" long-name="Download Manager Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7533
<unit bldFile="mw/web/web_pub/download_mgr_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7534
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7535
<component name="download_mgr_ui_api" long-name="Download Manager UI Library API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7536
<unit bldFile="mw/web/web_pub/download_mgr_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7537
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7538
<component name="favourites_engine_api" long-name="Favourites Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7539
<unit bldFile="mw/web/web_pub/favourites_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7540
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7541
<component name="browser_plugin_api" long-name="Browser Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7542
<unit bldFile="mw/web/web_pub/browser_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7543
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7544
<component name="settings_api" long-name="Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7545
<unit bldFile="mw/web/web_pub/settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7546
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7547
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7548
<collection name="web_plat" long-name="Web Platform Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7549
<component name="aiw_browser_provider_api" long-name="AIW Browser Provider API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7550
<unit bldFile="mw/web/web_plat/aiw_browser_provider_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7551
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7552
<component name="browser_dialogs_provider_api" long-name="Browser Dialogs Provider API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7553
<unit bldFile="mw/web/web_plat/browser_dialogs_provider_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7554
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7555
<component name="browser_platform_api" long-name="Browser Platform API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7556
<unit bldFile="mw/web/web_plat/browser_platform_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7557
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7558
<component name="cod_handler_api" long-name="COD Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7559
<unit bldFile="mw/web/web_plat/cod_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7560
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7561
<component name="connection_manager_api" long-name="Connection Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7562
<unit bldFile="mw/web/web_plat/connection_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7563
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7564
<component name="cxml_library_api" long-name="cXml Library API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7565
<unit bldFile="mw/web/web_plat/cxml_library_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7566
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7567
<component name="download_mgr_client_api_extn" long-name="Download Manager Client API Extension" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7568
<unit bldFile="mw/web/web_plat/download_mgr_client_api_extn/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7569
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7570
<component name="download_path_plugin_api" long-name="Download Path Plugin API" filter="s60" introduced="^3" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7571
<unit bldFile="mw/web/web_plat/download_path_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7572
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7573
<component name="feeds_engine_api" long-name="Feeds Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7574
<unit bldFile="mw/web/web_plat/feeds_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7575
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7576
<component name="launcher_api" long-name="Launcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7577
<unit bldFile="mw/web/web_plat/launcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7578
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7579
<component name="multipart_parser_api" long-name="Multipart Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7580
<unit bldFile="mw/web/web_plat/multipart_parser_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7581
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7582
<component name="recent_url_store_api" long-name="Recent URL Store API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7583
<unit bldFile="mw/web/web_plat/recent_url_store_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7584
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7585
<component name="scheme_handler_plugin_api" long-name="Scheme Handler Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7586
<unit bldFile="mw/web/web_plat/scheme_handler_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7587
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7588
<component name="scriptable_plugin_api" long-name="Scriptable Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7589
<unit bldFile="mw/web/web_plat/scriptable_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7590
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7591
<component name="webutils_api" long-name="Web Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7592
<unit bldFile="mw/web/web_plat/webutils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7593
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7594
<component name="widget_registry_api" long-name="Widget Registry API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7595
<unit bldFile="mw/web/web_plat/widget_registry_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7596
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7597
<component name="xml_parser_api" long-name="XML Parser API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7598
<unit bldFile="mw/web/web_plat/xml_parser_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7599
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  7600
<component name="stmgesturefw_api" long-name="State Machine Gesture Framework API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7601
<unit bldFile="mw/web/web_plat/stmgesturefw_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7602
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7603
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7604
<collection name="browserutilities" long-name="Browser Utilities" level="utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7605
<component name="browserdialogsprovider" filter="s60" long-name="Browser Dialogs Provider">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7606
<unit bldFile="mw/web/browserutilities/browserdialogsprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7607
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7608
<component name="recenturlstore" filter="s60" long-name="Recent URL Store">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7609
<unit bldFile="mw/web/browserutilities/recenturlstore/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7610
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7611
<component name="xmlparser" filter="s60" long-name="XML Interface">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7612
<unit bldFile="mw/web/browserutilities/xmlparser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7613
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7614
<component name="cxmllibrary" filter="s60" long-name="XML Parser Implementation">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7615
<unit bldFile="mw/web/browserutilities/cxmllibrary/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7616
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7617
<component name="downloadmgr" filter="s60" long-name="Download Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7618
<unit bldFile="mw/web/browserutilities/downloadmgr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7619
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7620
<component name="connectionmanager" filter="s60" long-name="Connection Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7621
<unit bldFile="mw/web/browserutilities/connectionmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7622
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7623
<component name="browsertelservice" filter="s60" long-name="Browser Telephony Service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7624
<unit bldFile="mw/web/browserutilities/browsertelservice/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7625
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7626
<component name="favouritesengine" filter="s60" long-name="Favourites Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7627
<unit bldFile="mw/web/browserutilities/favouritesengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7628
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7629
<component name="feedsengine" filter="s60" long-name="Feeds Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7630
<unit bldFile="mw/web/browserutilities/feedsengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7631
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7632
<component name="multipartparser" filter="s60" long-name="Multipart Parser">
934
02f0b1cb3aa8 Add auto generated symbian3 system model (packages@89a4aafb2d48)
Dario Sestito <darios@symbian.org>
parents: 933
diff changeset
  7633
<unit bldFile="mw/web/browserutilities/multipartparser/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7634
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7635
<component name="schemehandler" filter="s60" long-name="Scheme Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7636
<unit bldFile="mw/web/browserutilities/schemehandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7637
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7638
<component name="webutils" filter="s60" long-name="Web Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7639
<unit bldFile="mw/web/browserutilities/webutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7640
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7641
<component name="aiwbrowserprovider" filter="s60" long-name="AIW Browser Provider" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7642
<unit bldFile="mw/web/browserutilities/aiwbrowserprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7643
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7644
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7645
<collection name="webengine" long-name="Web Engine" level="server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7646
<component name="osswebengine" filter="s60" long-name="OSS Web Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7647
<!-- can only have one unit. Either split into multiple components or #include from a single main bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7648
<unit bldFile="mw/web/webengine/osswebengine/cache/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7649
<unit bldFile="mw/web/webengine/osswebengine/memorymanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7650
<unit bldFile="mw/web/webengine/osswebengine/npscript/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7651
<unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7652
<unit bldFile="mw/web/webengine/osswebengine/webkit/s60/group/javascriptcore"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7653
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7654
<component name="webkitutils" filter="s60" long-name="WebKit Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7655
<unit bldFile="mw/web/webengine/webkitutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7656
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7657
<component name="pagescaler" filter="s60" long-name="Page Scaler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7658
<unit bldFile="mw/web/webengine/pagescaler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7659
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7660
<component name="webwidgetinstaller" filter="s60" long-name="Widget Installer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7661
<unit bldFile="mw/web/webengine/widgetinstaller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7662
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7663
<component name="widgetregistry" filter="s60" long-name="Widget Registry">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7664
<unit bldFile="mw/web/webengine/widgetregistry/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7665
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7666
<component name="wmlengine" filter="s60" long-name="WML Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7667
<unit bldFile="mw/web/webengine/wmlengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7668
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7669
<component name="device" filter="s60" long-name="Device">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7670
<!-- this needs a more meaningful name -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7671
<unit bldFile="mw/web/webengine/device/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7672
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7673
<component name="widgetengine" filter="s60" long-name="Widget Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7674
<unit bldFile="mw/web/webengine/widgetengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7675
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7676
<component name="web_memoryplugin" long-name="Memory Plugin" filter="s60" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7677
<unit bldFile="mw/web/webengine/memoryplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7678
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7679
<component name="widgetmemoryplugin" filter="s60" long-name="Widget Memory Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7680
<unit bldFile="mw/web/webengine/widgetmemoryplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7681
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7682
<component name="widgetbackuprestore" filter="s60" long-name="Widget Backup and Restore">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7683
<unit bldFile="mw/web/webengine/widgetbackuprestore/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7684
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7685
<component name="browserrecognizers" filter="s60" long-name="Browser Recognizers" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7686
<unit bldFile="mw/web/webengine/browserrecognizers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7687
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7688
<component name="wrtharvester" filter="s60" long-name="Web Runtime Harvester" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7689
<unit bldFile="mw/web/webengine/wrtharvester/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7690
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7691
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7692
<collection name="codhandler" long-name="Content Object Descriptor Handler" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7693
<component name="codeng" filter="s60" long-name="COD Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7694
<unit bldFile="mw/web/codhandler/codeng/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7695
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7696
<component name="codui" filter="s60" long-name="COD UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7697
<unit bldFile="mw/web/codhandler/codui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7698
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7699
<component name="codrecog" filter="s60" long-name="COD Recogniser" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7700
<unit bldFile="mw/web/codhandler/codrecog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7701
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7702
<component name="codviewer" filter="s60" long-name="COD Viewer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7703
<unit bldFile="mw/web/codhandler/codviewer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7704
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7705
<component name="ddrecog" filter="s60" long-name="Download Descriptor Recogniser" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7706
<unit bldFile="mw/web/codhandler/ddrecog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7707
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7708
<component name="ddviewer" filter="s60" long-name="Download Descriptor Viewer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7709
<unit bldFile="mw/web/codhandler/ddviewer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7710
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7711
<component name="coddownload" filter="s60" long-name="COD Download">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7712
<unit bldFile="mw/web/codhandler/coddownload/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7713
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7714
<component name="roapapp" filter="s60" long-name="ROAP Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7715
<unit bldFile="mw/web/codhandler/roapapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7716
</component>
934
02f0b1cb3aa8 Add auto generated symbian3 system model (packages@89a4aafb2d48)
Dario Sestito <darios@symbian.org>
parents: 933
diff changeset
  7717
<component name="codhandler_loc" filter="s60" long-name="COD Handler Localisation">
02f0b1cb3aa8 Add auto generated symbian3 system model (packages@89a4aafb2d48)
Dario Sestito <darios@symbian.org>
parents: 933
diff changeset
  7718
<unit bldFile="mw/web/codhandler/Loc"/>
02f0b1cb3aa8 Add auto generated symbian3 system model (packages@89a4aafb2d48)
Dario Sestito <darios@symbian.org>
parents: 933
diff changeset
  7719
</component>
02f0b1cb3aa8 Add auto generated symbian3 system model (packages@89a4aafb2d48)
Dario Sestito <darios@symbian.org>
parents: 933
diff changeset
  7720
<component name="codhandler_rom" filter="s60" long-name="COD Handler ROM">
02f0b1cb3aa8 Add auto generated symbian3 system model (packages@89a4aafb2d48)
Dario Sestito <darios@symbian.org>
parents: 933
diff changeset
  7721
<unit bldFile="mw/web/codhandler/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7722
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7723
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7724
<collection name="widgets" long-name="Web Widget Framework" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7725
<!-- the following units can be uncommented when configuration is put in place -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7726
<component name="widgetrecognizer" filter="s60" long-name="Widget Recognizer" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7727
<!--<unit bldFile="widgets/widgetrecognizer/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7728
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7729
<component name="widgetinstaller" filter="s60" long-name="Widget Installer UI" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7730
<!--<unit bldFile="widgets/widgetinstaller/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7731
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7732
<component name="widgetlauncher" filter="s60" long-name="Widget Launcher">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7733
<!-- <unit bldFile="widgets/widgetlauncher/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7734
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7735
<component name="widgetapp" filter="s60" long-name="Widget UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7736
<!--<unit bldFile="widgets/widgetapp/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7737
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7738
<component name="widgetsidchecker" filter="s60" long-name="Widget SID Checker" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7739
<!--<unit bldFile="widgets/widgetsidchecker/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7740
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7741
<component name="widgetpreinstaller" filter="s60" long-name="Widget Pre-Installer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7742
<!--<unit bldFile="widgets/widgetpreinstaller/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7743
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7744
<component name="widgetstartup" filter="s60" long-name="Widget Startup">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7745
<!--<unit bldFile="widgets/widgetstartup/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7746
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7747
<component name="widgets_build" filter="s60" long-name="Widgets Build">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  7748
<!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed 
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7749
      		#included .hrh file needs to be #included in each of the other components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7750
<unit bldFile="mw/web/widgets/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7751
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7752
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7753
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7754
<block name="websrv" level="generic" long-name="Web Services" levels="plugin framework server generic specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7755
<collection name="websrv_pub" long-name="Web Services Public Interfaces" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7756
<component name="web_service_description_api" long-name="Web Service Description API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7757
<unit bldFile="mw/websrv/websrv_pub/web_service_description_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7758
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7759
<component name="web_service_connection_api" long-name="Web Service Connection API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7760
<unit bldFile="mw/websrv/websrv_pub/web_service_connection_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7761
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7762
<component name="web_service_manager_api" long-name="Web Service Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7763
<unit bldFile="mw/websrv/websrv_pub/web_service_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7764
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7765
<component name="hostlet_connection_api" long-name="Hostlet Connection API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7766
<unit bldFile="mw/websrv/websrv_pub/hostlet_connection_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7767
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7768
<component name="web_service_messaging_api" long-name="Web Service Messaging API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7769
<unit bldFile="mw/websrv/websrv_pub/web_service_messaging_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7770
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7771
<component name="xml_extensions_api" long-name="XML Extensions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7772
<unit bldFile="mw/websrv/websrv_pub/xml_extensions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7773
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7774
<component name="xml_fragment_api" long-name="XML Fragment API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7775
<unit bldFile="mw/websrv/websrv_pub/xml_fragment_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7776
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7777
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7778
<collection name="webservices" long-name="Web Services Framework" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7779
<!-- consider breaking this collection into more meaningful subsets -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7780
<component name="wsnotifierplugins" filter="s60" long-name="WS Notifier Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7781
<unit bldFile="mw/websrv/webservices/wsnotifierplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7782
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7783
<component name="wslogger" filter="s60" long-name="WS Logger">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7784
<unit bldFile="mw/websrv/webservices/wslogger/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7785
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7786
<component name="wsxml" filter="s60" long-name="WS XML Extensions">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7787
<unit bldFile="mw/websrv/webservices/wsxml/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7788
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7789
<component name="wsutils" filter="s60" long-name="WS Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7790
<unit bldFile="mw/websrv/webservices/wsutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7791
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7792
<component name="wsfragment" filter="s60" long-name="WS Fragment">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7793
<unit bldFile="mw/websrv/webservices/wsfragment/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7794
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7795
<component name="wsdescription" filter="s60" long-name="WS Service Description">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7796
<unit bldFile="mw/websrv/webservices/wsdescription/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7797
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7798
<component name="wsconnection" filter="s60" long-name="WS Service Connection">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7799
<unit bldFile="mw/websrv/webservices/wsconnection/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7800
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7801
<component name="wsmessages" filter="s60" long-name="WS Messages">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7802
<unit bldFile="mw/websrv/webservices/wsmessages/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7803
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7804
<component name="wscredentialmanager" filter="s60" long-name="WS Credential Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7805
<unit bldFile="mw/websrv/webservices/wscredentialmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7806
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7807
<component name="wsframework" filter="s60" long-name="WS Framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7808
<unit bldFile="mw/websrv/webservices/wsframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7809
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7810
<component name="wshttpchanneltransportplugin" filter="s60" long-name="WS HTTP Channel Transport Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7811
<unit bldFile="mw/websrv/webservices/wshttpchanneltransportplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7812
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7813
<component name="wsconnectionagent" filter="s60" long-name="WS Connection Agent">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7814
<unit bldFile="mw/websrv/webservices/wsconnectionagent/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7815
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7816
<component name="wsprovider" filter="s60" long-name="WS Provider">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7817
<unit bldFile="mw/websrv/webservices/wsprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7818
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7819
<component name="wshostletconnection" filter="s60" long-name="WS Hostlet Connection">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7820
<unit bldFile="mw/websrv/webservices/wshostletconnection/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7821
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7822
<component name="wsmanager" filter="s60" long-name="WS Service Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7823
<unit bldFile="mw/websrv/webservices/wsmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7824
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7825
<component name="wsidentitymanager" filter="s60" long-name="WS Identity Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7826
<unit bldFile="mw/websrv/webservices/wsidentitymanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7827
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7828
<component name="idwsfplugin" filter="s60" long-name="ID-WSF Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7829
<unit bldFile="mw/websrv/webservices/idwsfplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7830
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7831
<component name="wsibasicplugin" filter="s60" long-name="WS-I Basic Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7832
<unit bldFile="mw/websrv/webservices/wsibasicplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7833
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7834
<component name="wsrestplugin" filter="s60" long-name="WS REST Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7835
<unit bldFile="mw/websrv/webservices/wsrestplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7836
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7837
<component name="idwsfsecuritymechanism" filter="s60" long-name="ID-WSF Security Mechanism">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7838
<unit bldFile="mw/websrv/webservices/idwsfsecuritymechanism/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7839
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7840
<component name="wspasswordtransforms" filter="s60" long-name="WS Password Transforms">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7841
<unit bldFile="mw/websrv/webservices/wspasswordtransforms/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7842
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7843
<component name="wscore" filter="s60" long-name="WS Core Service Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7844
<unit bldFile="mw/websrv/webservices/wscore/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7845
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7846
<component name="wslocaltransportplugin" filter="s60" long-name="WS Local Transport Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7847
<unit bldFile="mw/websrv/webservices/wslocaltransportplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7848
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7849
<component name="wshostlettransportplugin" filter="s60" long-name="WS Hostlet Transport Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7850
<unit bldFile="mw/websrv/webservices/wshostlettransportplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7851
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7852
<component name="wsstar" filter="s60" long-name="WS Star">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7853
<!-- can only have one unit. Need to split into separate components or #include from a single bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7854
<unit bldFile="mw/websrv/webservices/wsstar/wsstarpolicy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7855
<unit bldFile="mw/websrv/webservices/wsstar/wsstarplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7856
<unit bldFile="mw/websrv/webservices/wsstar/wsstarmessagehandlers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7857
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7858
<component name="wsoviplugin" filter="s60" long-name="WS Ovi Plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7859
<unit bldFile="mw/websrv/webservices/wsoviplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7860
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7861
<component name="webservices_build" filter="s60" long-name="Web Services Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7862
<!-- need to split into self-contained components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7863
<unit bldFile="mw/websrv/webservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7864
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7865
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7866
<collection name="websrv_info" long-name="Web Services Info" level="specific">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7867
<component name="websrv_bld" filter="s60" long-name="Web Services Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7868
<!-- need to include common .hrh in each unit -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7869
<unit bldFile="mw/websrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7870
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7871
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7872
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7873
<block name="platformtools" level="generic" long-name="Platform Tools">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7874
<collection name="gfxconversion" long-name="Graphics Conversion">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7875
<component name="bmconv_s60" filter="s60" long-name="S60 Bitmap Converter" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7876
<unit bldFile="mw/platformtools/gfxconversion/bmconv_s60/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7877
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7878
<component name="mifconv" filter="s60" long-name="Multi Icon File Converter" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7879
<unit bldFile="mw/platformtools/gfxconversion/mifconv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7880
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7881
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7882
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7883
<block name="uitools" level="specific" long-name="UI Tools" levels="compile encode tool if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7884
<collection name="uitools_pub" long-name="UI Tools Public Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7885
<component name="third_party_bitmap_palette_api" long-name="Third Party Bitmap Palette API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7886
<unit bldFile="mw/uitools/uitools_pub/third_party_bitmap_palette_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7887
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7888
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7889
<collection name="uitools_plat" long-name="UI Tools Platform Interfaces" level="if">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  7890
<component name="uitools_cdl_api" long-name="CDL API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7891
<unit bldFile="mw/uitools/uitools_plat/cdl_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7892
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  7893
<component name="uitools_layout_system_private_api" long-name="Layout System Private API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7894
<unit bldFile="mw/uitools/uitools_plat/layout_system_private_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7895
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7896
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7897
<collection name="cdlcompilertoolkit" long-name="CDL Compiler Toolkit" level="compile">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7898
<!-- collection is actually a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7899
<component name="cdlcompilertoolkit_build" filter="s60" long-name="CDL Compiler Toolkit Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7900
<unit bldFile="mw/uitools/cdlcompilertoolkit/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7901
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7902
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7903
<collection name="cdlcompiler" long-name="CDL Compiler" level="compile">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7904
<!-- collection is actually a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7905
<component name="cdlcompiler_build" filter="s60" long-name="CDL Compiler Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7906
<unit bldFile="mw/uitools/cdlcompiler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7907
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7908
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7909
<collection name="gfxtools" long-name="Graphics Tools" level="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7910
<component name="color" filter="s60" long-name="Bitmap Colour Palette" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7911
<unit bldFile="mw/uitools/gfxtools/color/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7912
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7913
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7914
<collection name="aknlayoutcompiler" long-name="Avkon Layout Compiler" level="compile">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7915
<!-- collection is actually a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7916
<component name="aknlayoutcompiler_build" filter="s60" long-name="Avkon Layout Compiler Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7917
<unit bldFile="mw/uitools/aknlayoutcompiler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7918
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7919
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7920
<collection name="skincompiler" long-name="Skin Compiler" level="compile">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7921
<component name="aknskindesccompiler" filter="s60" long-name="Avkon Skin Descriptor Compiler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7922
<unit bldFile="mw/uitools/skincompiler/AknSkinDescCompiler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7923
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7924
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7925
<collection name="reszip" long-name="Resource Zip" level="encode">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7926
<!-- collection is actually a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7927
<component name="reszip_build" filter="s60" long-name="Resource Zip Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7928
<unit bldFile="mw/uitools/reszip/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7929
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7930
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7931
<collection name="toollibraries" long-name="Tool Libraries" level="tool"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7932
<collection name="svgtencoder" long-name="SVGT Encoder" level="encode">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7933
<component name="svgtenc" filter="s60" long-name="Standalone SVGT Encoder" class="PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7934
<unit bldFile="mw/uitools/svgtencoder/svgtenc/standalone/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7935
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7936
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7937
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7938
</layer>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7939
<layer name="app" long-name="Applications" levels="services apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7940
<block name="location" level="apps" long-name="Location Apps" levels="ui events loc apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7941
<collection name="loc_pub" long-name="Location Apps Public Interfaces" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7942
<component name="landmarks_ui_selector_api" long-name="Landmarks UI Selector API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7943
<unit bldFile="app/location/loc_pub/landmarks_ui_selector_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7944
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7945
<component name="landmarks_ui_addedit_api" long-name="Landmarks UI Add/Edit API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7946
<unit bldFile="app/location/loc_pub/landmarks_ui_addedit_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7947
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7948
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7949
<collection name="basiclocationinfodisplay" long-name="Basic Location Info Display" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7950
<component name="blid" filter="s60" long-name="Basic Location Info Display Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7951
<unit bldFile="app/location/basiclocationinfodisplay/blid/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7952
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7953
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7954
<collection name="landmarksui" long-name="Landmarks UI" level="loc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7955
<component name="landmarksui_help" filter="s60" long-name="Landmarks UI Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7956
<unit bldFile="app/location/landmarksui/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7957
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7958
<component name="landmarksui_engine" filter="s60" long-name="Landmarks UI Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7959
<unit bldFile="app/location/landmarksui/engine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7960
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7961
<component name="uicontrols" filter="s60" long-name="Landmarks UI Controls">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7962
<unit bldFile="app/location/landmarksui/uicontrols/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7963
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7964
<component name="landmarksui_commonui" filter="s60" long-name="Landmarks Common UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7965
<unit bldFile="app/location/landmarksui/commonui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7966
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7967
<component name="landmarksui_app" filter="s60" long-name="Landmarks Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7968
<unit bldFile="app/location/landmarksui/app/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7969
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7970
<component name="msgviewer" filter="s60" long-name="Landmarks Message Viewer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7971
<unit bldFile="app/location/landmarksui/msgviewer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7972
</component>
935
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  7973
<component name="landmarksui_loc" filter="s60" long-name="Landmarks UI Localisation">
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  7974
<unit bldFile="app/location/landmarksui/loc"/>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  7975
</component>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  7976
<component name="landmarksui_rom" filter="s60" long-name="Landmarks UI ROM">
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  7977
<unit bldFile="app/location/landmarksui/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7978
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7979
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7980
<collection name="eventsui" long-name="Location Events UI" level="events">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7981
<component name="eventsui_help" filter="s60" long-name="Events Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7982
<unit bldFile="app/location/eventsui/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7983
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7984
<component name="eventsutils" filter="s60" long-name="Events Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7985
<unit bldFile="app/location/eventsui/eventsutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7986
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7987
<component name="eventsengine" filter="s60" long-name="Events Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7988
<unit bldFile="app/location/eventsui/eventsengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7989
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7990
<component name="eventshandlerui" filter="s60" long-name="Events Handler UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7991
<unit bldFile="app/location/eventsui/eventshandlerui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7992
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7993
<component name="eventseditor" filter="s60" long-name="Events Editor">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7994
<unit bldFile="app/location/eventsui/eventseditor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7995
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7996
<component name="eventsmgmtui" filter="s60" long-name="Events Management UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7997
<unit bldFile="app/location/eventsui/eventsmgmtui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  7998
</component>
935
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  7999
<component name="eventsui_conf" filter="s60" long-name="Events UI Configuration">
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8000
<unit bldFile="app/location/eventsui/conf"/>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8001
</component>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8002
<component name="eventsui_data" filter="s60" long-name="Events UI Data">
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8003
<unit bldFile="app/location/eventsui/data"/>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8004
</component>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8005
<component name="eventsui_loc" filter="s60" long-name="Events UI Localisation">
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8006
<unit bldFile="app/location/eventsui/loc"/>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8007
</component>
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8008
<component name="eventsui_rom" filter="s60" long-name="Events UI ROM">
d396787b48d5 Add auto generated symbian3 system model (packages@0b94e6e7212f)
Dario Sestito <darios@symbian.org>
parents: 934
diff changeset
  8009
<unit bldFile="app/location/eventsui/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8010
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8011
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8012
<collection name="locationlandmarksrefappfors60" long-name="Location Landmarks Reference App for S60" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8013
<!-- this is a component, needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8014
<component name="lmrefapp" filter="s60" long-name="Landmarks Reference Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8015
<unit bldFile="app/location/locationlandmarksrefappfors60/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8016
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8017
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8018
<collection name="locationlandmarksuirefapp" long-name="Location Landmarks UI Reference App" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8019
<!-- this is a component, needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8020
<component name="lmuirefapp" filter="s60" long-name="Landmarks UI Reference Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8021
<unit bldFile="app/location/locationlandmarksuirefapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8022
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8023
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8024
<collection name="locationsatviewrefapp" long-name="Location Satellite View Reference App" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8025
<!-- this is a component, needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8026
<component name="satellitereference" filter="s60" long-name="Satellite Info UI Reference Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8027
<unit bldFile="app/location/locationsatviewrefapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8028
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8029
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8030
<collection name="simpsyconfigurator" long-name="Simulation PSY Configurator" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8031
<!-- this is a component, needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8032
<component name="simpsyui" filter="s60" long-name="Simulation PSY UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8033
<unit bldFile="app/location/simpsyconfigurator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8034
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8035
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8036
<collection name="mapnavproviderrefapp" long-name="Map and Navigation Provider Reference App" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8037
<!-- this is a component, needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8038
<component name="mapnavproviderrefapp_build" filter="s60" long-name="Map and Navigation Provider Reference Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8039
<unit bldFile="app/location/mapnavproviderrefapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8040
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8041
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8042
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8043
<block name="mmsharinguis" level="services" long-name="Multimedia Sharing UIs" levels="base plugin if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8044
<collection name="mmsharinguis_plat" long-name="Multimedia Sharing UIs Platform Interfaces" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8045
<component name="multimedia_sharing_settings_api" long-name="Multimedia Sharing Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8046
<unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8047
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8048
<component name="multimedia_sharing_resource_api" long-name="Multimedia Sharing Resource API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8049
<unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_resource_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8050
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8051
<component name="multimedia_sharing_manager_api" long-name="Multimedia Sharing Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8052
<unit bldFile="app/mmsharinguis/mmsharinguis_plat/multimedia_sharing_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8053
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8054
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8055
<collection name="mmsharing" long-name="Multimedia Sharing" level="base">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8056
<component name="mmshavailability" filter="s60" long-name="Multimedia Sharing Availability">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8057
<unit bldFile="app/mmsharinguis/mmsharing/mmshavailability/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8058
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8059
<component name="mmshindicator" filter="s60" long-name="Multimedia Sharing Indicator">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8060
<unit bldFile="app/mmsharinguis/mmsharing/mmshindicator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8061
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8062
<!-- consider putting client and server in the same component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8063
<component name="mmshmanagercli" filter="s60" long-name="Multimedia Sharing Manager Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8064
<unit bldFile="app/mmsharinguis/mmsharing/mmshmanagercli/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8065
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8066
<component name="mmshmanagersrv" filter="s60" long-name="Multimedia Sharing Manager Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8067
<unit bldFile="app/mmsharinguis/mmsharing/mmshmanagersrv/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8068
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8069
<component name="mmshengine" filter="s60" long-name="Multimedia Sharing Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8070
<unit bldFile="app/mmsharinguis/mmsharing/mmshengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8071
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8072
<component name="mmshui" filter="s60" long-name="Multimedia Sharing UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8073
<!-- can only have one unit: need to #include one from the other if it's needed -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8074
<unit bldFile="app/mmsharinguis/mmsharing/mmshui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8075
<unit bldFile="app/mmsharinguis/mmsharing/mmshui/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8076
</component>
945
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
  8077
<component name="mmsharing_exports" filter="s60" long-name="MM Sharing exports">
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
  8078
<unit bldFile="app/mmsharinguis/mmsharing/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8079
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8080
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8081
<collection name="mmshplugins" long-name="Multimedia Sharing Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8082
<component name="mmshaoplugin" filter="s60" long-name="Multimedia Sharing Always Online Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8083
<unit bldFile="app/mmsharinguis/mmshplugins/mmshaoplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8084
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8085
<component name="mmshaiwplugin" filter="s60" long-name="Multimedia Sharing AIW Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8086
<unit bldFile="app/mmsharinguis/mmshplugins/mmshaiwplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8087
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8088
<component name="mmshsipcrplugin" filter="s60" long-name="Multimedia Sharing SIP Client Resolver Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8089
<unit bldFile="app/mmsharinguis/mmshplugins/mmshsipcrplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8090
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8091
<component name="mmshsettingsuiplugin" filter="s60" long-name="Multimedia Sharing Settings UI Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8092
<unit bldFile="app/mmsharinguis/mmshplugins/mmshsettingsuiplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8093
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8094
<component name="mmshwpadapterplugin" filter="s60" long-name="Multimedia Sharing WAP Provisioning Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8095
<unit bldFile="app/mmsharinguis/mmshplugins/mmshwpadapterplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8096
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8097
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8098
<collection name="mmsharinguis_info" long-name="Multimedia Sharing UIs Info" level="if">
945
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
  8099
<component name="mmsharinguis_rom" filter="s60" long-name="Multimedia Sharing UIs ROM">
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
  8100
<unit bldFile="app/mmsharinguis/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8101
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8102
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8103
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8104
<block name="phone" level="apps" span="2" long-name="Phone Apps" levels="engine plugin ui app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8105
<collection name="phone_plat" long-name="Phone Apps Platform Interfaces" level="app">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8106
<component name="ringing_tone_3d_enabler_api" long-name="3D Ringing Tone Enabler API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8107
<unit bldFile="app/phone/phone_plat/3d_ringing_tone_enabler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8108
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8109
<component name="telephony_comms_information_api" long-name="Telephony Comms Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8110
<unit bldFile="app/phone/phone_plat/telephony_comms_information_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8111
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8112
<component name="telephony_information_api" long-name="Telephony Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8113
<unit bldFile="app/phone/phone_plat/telephony_information_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8114
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8115
<component name="telephony_device_mode_api" long-name="Telephony Device Mode API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8116
<unit bldFile="app/phone/phone_plat/telephony_device_mode_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8117
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8118
<component name="telephony_remote_party_information_api" long-name="Telephony Remote Party Information API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8119
<unit bldFile="app/phone/phone_plat/telephony_remote_party_information_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8120
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8121
<component name="telephony_video_mailbox_settings_api" long-name="Telephony Video Mailbox Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8122
<unit bldFile="app/phone/phone_plat/telephony_video_mailbox_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8123
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8124
<component name="telephony_configuration_api" long-name="Telephony Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8125
<unit bldFile="app/phone/phone_plat/telephony_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8126
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8127
<component name="telephony_microphone_mute_status_api" long-name="Telephony Microphone Mute Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8128
<unit bldFile="app/phone/phone_plat/telephony_microphone_mute_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8129
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8130
<component name="dialer_keypad_api" long-name="Dialer Keypad API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8131
<unit bldFile="app/phone/phone_plat/dialer_keypad_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8132
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8133
<component name="telephony_logging_extension_api" long-name="Telephony Logging Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8134
<unit bldFile="app/phone/phone_plat/telephony_logging_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8135
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8136
<component name="telephony_matching_extension_api" long-name="Telephony Matching Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8137
<unit bldFile="app/phone/phone_plat/telephony_matching_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8138
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8139
<component name="telephony_bubble_extension_api" long-name="Telephony Bubble Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8140
<unit bldFile="app/phone/phone_plat/telephony_bubble_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8141
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8142
<component name="telephony_menu_extension_api" long-name="Telephony Menu Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8143
<unit bldFile="app/phone/phone_plat/telephony_menu_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8144
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8145
<component name="phone_application_commands_api" long-name="Phone Application Commands API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8146
<unit bldFile="app/phone/phone_plat/phone_application_commands_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8147
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8148
<component name="phone_application_voip_commands_api" long-name="Phone Application VOIP Commands API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8149
<unit bldFile="app/phone/phone_plat/phone_application_voip_commands_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8150
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8151
<component name="phone_telephony_mediator_api" long-name="Telephony Mediator API" filter="s60" class="api">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8152
<unit bldFile="app/phone/phone_plat/telephony_mediator_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8153
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8154
<component name="video_telephony_mediator_api" long-name="Video Telephony Mediator API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8155
<unit bldFile="app/phone/phone_plat/video_telephony_mediator_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8156
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8157
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8158
<collection name="phoneapp" long-name="Phone Application" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8159
<component name="blacklist" filter="s60" long-name="Phone Blacklist Clearing" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8160
<unit bldFile="app/phone/phoneapp/blacklist/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8161
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8162
<component name="phoneui" filter="s60" long-name="Phone UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8163
<unit bldFile="app/phone/phoneapp/phoneui/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8164
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8165
<component name="phoneuicontrol" filter="s60" long-name="Phone UI Control">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8166
<unit bldFile="app/phone/phoneapp/phoneuicontrol/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8167
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8168
<component name="phoneuistates" filter="s60" long-name="Phone UI States">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8169
<unit bldFile="app/phone/phoneapp/phoneuistates/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8170
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8171
<component name="phoneuiutils" filter="s60" long-name="Phone UI Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8172
<unit bldFile="app/phone/phoneapp/phoneuiutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8173
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8174
<component name="phoneuiview" filter="s60" long-name="Phone UI View">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8175
<unit bldFile="app/phone/phoneapp/phoneuiview/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8176
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8177
<component name="phoneuivoipextension" filter="s60" long-name="Phone UI VOIP Extension">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8178
<unit bldFile="app/phone/phoneapp/phoneuivoipextension/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8179
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8180
<component name="silenceactionplugin" filter="s60" long-name="Silence Action Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8181
<unit bldFile="app/phone/phoneapp/silenceactionplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8182
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8183
<component name="phonemediatorcenter" filter="s60" long-name="Phone Mediator Center">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8184
<unit bldFile="app/phone/phoneapp/phonemediatorcenter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8185
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8186
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8187
<collection name="phoneengine" long-name="Phone Engine" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8188
<component name="phonecntfinder" filter="s60" long-name="Phone Contact Finder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8189
<unit bldFile="app/phone/phoneengine/phonecntfinder/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8190
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8191
<component name="audiohandling" filter="s60" long-name="Phone Audio Handling">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8192
<unit bldFile="app/phone/phoneengine/audiohandling/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8193
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8194
<component name="callhandling" filter="s60" long-name="Call Handling">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8195
<unit bldFile="app/phone/phoneengine/callhandling/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8196
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8197
<component name="contacthandling" filter="s60" long-name="Phone Contact Handling">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8198
<unit bldFile="app/phone/phoneengine/contacthandling/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8199
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8200
<component name="loghandling" filter="s60" long-name="Phone Log Handling">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8201
<unit bldFile="app/phone/phoneengine/loghandling/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8202
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8203
<component name="engineinfo" filter="s60" long-name="Phone Engine Info">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8204
<unit bldFile="app/phone/phoneengine/engineinfo/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8205
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8206
<component name="phonemodel" filter="s60" long-name="Phone Model">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8207
<unit bldFile="app/phone/phoneengine/phonemodel/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8208
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8209
<component name="servicehandling" filter="s60" long-name="Phone Service Handling">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8210
<unit bldFile="app/phone/phoneengine/servicehandling/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8211
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8212
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8213
<collection name="phonesettings" long-name="Phone Settings" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8214
<component name="aiwcallimageplugin" filter="s60" long-name="Call Image AIW Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8215
<unit bldFile="app/phone/phonesettings/aiwcallimageplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8216
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8217
<component name="pslncallimageplugin" filter="s60" long-name="Call Image Personalization Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8218
<unit bldFile="app/phone/phonesettings/pslncallimageplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8219
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8220
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8221
<collection name="phoneuis" long-name="Phone UIs" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8222
<component name="dialer" filter="s60" long-name="Dialer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8223
<unit bldFile="app/phone/phoneuis/dialer/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8224
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8225
<component name="easydialing" filter="s60" long-name="Easy Dialing Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8226
<unit bldFile="app/phone/phoneuis/easydialing/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8227
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8228
<component name="bubblemanager" filter="s60" long-name="Phone Bubble Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8229
<unit bldFile="app/phone/phoneuis/bubblemanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8230
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8231
<component name="connectutil" filter="s60" long-name="Connection Utility" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8232
<unit bldFile="app/phone/phoneuis/connectutil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8233
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8234
<component name="ussd" filter="s60" long-name="Unstructured Supplementary Services Data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8235
<unit bldFile="app/phone/phoneuis/ussd/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8236
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8237
<component name="vmbx" filter="s60" long-name="Voice Mailbox">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8238
<unit bldFile="app/phone/phoneuis/vmbx/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8239
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8240
<component name="telephonydevicemode" filter="s60" long-name="Telephony Device Mode">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8241
<unit bldFile="app/phone/phoneuis/telephonydevicemode/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8242
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8243
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8244
<collection name="phoneplugins" long-name="Phone Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8245
<component name="telbranding" filter="s60" long-name="Tel Branding" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8246
<unit bldFile="app/phone/phoneplugins/telbranding/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8247
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8248
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8249
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8250
<block name="videotelephony" level="apps" long-name="Video Telephony Apps" levels="engine plugin prot ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8251
<collection name="videotelephony_plat" long-name="VT Apps Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8252
<component name="video_telephony_control_mediator_api" long-name="Video Telephony Control Mediator API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8253
<unit bldFile="app/videotelephony/videotelephony_plat/video_telephony_control_mediator_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8254
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8255
<component name="video_telephony_media_configuration_api" long-name="Video Telephony Media Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8256
<unit bldFile="app/videotelephony/videotelephony_plat/video_telephony_media_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8257
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8258
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8259
<collection name="vtengines" long-name="Video Telephony Engines" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8260
<component name="videoteleng" filter="s60" long-name="Video Telephony Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8261
<unit bldFile="app/videotelephony/vtengines/videoteleng/Group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8262
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8263
<component name="vtmediatorplugin" filter="s60" long-name="VT Mediator Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8264
<unit bldFile="app/videotelephony/vtengines/vtmediatorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8265
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8266
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8267
<collection name="vtuis" long-name="Video Telephony UIs" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8268
<component name="videotelui" filter="s60" long-name="Video Telephony UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8269
<unit bldFile="app/videotelephony/vtuis/videotelui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8270
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8271
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8272
<collection name="vtprotocolplugins" long-name="VT Protocol Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8273
<component name="displaysink" filter="s60" long-name="Display Sink" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8274
<unit bldFile="app/videotelephony/vtprotocolplugins/DisplaySink/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8275
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8276
<component name="videosource" filter="s60" long-name="Video Source" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8277
<unit bldFile="app/videotelephony/vtprotocolplugins/VideoSource/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8278
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8279
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8280
<collection name="vtprotocolsstub" long-name="VT Protocols Stub" level="prot">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8281
<!--  this collection is really a component, move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8282
<component name="videotelproto" filter="s60" long-name="Video Telephony Protocol">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8283
<unit bldFile="app/videotelephony/vtprotocolsstub/group" filter="sf_build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8284
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8285
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8286
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8287
<block name="iptelephony" level="apps" long-name="IP Telephony" levels="eng plugin util ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8288
<collection name="iptel_plat" long-name="IP Telephony Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8289
<component name="richcallsettingsengine_api" long-name="Rich Call Settings Engine API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8290
<unit bldFile="app/iptelephony/iptel_plat/richcallsettingsengine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8291
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8292
<component name="cch_client_api" long-name="CCH Client API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8293
<unit bldFile="app/iptelephony/iptel_plat/cch_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8294
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8295
<component name="cch_server_api" long-name="CCH Server API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8296
<unit bldFile="app/iptelephony/iptel_plat/cch_server_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8297
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8298
<component name="csc_settingsui_api" long-name="CSC Settings UI API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8299
<unit bldFile="app/iptelephony/iptel_plat/csc_settingsui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8300
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8301
<component name="vccpropertyhandler_api" long-name="VCC Property Handler API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8302
<unit bldFile="app/iptelephony/iptel_plat/vccpropertyhandler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8303
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8304
<component name="vcc_api" long-name="VCC API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8305
<unit bldFile="app/iptelephony/iptel_plat/vcc_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8306
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8307
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8308
<collection name="iptelcommsconfig" long-name="IP Telephony Comms Config" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8309
<component name="cscgsplugin" filter="s60" long-name="CSC GS Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8310
<unit bldFile="app/iptelephony/commsconfig/cscgsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8311
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8312
<component name="cscsipvoipcleanupplugin" filter="s60" long-name="CSC SIP VoIP Cleanup Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8313
<unit bldFile="app/iptelephony/commsconfig/cscsipvoipcleanupplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8314
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8315
<component name="cscengine" filter="s60" long-name="Connection Service Configurator Engine" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8316
<unit bldFile="app/iptelephony/commsconfig/cscengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8317
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8318
<component name="cscsettingsui" filter="s60" long-name="CSC Settings UI" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8319
<unit bldFile="app/iptelephony/commsconfig/cscsettingsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8320
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8321
<component name="cscapplicationui" filter="s60" long-name="CSC Application UI" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8322
<unit bldFile="app/iptelephony/commsconfig/cscapplicationui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8323
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8324
<component name="commsconfig_build" filter="s60" long-name="Comms Config Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8325
<!--  consider distributing this into the above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8326
<unit bldFile="app/iptelephony/commsconfig/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8327
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8328
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8329
<collection name="convergedconnectionhandler" long-name="Converged Connection Handler" level="eng">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8330
<component name="cchserver" filter="s60" long-name="CCH Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8331
<unit bldFile="app/iptelephony/convergedconnectionhandler/cchserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8332
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8333
<component name="cchclient" filter="s60" long-name="CCH Client" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8334
<unit bldFile="app/iptelephony/convergedconnectionhandler/cchclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8335
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8336
<component name="cchclientapi" filter="s60" long-name="CCH Client API" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8337
<unit bldFile="app/iptelephony/convergedconnectionhandler/cchclientapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8338
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8339
<component name="convergedconnectionhandler_build" filter="s60" long-name="CCH Build" introduced="^2">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  8340
<!--  consider distributing this into the above components, or collapse the collection into a single component. 
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8341
      		The latter is a better option since clients and sevrers are rarely separate components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8342
<unit bldFile="app/iptelephony/convergedconnectionhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8343
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8344
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8345
<collection name="richcallsettingsengine" long-name="Rich Call Settings Engine" level="eng">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8346
<component name="rcse2" filter="s60" long-name="Rich Call Settings Engine Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8347
<unit bldFile="app/iptelephony/richcallsettingsengine/rcse2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8348
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8349
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8350
<collection name="sipvoipprovider" long-name="SIP VoIP Provider" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8351
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8352
<component name="svp" filter="s60" long-name="SIP VoIP Provider Build" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8353
<unit bldFile="app/iptelephony/sipvoipprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8354
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8355
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8356
<collection name="voipplugins" long-name="VoIP Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8357
<component name="sipmxresolver" filter="s60" long-name="SIP MX Resolver" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8358
<unit bldFile="app/iptelephony/voipplugins/sipmxresolver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8359
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8360
<component name="sipconnectionprovider" filter="s60" long-name="SIP Connection Provider" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8361
<unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8362
<!-- can only have one unit, can the next be #'included from the above? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8363
<unit bldFile="app/iptelephony/voipplugins/sipconnectionprovider/ipvoicemailengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8364
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8365
<component name="ipapputils" filter="s60" long-name="IP App Utils" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8366
<unit bldFile="app/iptelephony/voipplugins/ipapputils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8367
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8368
<component name="voipadapters" filter="s60" long-name="VoIP Adapters" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8369
<unit bldFile="app/iptelephony/voipplugins/voipadapters/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8370
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8371
<component name="accountcreationplugin" filter="s60" long-name="Account Creation Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8372
<unit bldFile="app/iptelephony/voipplugins/accountcreationplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8373
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8374
<component name="dhcppositionprovider" filter="s60" long-name="DHCP Position Provider" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8375
<unit bldFile="app/iptelephony/voipplugins/dhcppositionprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8376
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8377
<component name="svtmatching" filter="s60" long-name="SIP VoIP Telephony Matching" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8378
<unit bldFile="app/iptelephony/voipplugins/svtmatching/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8379
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8380
<component name="svtlogging" filter="s60" long-name="SVT Logging" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8381
<unit bldFile="app/iptelephony/voipplugins/svtlogging/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8382
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8383
<component name="svtcallmenu" filter="s60" long-name="SVT Call Menu" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8384
<unit bldFile="app/iptelephony/voipplugins/svtcallmenu/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8385
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8386
<component name="sipimresolver" filter="s60" long-name="SIP IM Resolver" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8387
<unit bldFile="app/iptelephony/voipplugins/sipimresolver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8388
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8389
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8390
<collection name="callcontinuity" long-name="Call Continuity" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8391
<component name="vccutils" filter="s60" long-name="VCC Utils" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8392
<unit bldFile="app/iptelephony/callcontinuity/vccutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8393
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8394
<component name="nsmldmvccadapter" filter="s60" long-name="SyncML DM VCC Adapter" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8395
<unit bldFile="app/iptelephony/callcontinuity/nsmldmvccadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8396
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8397
<component name="vccclientprovisioningadapter" filter="s60" long-name="VCC Client Provisioning Adapter" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8398
<unit bldFile="app/iptelephony/callcontinuity/vccclientprovisioningadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8399
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8400
<component name="vccpropertyhandler" filter="s60" long-name="VCC Property Handler" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8401
<unit bldFile="app/iptelephony/callcontinuity/vccpropertyhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8402
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8403
<component name="vcchotrigger" filter="s60" long-name="VCC HO Trigger" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8404
<unit bldFile="app/iptelephony/callcontinuity/vcchotrigger/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8405
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8406
<component name="vcc" filter="s60" long-name="VoIP Call Continuity" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8407
<unit bldFile="app/iptelephony/callcontinuity/vcc/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8408
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8409
<component name="callcontinuity_build" filter="s60" long-name="Call Continuity Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8410
<!--  consider distributing this into the above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8411
<unit bldFile="app/iptelephony/callcontinuity/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8412
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8413
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8414
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8415
<block name="settingsuis" level="services" long-name="Settings UIs" levels="rsc ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8416
<collection name="devmngt_plat" long-name="Settings UIs Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8417
<component name="default_app_client_api" long-name="Default App Client API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8418
<unit bldFile="app/settingsuis/devmngt_plat/default_app_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8419
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8420
<component name="services_db_api" long-name="Services DB API" introduced="^1" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8421
<unit bldFile="app/settingsuis/devmngt_plat/services_db_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8422
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8423
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8424
<collection name="defaultapplicationsettings" long-name="Default Application Settings" level="rsc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8425
<component name="services_db" filter="s60" long-name="Services Database" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8426
<unit bldFile="app/settingsuis/defaultapplicationsettings/services_db/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8428
<component name="defaultapplicationsettings_server" filter="s60" long-name="Default Application Server" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8429
<unit bldFile="app/settingsuis/defaultapplicationsettings/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8430
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8431
<component name="service" filter="s60" long-name="Default Application Service" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8432
<unit bldFile="app/settingsuis/defaultapplicationsettings/service/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8433
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8434
<component name="dasgsplugin" filter="s60" long-name="Default Application Settings GS Plugin" introduced="^1" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8435
<unit bldFile="app/settingsuis/defaultapplicationsettings/gsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8436
</component>
928
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8437
<component name="defaultapplicationsettings_rom" filter="s60" long-name="Default Application Settings ROM" introduced="^1">
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8438
<unit bldFile="app/settingsuis/defaultapplicationsettings/rom/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8439
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8440
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8441
<collection name="systemswuis" long-name="System SW UIs" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8442
<component name="touchscreencalib" filter="s60" long-name="Touchscreen Calibration" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8443
<unit bldFile="app/settingsuis/systemswuis/touchscreencalib/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8444
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8445
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8446
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8447
<block name="contentcontrol" level="services" long-name="Content Control Daemons" levels="plugin app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8448
<collection name="contentctrl_plat" long-name="Content Control Daemons Platforn Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8449
<component name="oma_ds_presync_plugin_api" long-name="OMA DS PreSync Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8450
<unit bldFile="app/contentcontrol/contentctrl_plat/oma_ds_presync_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8451
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8452
<component name="ds_agenda_handler_plugin_api" long-name="DS Agenda Handler Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8453
<unit bldFile="app/contentcontrol/contentctrl_plat/ds_agenda_handler_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8454
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8455
<component name="ds_folder_util_api" long-name="DS Folder Util API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8456
<unit bldFile="app/contentcontrol/contentctrl_plat/ds_folder_util_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8457
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8458
<component name="adapter_customization_api" long-name="Adapter Customization API" filter="s60" introduced="^3" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8459
<unit bldFile="app/contentcontrol/contentctrl_plat/adapter_customization_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8460
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8461
<component name="ds_data_modification_api" long-name="DS Data Modification API" filter="s60" introduced="^3" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8462
<unit bldFile="app/contentcontrol/contentctrl_plat/ds_data_modification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8463
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8464
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8465
<collection name="dsdcmoadapter" long-name="Data Sync DCMO Adapter" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8466
<!-- Component at wrong rank, should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8467
<component name="dsdcmoadapter_build" filter="s60" long-name="Data Sync Control DCMO Adapter">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8468
<unit bldFile="app/contentcontrol/dsdcmoadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8469
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8470
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8471
<collection name="omads" long-name="OMA Data Sync" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8472
<component name="omadsappui" filter="s60" long-name="OMA DS Application UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8473
<unit bldFile="app/contentcontrol/omads/omadsappui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8474
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8475
<component name="omadsextensions" filter="s60" long-name="OMA DS Extensions" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8476
<unit bldFile="app/contentcontrol/omads/omadsextensions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8477
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8478
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8479
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8480
<block name="devicecontrol" level="services" long-name="Device Control Daemons" levels="oma mid app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8481
<collection name="devicediagnostics" long-name="Device Diagnostics" level="app">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8482
<component name="devdiagapp" filter="s60" long-name="Device Diagnostics App" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8483
<unit bldFile="app/devicecontrol/devicediagnostics/devdiagapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8484
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8485
<component name="devdiaggsplugin" filter="s60" long-name="Device Diagnostics GS Plugin" deprecated="^3" plugin="Y">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8486
<unit bldFile="app/devicecontrol/devicediagnostics/devdiaggsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8487
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8488
<component name="diagplugins" filter="s60" long-name="Diagnostics Plugins" deprecated="^3" plugin="Y">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8489
<unit bldFile="app/devicecontrol/devicediagnostics/diagplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8490
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8491
<component name="diagsuites" filter="s60" long-name="Diagnostics Suites" deprecated="^3" plugin="Y">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8492
<unit bldFile="app/devicecontrol/devicediagnostics/diagsuites/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8493
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8494
<component name="devicediagnostics_build" filter="s60" long-name="Device Diagnostics Build" deprecated="^3">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  8495
<!-- can the exports be moved to one of the other components?
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8496
			or all  #includes removed from here, and it renamed Device Diagnostics ROM -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8497
<unit bldFile="app/devicecontrol/devicediagnostics/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8498
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8499
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8500
<collection name="omadm" long-name="OMA Device Management" level="oma">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8501
<component name="omadmappui" filter="s60" long-name="OMA DM Application UI" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8502
<unit bldFile="app/devicecontrol/omadm/omadmappui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8503
</component>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8504
<component name="omadmextensions" filter="s60" long-name="OMA DM Extensions" deprecated="^3" plugin="Y">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8505
<unit bldFile="app/devicecontrol/omadm/omadmextensions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8506
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8507
<component name="dcmo" filter="s60" long-name="Device Capabilities Management Object" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8508
<unit bldFile="app/devicecontrol/omadm/dcmo/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8509
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8510
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8511
<collection name="pnpmobileservices" long-name="PnP Mobile Services" level="mid">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  8512
<component name="pnpms" filter="s60" long-name="PnP MS" deprecated="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8513
<unit bldFile="app/devicecontrol/pnpmobileservices/pnpms/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8514
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8515
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8516
<collection name="applicationmanagement" long-name="Application Management" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8517
<!-- could this collection be collapsed into a single component and moved down a dir? Do all these need to be noted separately? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8518
<component name="applicationmanagement_options" filter="s60" long-name="AM Install Options">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8519
<unit bldFile="app/devicecontrol/applicationmanagement/options/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8520
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8521
<component name="applicationmanagement_client" filter="s60" long-name="AM Client">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8522
<unit bldFile="app/devicecontrol/applicationmanagement/client/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8523
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8524
<component name="applicationmanagement_server" filter="s60" long-name="AM Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8525
<unit bldFile="app/devicecontrol/applicationmanagement/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8526
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8527
<component name="rfsplugin" filter="s60" long-name="AM RFS Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8528
<unit bldFile="app/devicecontrol/applicationmanagement/rfsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8529
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8530
<component name="amadapter2" filter="s60" long-name="AM Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8531
<unit bldFile="app/devicecontrol/applicationmanagement/amadapter2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8532
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8533
<component name="omascomoadapter" filter="s60" long-name="OMA SCOMO Adapter" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8534
<unit bldFile="app/devicecontrol/applicationmanagement/omascomoadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8535
</component>
928
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8536
<component name="applicationmanagement_config" filter="s60" long-name="AM Configuration">
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8537
<unit bldFile="app/devicecontrol/applicationmanagement/conf/group"/>
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8538
</component>
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8539
<component name="applicationmanagement_rom" filter="s60" long-name="AM ROM">
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8540
<unit bldFile="app/devicecontrol/applicationmanagement/rom/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8541
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8542
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8543
<collection name="customization" long-name="DM Customization Adapters" level="mid">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8544
<component name="dmutils" long-name="DM Utils" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8545
<unit bldFile="app/devicecontrol/customization/dmutils/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8546
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8547
<component name="uisettingssrv" filter="s60" long-name="UI Settings Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8548
<unit bldFile="app/devicecontrol/customization/uisettingssrv/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8549
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8550
<component name="supadapter" filter="s60" long-name="Startup Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8551
<unit bldFile="app/devicecontrol/customization/supadapter/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8552
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8553
<component name="wallpaperadapter" filter="s60" long-name="Wallpaper Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8554
<unit bldFile="app/devicecontrol/customization/wallpaperadapter/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8555
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8556
<component name="operatorlogoadapter" filter="s60" long-name="Operator Logo Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8557
<unit bldFile="app/devicecontrol/customization/operatorlogoadapter/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8558
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8559
<component name="screensaveradapter" filter="s60" long-name="Screen Saver Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8560
<unit bldFile="app/devicecontrol/customization/screensaveradapter/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8561
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8562
<component name="themesadapter" filter="s60" long-name="Themes Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8563
<unit bldFile="app/devicecontrol/customization/themesadapter/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8564
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8565
<component name="embeddedlinkadapter" filter="s60" long-name="Embedded Link Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8566
<unit bldFile="app/devicecontrol/customization/embeddedlinkadapter/bld"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8567
</component>
928
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8568
<component name="customization_config" filter="s60" long-name="DM Customization Configuration">
bd03e93184ef Add auto generated symbian3 system model (packages@d54d8fea2a55)
Dario Sestito <darios@symbian.org>
parents: 927
diff changeset
  8569
<unit bldFile="app/devicecontrol/customization/conf/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8570
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8571
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8572
<collection name="omacp" long-name="OMA Content Provisioning" level="oma">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8573
<component name="omacpadapters" filter="s60" long-name="OMA CP Adapters" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8574
<unit bldFile="app/devicecontrol/omacp/omacpadapters/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8575
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8576
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8577
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8578
<block name="printing" level="services" long-name="Printing" levels="app">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8579
<collection name="directprint" long-name="DirectPrint" level="app">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8580
<component name="DirectPrintApp" filter="sf_build" long-name="DirectPrint App" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8581
<unit bldFile="app/printing/DirectPrint/DirectPrintApp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8582
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8583
<component name="DirectPrintServer" filter="sf_build" long-name="DirectPrint Server" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8584
<unit bldFile="app/printing/DirectPrint/DirectPrintServer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8585
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8586
<component name="DirectPrintClient" filter="sf_build" long-name="DirectPrint Client" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8587
<unit bldFile="app/printing/DirectPrint/DirectPrintClient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8588
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8589
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8590
<collection name="imageprint" long-name="ImagePrint" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8591
<component name="clog" filter="s60" long-name="ImagePrint Logging" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8592
<unit bldFile="app/printing/imageprint/clog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8593
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8594
<component name="imageprintengine" filter="s60" long-name="ImagePrint Engine" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8595
<unit bldFile="app/printing/imageprint/imageprintengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8596
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8597
<component name="imageprintui" filter="s60" long-name="ImagePrint UI" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8598
<unit bldFile="app/printing/imageprint/imageprintui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8599
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8600
<component name="imageprint_build" filter="s60" long-name="ImagePrint Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8601
<!--  Need to break the IBY includes into the other components, or remove #includes and make this a ROM component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8602
<unit bldFile="app/printing/imageprint/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8603
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8604
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8605
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8606
<block name="files" level="apps" long-name="File Manager Apps" levels="support apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8607
<collection name="files_plat" long-name="File Manager Apps Platform Interfaces" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8608
<component name="memory_scan_popup_ui_api" long-name="Memory Scan Popup UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8609
<unit bldFile="app/files/files_plat/memory_scan_popup_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8610
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8611
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8612
<collection name="deviceencryption" long-name="Device Encryption" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8613
<!-- this is either needs to be broken up into idependent bld.infs, or it's really a component and should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8614
<component name="devencnotifplugin" filter="s60" long-name="Device Encryption Notifier Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8615
<unit bldFile="app/files/deviceencryption/devencnotifplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8616
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8617
<component name="devencui" filter="s60" long-name="Device Encryption UI" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8618
<unit bldFile="app/files/deviceencryption/devencui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8619
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8620
<component name="devencdmadapter" filter="s60" long-name="Device Encryption DM Adapter" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8621
<unit bldFile="app/files/deviceencryption/devencdmadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8622
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8623
<component name="devencgsplugin" filter="s60" long-name="Device Encryption GS Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8624
<unit bldFile="app/files/deviceencryption/devencgsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8625
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8626
<component name="deviceencryption_help" filter="s60" long-name="Device Encryption Help" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8627
<unit bldFile="app/files/deviceencryption/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8628
</component>
927
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  8629
<component name="deviceencryption_headers" filter="s60" long-name="Device Encryption Headers" introduced="^3">
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  8630
<unit bldFile="app/files/deviceencryption/common/group"/>
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  8631
</component>
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  8632
<component name="deviceencryption_rom" filter="s60" long-name="Device Encryption ROM" introduced="^3">
7691d51d6062 Add auto generated symbian3 system model (packages@5759869d8f8b)
Dario Sestito <darios@symbian.org>
parents: 925
diff changeset
  8633
<unit bldFile="app/files/deviceencryption/rom/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8634
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8635
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8636
<collection name="filemanager" long-name="File Manager" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8637
<!-- this is really a component, should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8638
<component name="filemanager_build" filter="s60" long-name="File Manager Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8639
<unit bldFile="app/files/filemanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8640
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8641
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8642
<collection name="filesystemuis" long-name="File System UIs" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8643
<component name="memscaneng" filter="s60" long-name="Memory Scan Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8644
<unit bldFile="app/files/filesystemuis/memscaneng/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8645
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8646
<component name="memstatepopup" filter="s60" long-name="Memory State Popup">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8647
<unit bldFile="app/files/filesystemuis/memstatepopup/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8648
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8649
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8650
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8651
<block name="utils" level="apps" long-name="Utility Apps" levels="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8652
<collection name="extras" long-name="Extras" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8653
<component name="about" filter="s60" long-name="About Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8654
<unit bldFile="app/utils/extras/about/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8655
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8656
<component name="calcsoft" filter="s60" long-name="Calculator Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8657
<unit bldFile="app/utils/extras/calcsoft/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8658
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8659
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8660
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8661
<block name="contacts" level="apps" span="2" long-name="Contacts Apps" levels="engine support services ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8662
<collection name="contacts_pub" long-name="Contacts Apps Public Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8663
<component name="phonebook_fetch_ui_api" long-name="Phonebook Fetch UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8664
<unit bldFile="app/contacts/contacts_pub/phonebook_fetch_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8665
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8666
<component name="phonebook_data_management_api" long-name="Phonebook Data Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8667
<unit bldFile="app/contacts/contacts_pub/phonebook_data_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8668
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8669
<component name="phonebook_vcard_importexport_api" long-name="Phonebook vCard Import/Export API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8670
<unit bldFile="app/contacts/contacts_pub/phonebook_vcard_importexport_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8671
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8672
<component name="phonebook_data_addedit_ui_api" long-name="Phonebook Data Add/Edit UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8673
<unit bldFile="app/contacts/contacts_pub/phonebook_data_addedit_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8674
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8675
<component name="phonebook_ui_utilities_api" long-name="Phonebook UI Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8676
<unit bldFile="app/contacts/contacts_pub/phonebook_ui_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8677
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8678
<component name="phonebook_thumbnail_operation_api" long-name="Phonebook Thumbnail Operation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8679
<unit bldFile="app/contacts/contacts_pub/phonebook_thumbnail_operation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8680
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8681
<component name="speed_dial_utility_control_api" long-name="Speed Dial Utility Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8682
<unit bldFile="app/contacts/contacts_pub/speed_dial_utility_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8683
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8684
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8685
<collection name="contacts_plat" long-name="Contacts Apps Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8686
<component name="virtual_phonebook_store_api" long-name="Virtual Phonebook Store API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8687
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_store_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8688
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8689
<component name="virtual_phonebook_sim_services_api" long-name="Virtual Phonebook SIM Services API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8690
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_sim_services_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8691
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8692
<component name="virtual_phonebook_configuration_api" long-name="Virtual Phonebook Configuration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8693
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_configuration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8694
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8695
<component name="virtual_phonebook_copy_policy_api" long-name="Virtual Phonebook Copy Policy API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8696
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_copy_policy_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8697
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8698
<component name="virtual_phonebook_policy_api" long-name="Virtual Phonebook Policy API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8699
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_policy_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8700
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8701
<component name="virtual_phonebook_engine_api" long-name="Virtual Phonebook Engine API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8702
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_engine_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8703
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8704
<component name="virtual_phonebook_migration_support_api" long-name="Virtual Phonebook Migration Support API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8705
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_migration_support_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8706
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8707
<component name="virtual_phonebook_view_definition_api" long-name="Virtual Phonebook View Definition API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8708
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_view_definition_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8709
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8710
<component name="virtual_phonebook_vcard_api" long-name="Virtual Phonebook vCard API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8711
<unit bldFile="app/contacts/contacts_plat/virtual_phonebook_vcard_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8712
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8713
<component name="cms_contactor_api" long-name="CMS Contactor API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8714
<unit bldFile="app/contacts/contacts_plat/cms_contactor_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8715
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8716
<component name="contactpresence_api" long-name="Contact Presence API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8717
<unit bldFile="app/contacts/contacts_plat/contactpresence_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8718
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8719
<component name="presence_cache_api" long-name="Presence Cache API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8720
<unit bldFile="app/contacts/contacts_plat/presence_cache_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8721
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8722
<component name="phonebook_internal_common_api" long-name="Phonebook Internal Common API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8723
<unit bldFile="app/contacts/contacts_plat/phonebook_internal_common_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8724
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8725
<component name="phonebook_internal_appfw_api" long-name="Phonebook Internal App Framework API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8726
<unit bldFile="app/contacts/contacts_plat/phonebook_internal_appfw_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8727
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8728
<component name="phonebook_internal_data_management_api" long-name="Phonebook Internal Data Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8729
<unit bldFile="app/contacts/contacts_plat/phonebook_internal_data_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8730
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8731
<component name="phonebook_2_xsp_extension_manager_api" long-name="Phonebook 2 xSP Extension Manager API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8732
<unit bldFile="app/contacts/contacts_plat/phonebook_2_xsp_extension_manager_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8733
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8734
<component name="phonebook_ui_controls_api" long-name="Phonebook UI Controls API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8735
<unit bldFile="app/contacts/contacts_plat/phonebook_ui_controls_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8736
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8737
<component name="phonebook_2_image_management_api" long-name="Phonebook 2 Image Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8738
<unit bldFile="app/contacts/contacts_plat/phonebook_2_image_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8739
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8740
<component name="phonebook_extension_api" long-name="Phonebook Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8741
<unit bldFile="app/contacts/contacts_plat/phonebook_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8742
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8743
<component name="phonebook_public_constants_api" long-name="Phonebook Public Constants API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8744
<unit bldFile="app/contacts/contacts_plat/phonebook_public_constants_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8745
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8746
<component name="phonebook_internal_ui_utilities_api" long-name="Phonebook Internal UI Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8747
<unit bldFile="app/contacts/contacts_plat/phonebook_internal_ui_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8748
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8749
<component name="logs_engine_api_extensions" long-name="Logs Engine API Extensions" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8750
<unit bldFile="app/contacts/contacts_plat/logs_engine_api_extensions/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8751
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8752
<component name="phonebook_thumbnails_api" long-name="Phonebook Thumbnails API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8753
<unit bldFile="app/contacts/contacts_plat/phonebook_thumbnails_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8754
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8755
<component name="phonebook_2_icon_api" long-name="Phonebook 2 Icon API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8756
<unit bldFile="app/contacts/contacts_plat/phonebook_2_icon_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8757
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8758
<component name="phonebook_engine_extension_api" long-name="Phonebook Engine Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8759
<unit bldFile="app/contacts/contacts_plat/phonebook_engine_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8760
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8761
<component name="phonebook_2_store_configuration_management_api" long-name="Phonebook 2 Store Configuration Management API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8762
<unit bldFile="app/contacts/contacts_plat/phonebook_2_store_configuration_management_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8763
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8764
<component name="logs_ui_command_line_api" long-name="Logs UI Command Line API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8765
<unit bldFile="app/contacts/contacts_plat/logs_ui_command_line_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8766
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8767
<component name="speed_dial_dialogs_api" long-name="Speed Dial Dialogs API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8768
<unit bldFile="app/contacts/contacts_plat/speed_dial_dialogs_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8769
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8770
<component name="phonebook_2_xsp_view_activation_api" long-name="Phonebook 2 xSP View Activation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8771
<unit bldFile="app/contacts/contacts_plat/phonebook_2_xsp_view_activation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8772
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8773
<component name="logs_timers_api" long-name="Logs Timers API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8774
<unit bldFile="app/contacts/contacts_plat/logs_timers_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8775
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8776
<component name="phonebook_2_ui_extension_definition_api" long-name="Phonebook 2 UI Extension Definition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8777
<unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_extension_definition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8778
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8779
<component name="phonebook_2_common_ui_api" long-name="Phonebook 2 Common UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8780
<unit bldFile="app/contacts/contacts_plat/phonebook_2_common_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8781
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8782
<component name="phonebook_2_ui_extension_api" long-name="Phonebook 2 UI Extension API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8783
<unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_extension_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8784
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8785
<component name="phonebook_2_store_property_api" long-name="Phonebook 2 Store Property API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8786
<unit bldFile="app/contacts/contacts_plat/phonebook_2_store_property_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8787
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8788
<component name="phonebook_2_ui_extension_plugin_api" long-name="Phonebook 2 UI Extension Plug-In API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8789
<unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_extension_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8790
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8791
<component name="phonebook_2_ui_controls_api" long-name="Phonebook 2 UI Controls API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8792
<unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_controls_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8793
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8794
<component name="phonebook_2_thin_ui_extension_plugin_api" long-name="Phonebook 2 Thin UI Extension Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8795
<unit bldFile="app/contacts/contacts_plat/phonebook_2_thin_ui_extension_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8796
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8797
<component name="phonebook_2_commands_api" long-name="Phonebook 2 Commands API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8798
<unit bldFile="app/contacts/contacts_plat/phonebook_2_commands_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8799
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8800
<component name="phonebook_2_presentation_api" long-name="Phonebook 2 Presentation API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8801
<unit bldFile="app/contacts/contacts_plat/phonebook_2_presentation_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8802
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8803
<component name="phonebook_2_ui_utilities_api" long-name="Phonebook 2 UI Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8804
<unit bldFile="app/contacts/contacts_plat/phonebook_2_ui_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8805
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8806
<component name="cca_launch_api" long-name="CCA Launch API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8807
<unit bldFile="app/contacts/contacts_plat/cca_launch_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8808
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8809
<component name="cca_view_plugin_api" long-name="CCA View Plugin API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8810
<unit bldFile="app/contacts/contacts_plat/cca_view_plugin_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8811
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8812
<component name="predictivesearch_client_api" long-name="Predictive Search Client API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8813
<unit bldFile="app/contacts/contacts_plat/predictivesearch_client_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8814
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8815
<component name="predictivesearch_utils_api" long-name="Predictive Search Utils API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8816
<unit bldFile="app/contacts/contacts_plat/predictivesearch_utils_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8817
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8818
<component name="predictivesearch_adapters_api" long-name="Predictive Search Adapters API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8819
<unit bldFile="app/contacts/contacts_plat/predictivesearch_adapters_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8820
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8821
<component name="predictivesearch_algorithm_api" long-name="Predictive Search Algorithm API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8822
<unit bldFile="app/contacts/contacts_plat/predictivesearch_algorithm_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8823
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8824
<component name="phonebook_2_rcl_api" long-name="Phonebook 2 RCL API" filter="s60" class="api">
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
  8825
<unit bldFile="app/contacts/contacts_plat/phonebook_2_rcl_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8826
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8827
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8828
<collection name="contactextensions" long-name="Contacts Extensions" level="services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8829
<component name="predefinedcontacts" filter="s60" long-name="Predefined Contacts">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8830
<unit bldFile="app/contacts/contactextensions/predefinedcontacts/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8831
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8832
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8833
<collection name="logsui" long-name="Logs UI" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8834
<component name="logsui_build" filter="s60" long-name="Logs UI Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8835
<!-- component at too high a rank, should move down one directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8836
<unit bldFile="app/contacts/logsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8837
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8838
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8839
<collection name="phonebookui" long-name="Phonebook UI" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8840
<component name="phonebook" filter="s60" long-name="Phonebook">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8841
<unit bldFile="app/contacts/phonebookui/phonebook/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8842
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8843
<component name="speeddial" filter="s60" long-name="Speed Dial">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8844
<unit bldFile="app/contacts/phonebookui/speeddial/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8845
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8846
<component name="phonebook2" filter="s60" long-name="Phone Book 2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8847
<unit bldFile="app/contacts/phonebookui/phonebook2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8848
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8849
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8850
<collection name="phonebookengines" long-name="Phonebook Engines" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8851
<component name="cntfindplugin" filter="s60" long-name="Contacts Find Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8852
<unit bldFile="app/contacts/phonebookengines/cntfindplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8853
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8854
<component name="cntsortplugin" filter="s60" long-name="Contacts Sort Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8855
<unit bldFile="app/contacts/phonebookengines/cntsortplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8856
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8857
<component name="virtualphonebook" filter="s60" long-name="Virtual Phonebook" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8858
<unit bldFile="app/contacts/phonebookengines/virtualphonebook/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8859
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8860
<component name="contactsmodel" long-name="Contacts Model" introduced="ER5" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8861
<unit bldFile="app/contacts/phonebookengines/contactsmodel/groupsql" mrp="app/contacts/phonebookengines/contactsmodel/groupsql/app-engines_cntmodel.mrp" version="2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8862
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8863
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8864
<collection name="pimprotocols" long-name="PIM Protocols" level="services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8865
<component name="phonebooksync" long-name="Phonebook Sync" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8866
<unit bldFile="app/contacts/pimprotocols/phonebooksync/group" mrp="app/contacts/pimprotocols/phonebooksync/group/telephony_phbksync.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8867
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8868
<component name="pbap" long-name="Bluetooth PBAP" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8869
<unit bldFile="app/contacts/pimprotocols/pbap/group" mrp="app/contacts/pimprotocols/pbap/group/bluetooth_accesshost.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8870
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8871
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8872
<collection name="ccservices" long-name="Contacts Centric Services" level="services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8873
<component name="cmsservices" filter="s60" long-name="Contact Method Selector Services" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8874
<unit bldFile="app/contacts/ccservices/cmsservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8875
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8876
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8877
<collection name="presencecache" long-name="Presence Cache" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8878
<component name="presencecacheutils" filter="s60" long-name="Presence Cache Utils" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8879
<!-- <unit bldFile="presencecache/presencecacheutils/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8880
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8881
<component name="presencecacheserver2" filter="s60" long-name="Presence Cache Server" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8882
<!-- <unit bldFile="presencecache/presencecacheserver2/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8883
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8884
<component name="presencecacheclient2" filter="s60" long-name="Presence Cache Client" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8885
<!-- <unit bldFile="presencecache/presencecacheclient2/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8886
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8887
<component name="presencecache_build" filter="s60" long-name="Presence Cache Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8888
<!-- should divide this bld.inf into the other components, or collapse them into a single component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8889
<unit bldFile="app/contacts/presencecache/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8890
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8891
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8892
<collection name="predictivesearch" long-name="Predictive Search" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8893
<component name="pcsutils" filter="s60" long-name="PCS Utils" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8894
<unit bldFile="app/contacts/predictivesearch/pcsutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8895
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8896
<component name="pcsserverclientapi" filter="s60" long-name="PCS Server Client API" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8897
<unit bldFile="app/contacts/predictivesearch/pcsserverclientapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8898
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8899
<component name="pcsserver" filter="s60" long-name="PCS Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8900
<unit bldFile="app/contacts/predictivesearch/pcsserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8901
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8902
<component name="pcsadapters" filter="s60" long-name="PCS Adapters" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8903
<unit bldFile="app/contacts/predictivesearch/adapters/contacts/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8904
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8905
<component name="pcsalgorithm" filter="s60" long-name="PCS Algorithm" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8906
<unit bldFile="app/contacts/predictivesearch/pcsalgorithm/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8907
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8908
<component name="predictivesearch_build" filter="s60" long-name="Predictive Search Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8909
<!-- need to remove #includes from bld.inf and rename as Predictive Search ROM -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8910
<unit bldFile="app/contacts/predictivesearch/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8911
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8912
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8913
<collection name="contacts_info" long-name="Contacts Apps Info" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8914
<component name="contacts_metadata" long-name="Contacts Apps Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8915
<unit mrp="app/contacts/contacts_info/contacts_metadata/contacts_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8916
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8917
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8918
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8919
<block name="organizer" level="apps" span="2" long-name="Organizer Application Suite" levels="support services engine ui app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8920
<collection name="organizer_plat" long-name="Organizer Application Suite Platform Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8921
<component name="meeting_request_mailbox_utilities_api" long-name="Meeting Request Mailbox Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8922
<unit bldFile="app/organizer/organizer_plat/meeting_request_mailbox_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8923
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8924
<component name="meeting_request_uids_api" long-name="Meeting Request UIDs API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8925
<unit bldFile="app/organizer/organizer_plat/meeting_request_uids_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8926
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8927
<component name="calendar_exporter_api" long-name="Calendar Exporter API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8928
<unit bldFile="app/organizer/organizer_plat/calendar_exporter_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8929
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8930
<component name="agenda_versit_2_api" long-name="Agenda Versit 2 API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8931
<unit bldFile="app/organizer/organizer_plat/agenda_versit_2_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8932
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8933
<component name="calendar_importer_api" long-name="Calendar Importer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8934
<unit bldFile="app/organizer/organizer_plat/calendar_importer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8935
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8936
<component name="calendar_launcher_api" long-name="Calendar Launcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8937
<unit bldFile="app/organizer/organizer_plat/calendar_launcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8938
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8939
<component name="calendar_common_utils_api" long-name="Calendar Common Utils API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8940
<unit bldFile="app/organizer/organizer_plat/calendar_common_utils_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8941
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8942
<component name="searchfw_launcher_api" long-name="Search Framework Launcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8943
<unit bldFile="app/organizer/organizer_plat/searchfw_launcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8944
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8945
<component name="alarm_const_api" long-name="Alarm Const API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8946
<unit bldFile="app/organizer/organizer_plat/alarm_const_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8947
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8948
<component name="alarm_ui_external_control_api" long-name="Alarm UI External Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8949
<unit bldFile="app/organizer/organizer_plat/alarm_ui_external_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8950
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8951
<component name="calendar_settings_keys_api" long-name="Calendar Settings Keys API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8952
<unit bldFile="app/organizer/organizer_plat/calendar_settings_keys_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8953
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8954
<component name="calendar_tones_settings_keys_api" long-name="Calendar Tones Settings Keys API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8955
<unit bldFile="app/organizer/organizer_plat/calendar_tones_settings_keys_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8956
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8957
<component name="clock_settings_api" long-name="Clock Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8958
<unit bldFile="app/organizer/organizer_plat/clock_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8959
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8960
<component name="common_alarm_editor_api" long-name="Common Alarm Editor API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8961
<unit bldFile="app/organizer/organizer_plat/common_alarm_editor_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8962
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8963
<component name="alarm_ui_secondary_display_api" long-name="Alarm UI Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8964
<unit bldFile="app/organizer/organizer_plat/alarm_ui_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8965
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8966
<component name="searchui_launcher_api" long-name="Search UI Launcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8967
<unit bldFile="app/organizer/organizer_plat/searchui_launcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8968
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8969
<component name="agenda_entry_ui_api" long-name="Agenda Entry UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8970
<unit bldFile="app/organizer/organizer_plat/agenda_entry_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8971
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8972
<component name="meeting_request_utillities_api" long-name="Meeting Request Utillities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8973
<unit bldFile="app/organizer/organizer_plat/meeting_request_utillities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8974
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8975
<component name="meeting_request_viewer_api" long-name="Meeting Request Viewer API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8976
<unit bldFile="app/organizer/organizer_plat/meeting_request_viewer_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8977
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8978
<component name="calendar_custamization_api" long-name="Calendar Customization API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8979
<unit bldFile="app/organizer/organizer_plat/calendar_custamization_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8980
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8981
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8982
<collection name="organizer_pub" long-name="Organizer Application Suite Public Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8983
<component name="calendar_interim_utils2_api" long-name="Calendar Interim Utils 2 API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8984
<unit bldFile="app/organizer/organizer_pub/calendar_interim_utils2_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8985
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8986
<component name="notepad_library_api" long-name="Notepad Library API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8987
<unit bldFile="app/organizer/organizer_pub/notepad_library_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8988
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8989
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8990
<collection name="alarmengines" long-name="Alarm Engines" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8991
<component name="missedalarmstore" filter="s60" long-name="Missed Alarm Store">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8992
<unit bldFile="app/organizer/alarmengines/missedalarmstore/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8993
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8994
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8995
<collection name="calendarengines" long-name="Calendar Engines" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8996
<component name="versit2" filter="s60" long-name="Versit 2 iCal Parser" introduced="9.2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8997
<unit bldFile="app/organizer/calendarengines/versit2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8998
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  8999
<component name="agnversit2" filter="s60" long-name="Versit 2 Agenda Interface" introduced="9.2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9000
<unit bldFile="app/organizer/calendarengines/agnversit2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9001
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9002
<component name="caleninterimutils" filter="s60" long-name="Calendar Interim Utils" introduced="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9003
<unit bldFile="app/organizer/calendarengines/caleninterimutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9004
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9005
<component name="calenimp" filter="s60" long-name="Calendar Import Wrapper" introduced="7.0s">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9006
<unit bldFile="app/organizer/calendarengines/calenimp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9007
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9008
<component name="calenlauncher" filter="s60" long-name="Calendar Launcher">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9009
<unit bldFile="app/organizer/calendarengines/calenlauncher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9010
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9011
<component name="caldavsrv" filter="sf_build" long-name="CalDAV Server" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9012
<unit bldFile="app/organizer/calendarengines/caldav/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9013
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9014
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9015
<collection name="meetingrequestengines" long-name="Meeting Request Engines" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9016
<component name="mrmailbox" filter="s60" long-name="Meeting Request Mailbox">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9017
<unit bldFile="app/organizer/meetingrequestengines/mrmailbox/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9018
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9019
<component name="mrmailboxutils" filter="s60" long-name="Meeting Request Mailbox Utils" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9020
<unit bldFile="app/organizer/meetingrequestengines/mrmailboxutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9021
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9022
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9023
<collection name="searchfw" long-name="Search Framework" level="services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9024
<!-- Uncomment all units when configuration is in place. All currently #included from searchfw_build, which should be removed at the same time. -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9025
<component name="coresearchfw" filter="s60" long-name="Core Search Framework" introduced="^1" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9026
<!--<unit bldFile="searchfw/coresearchfw/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9027
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9028
<component name="searchfw_plugins" filter="s60" long-name="Search Plugins" introduced="^1" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9029
<!--<unit bldFile="searchfw/plugins/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9030
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9031
<component name="searchfw_build" filter="s60" long-name="Search Framework Build" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9032
<unit bldFile="app/organizer/searchfw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9033
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9034
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9035
<collection name="alarmui" long-name="Alarm UI" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9036
<!-- collection is really a component, should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9037
<component name="alarmui_build" filter="s60" long-name="Alarm UI Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9038
<unit bldFile="app/organizer/alarmui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9039
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9040
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9041
<collection name="calendarui" long-name="Calendar UI" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9042
<component name="calendarui_help" filter="s60" long-name="Calendar UI Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9043
<unit bldFile="app/organizer/calendarui/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9044
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9045
<component name="commonutils" filter="s60" long-name="Calendar Common Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9046
<unit bldFile="app/organizer/calendarui/commonutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9047
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9048
<component name="globaldata" filter="s60" long-name="Calendar Global Data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9049
<unit bldFile="app/organizer/calendarui/globaldata/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9050
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9051
<component name="settings" filter="s60" long-name="Calendar Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9052
<!-- these should be merged into a single bld.inf or split into two components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9053
<unit bldFile="app/organizer/calendarui/settings/gsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9054
<unit bldFile="app/organizer/calendarui/settings/settingsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9055
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9056
<component name="customisation" filter="s60" long-name="Calendar Customisation">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9057
<unit bldFile="app/organizer/calendarui/customisation/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9058
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9059
<component name="customisationmanager" filter="s60" long-name="Calendar Customisation Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9060
<unit bldFile="app/organizer/calendarui/customisationmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9061
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9062
<component name="multicaluidialog" filter="s60" long-name="Multi-Calendar UI Dialog" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9063
<unit bldFile="app/organizer/calendarui/multicaluidialog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9064
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9065
<component name="views" filter="s60" long-name="Calendar Views">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9066
<unit bldFile="app/organizer/calendarui/views/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9067
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9068
<component name="calendarui_controller" filter="s60" long-name="Calendar Controller">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9069
<unit bldFile="app/organizer/calendarui/controller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9070
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9071
<component name="calendarui_editors" filter="s60" long-name="Calendar Editors">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9072
<unit bldFile="app/organizer/calendarui/editors/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9073
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9074
<component name="calendarui_application" filter="s60" long-name="Calendar Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9075
<unit bldFile="app/organizer/calendarui/application/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9076
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9077
<component name="missedalarmindicatorplugin" filter="s60" long-name="Missed Alarm Indicator Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9078
<unit bldFile="app/organizer/calendarui/missedalarmindicatorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9079
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9080
<component name="calendarui_server" filter="s60" long-name="Calendar Server">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9081
<!-- these should be merged into a single bld.inf or split into two components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9082
<unit bldFile="app/organizer/calendarui/server/calensvr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9083
<unit bldFile="app/organizer/calendarui/server/calensvrclient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9084
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9085
<component name="regionalplugins" filter="s60" long-name="Calendar Regional Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9086
<!-- these should be merged into a single bld.inf or split into four components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9087
<unit bldFile="app/organizer/calendarui/regionalplugins/calenregionalutil/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9088
<unit bldFile="app/organizer/calendarui/regionalplugins/lunarchinese/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9089
<unit bldFile="app/organizer/calendarui/regionalplugins/lunarvietnamese/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9090
<unit bldFile="app/organizer/calendarui/regionalplugins/thai/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9091
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9092
<component name="calenaiwprovider" filter="s60" long-name="Calendar AIW Proivder" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9093
<unit bldFile="app/organizer/calendarui/calenaiwprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9094
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9095
<component name="caldav" filter="sf_build" long-name="CalDAV" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9096
<unit bldFile="app/organizer/calendarui/caldav/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9097
</component>
944
515cb4e36de1 Add auto generated symbian3 system model (packages@738853400af8)
Dario Sestito <darios@symbian.org>
parents: 943
diff changeset
  9098
<component name="calendarui_exports" filter="s60" long-name="Calendar UI Exports">
515cb4e36de1 Add auto generated symbian3 system model (packages@738853400af8)
Dario Sestito <darios@symbian.org>
parents: 943
diff changeset
  9099
<unit bldFile="app/organizer/calendarui/exports"/>
515cb4e36de1 Add auto generated symbian3 system model (packages@738853400af8)
Dario Sestito <darios@symbian.org>
parents: 943
diff changeset
  9100
</component>
515cb4e36de1 Add auto generated symbian3 system model (packages@738853400af8)
Dario Sestito <darios@symbian.org>
parents: 943
diff changeset
  9101
<component name="calendarui_organizerplugin" filter="s60" long-name="Calendar UI Organizer Plugin">
515cb4e36de1 Add auto generated symbian3 system model (packages@738853400af8)
Dario Sestito <darios@symbian.org>
parents: 943
diff changeset
  9102
<unit bldFile="app/organizer/calendarui/organizerplugin/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9103
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9104
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9105
<collection name="meetingui" long-name="Meeting UI" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9106
<component name="attendeeview" filter="s60" long-name="Attendee View">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9107
<unit bldFile="app/organizer/meetingui/attendeeview/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9108
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9109
<component name="agnentryui" filter="s60" long-name="Agenda Entry UI" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9110
<unit bldFile="app/organizer/meetingui/agnentryui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9111
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9112
<component name="meetingrequestutils" filter="s60" long-name="Meeting Request Utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9113
<unit bldFile="app/organizer/meetingui/meetingrequestutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9114
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9115
<component name="meetingrequestviewers" filter="s60" long-name="Meeting Request Viewers" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9116
<unit bldFile="app/organizer/meetingui/meetingrequestviewers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9117
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9118
<component name="meetingui_build" filter="s60" long-name="Meeting UI Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9119
<!-- split contents into separate components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9120
<unit bldFile="app/organizer/meetingui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9121
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9122
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9123
<collection name="clock2" long-name="Clock" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9124
<component name="clockengines" filter="s60" long-name="Clock Engines">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9125
<unit bldFile="app/organizer/clock2/clockengines/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9126
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9127
<component name="clockui" filter="s60" long-name="Clock UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9128
<unit bldFile="app/organizer/clock2/clockui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9129
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9130
<component name="clock2_help" filter="s60" long-name="Clock Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9131
<unit bldFile="app/organizer/clock2/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9132
</component>
944
515cb4e36de1 Add auto generated symbian3 system model (packages@738853400af8)
Dario Sestito <darios@symbian.org>
parents: 943
diff changeset
  9133
<component name="clock2_exports" filter="s60" long-name="Clock Exports">
515cb4e36de1 Add auto generated symbian3 system model (packages@738853400af8)
Dario Sestito <darios@symbian.org>
parents: 943
diff changeset
  9134
<unit bldFile="app/organizer/clock2/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9135
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9136
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9137
<collection name="notepad" long-name="Notepad" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9138
<component name="notepad_help" filter="s60" long-name="Notepad Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9139
<unit bldFile="app/organizer/notepad/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9140
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9141
<component name="notepad1" filter="s60" long-name="Notepad Application 1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9142
<unit bldFile="app/organizer/notepad/notepad1/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9143
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9144
<component name="txtrecog" filter="s60" long-name="Text Recognizer" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9145
<unit bldFile="app/organizer/notepad/txtrecog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9146
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9147
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9148
<collection name="searchui" long-name="Search UI" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9149
<!-- consider making this a single component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9150
<!-- Uncomment all units when configuration is in place. All currently #included from searchui_build, which should be removed at the same time. -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9151
<component name="searchui_help" filter="s60" long-name="Search UI Help" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9152
<!--<unit bldFile="searchui/help/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9153
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9154
<component name="searchapp" filter="s60" long-name="Search Application" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9155
<!--<unit bldFile="searchui/searchapp/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9156
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9157
<component name="searchui_build" filter="s60" long-name="Search UI Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9158
<unit bldFile="app/organizer/searchui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9159
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9160
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9161
<collection name="pimappservices" long-name="PIM Application Services" level="services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9162
<component name="calendar" long-name="Calendar" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9163
<unit bldFile="app/organizer/pimappservices/calendar/group" mrp="app/organizer/pimappservices/calendar/group/app-engines_calendar.mrp" version="2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9164
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9165
<component name="calendarvcalplugin" long-name="Calendar vCal Plugin" introduced="8.1" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9166
<unit bldFile="app/organizer/pimappservices/calendarvcalplugin/group" mrp="app/organizer/pimappservices/calendarvcalplugin/group/app-engines_agnversit2.mrp" version="2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9167
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9168
<component name="appenginesdocs" long-name="Application Engines Documentation" purpose="development" class="doc">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9169
<unit mrp="app/organizer/pimappservices/appenginesdocs/app-engines_documentation.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9170
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9171
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9172
<collection name="pimappsupport" long-name="PIM Application Support" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9173
<component name="vcardandvcal" long-name="vCard and vCal" introduced="ER5" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9174
<unit bldFile="app/organizer/pimappsupport/vcardandvcal/group" mrp="app/organizer/pimappsupport/vcardandvcal/group/app-services_versit.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9175
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9176
<component name="chinesecalendarconverter" long-name="Chinese Calendar Converter" introduced="6.1" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9177
<unit bldFile="app/organizer/pimappsupport/chinesecalendarconverter/group" mrp="app/organizer/pimappsupport/chinesecalendarconverter/group/app-services_calcon.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9178
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9179
<component name="chinesecalendaralg" long-name="Chinese Calendar Algorithm" introduced="^2" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9180
<unit bldFile="app/organizer/pimappsupport/chinesecalendaralg/group" mrp="app/organizer/pimappsupport/chinesecalendaralg/group/app-services_chinesecalendaralgorithm.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9181
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9182
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9183
<collection name="organizer_info" long-name="Organizer Application Suite Info" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9184
<component name="organizer_metadata" long-name="Organizer Application Suite Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9185
<unit mrp="app/organizer/organizer_info/organizer_metadata/organizer_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9186
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9187
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9188
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9189
<block name="messaging" level="apps" span="2" long-name="Messaging Apps" levels="mail eng base ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9190
<collection name="msg_pub" long-name="Messaging Apps Public APIs" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9191
<component name="messaging_integration_api" long-name="Messaging Integration API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9192
<unit bldFile="app/messaging/msg_pub/messaging_integration_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9193
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9194
<component name="plugin_bio_control_api" long-name="Plug-in Bio Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9195
<unit bldFile="app/messaging/msg_pub/plugin_bio_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9196
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9197
<component name="mms_client_mtm_api" long-name="MMS Client MTM API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9198
<unit bldFile="app/messaging/msg_pub/mms_client_mtm_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9199
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9200
<component name="open_new_message_notification_api" long-name="Open New Message Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9201
<unit bldFile="app/messaging/msg_pub/open_new_message_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9202
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9203
<component name="messaging_editor_constants_api" long-name="Messaging Editor Constants API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9204
<unit bldFile="app/messaging/msg_pub/messaging_editor_constants_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9205
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9206
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9207
<collection name="msg_plat" long-name="Messaging Apps Platform APIs" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9208
<component name="smil_player_launch_api" long-name="SMIL Player Launch API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9209
<unit bldFile="app/messaging/msg_plat/smil_player_launch_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9210
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9211
<component name="messaging_media_resolver_api" long-name="Messaging Media Resolver API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9212
<unit bldFile="app/messaging/msg_plat/messaging_media_resolver_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9213
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9214
<component name="smil_engine_api" long-name="SMIL Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9215
<unit bldFile="app/messaging/msg_plat/smil_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9216
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9217
<component name="mms_server_settings_api" long-name="MMS Server Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9218
<unit bldFile="app/messaging/msg_plat/mms_server_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9219
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9220
<component name="new_contacts_note_secondary_display_api" long-name="New Contacts Note Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9221
<unit bldFile="app/messaging/msg_plat/new_contacts_note_secondary_display_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9222
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9223
<component name="messaging_center_ui_utilities_api" long-name="Messaging Center UI Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9224
<unit bldFile="app/messaging/msg_plat/messaging_center_ui_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9225
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9226
<component name="internet_mail_mtm_ui_api" long-name="Internet Mail MTM UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9227
<unit bldFile="app/messaging/msg_plat/internet_mail_mtm_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9228
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9229
<component name="messaging_editor_api" long-name="Messaging Editor API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9230
<unit bldFile="app/messaging/msg_plat/messaging_editor_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9231
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9232
<component name="email_domain_utilities_api" long-name="Email Domain Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9233
<unit bldFile="app/messaging/msg_plat/email_domain_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9234
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9235
<component name="smil_transition_api" long-name="SMIL Transition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9236
<unit bldFile="app/messaging/msg_plat/smil_transition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9237
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9238
<component name="new_contacts_note_status_api" long-name="New Contacts Note Status API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9239
<unit bldFile="app/messaging/msg_plat/new_contacts_note_status_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9240
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9241
<component name="unified_editor_video_conversion_api" long-name="Unified Editor Video Conversion API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9242
<unit bldFile="app/messaging/msg_plat/unified_editor_video_conversion_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9243
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9244
<component name="mms_conformance_api" long-name="MMS Conformance API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9245
<unit bldFile="app/messaging/msg_plat/mms_conformance_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9246
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9247
<component name="new_contacts_note_variables_api" long-name="New Contacts Note Variables API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9248
<unit bldFile="app/messaging/msg_plat/new_contacts_note_variables_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9249
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9250
<component name="new_message_notification_api" long-name="New Message Notification API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9251
<unit bldFile="app/messaging/msg_plat/new_message_notification_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9252
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9253
<component name="mms_application_api" long-name="MMS Application API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9254
<unit bldFile="app/messaging/msg_plat/mms_application_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9255
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9256
<component name="mms_engine_settings_api" long-name="MMS Engine Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9257
<unit bldFile="app/messaging/msg_plat/mms_engine_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9258
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9259
<component name="mms_codec_client_api" long-name="MMS Codec Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9260
<unit bldFile="app/messaging/msg_plat/mms_codec_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9261
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9262
<component name="send_ui_meeting_request_api" long-name="Send UI Meeting Request API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9263
<unit bldFile="app/messaging/msg_plat/send_ui_meeting_request_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9264
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9265
<component name="new_contact_notes_extended_api" long-name="New Contact Notes Extended API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9266
<unit bldFile="app/messaging/msg_plat/new_contact_notes_extended_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9267
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9268
<component name="mail_ui_constants_api" long-name="Mail UI Constants API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9269
<unit bldFile="app/messaging/msg_plat/mail_ui_constants_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9270
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9271
<component name="sim_dialog_launch_api" long-name="SIM Dialog Launch API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9272
<unit bldFile="app/messaging/msg_plat/sim_dialog_launch_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9273
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9274
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9275
<collection name="mobilemessaging" long-name="Mobile Messaging" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9276
<component name="audiomsg" filter="s60" long-name="Audio Message">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9277
<unit bldFile="app/messaging/mobilemessaging/audiomsg/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9278
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9279
<component name="msgmedia" filter="s60" long-name="Message Media">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9280
<unit bldFile="app/messaging/mobilemessaging/msgmedia/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9281
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9282
<component name="unieditor" filter="s60" long-name="Unified Editor">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9283
<unit bldFile="app/messaging/mobilemessaging/unieditor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9284
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9285
<component name="mmsui" filter="s60" long-name="MMS UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9286
<unit bldFile="app/messaging/mobilemessaging/mmsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9287
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9288
<component name="postcard" filter="s60" long-name="Postcard">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9289
<unit bldFile="app/messaging/mobilemessaging/postcard/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9290
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9291
<component name="smilui" filter="s60" long-name="SMIL UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9292
<unit bldFile="app/messaging/mobilemessaging/smilui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9293
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9294
<component name="smum" filter="s60" long-name="SMS UI MTM and UI Data MTM" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9295
<unit bldFile="app/messaging/mobilemessaging/smum/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9296
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9297
<component name="smsui" filter="s60" long-name="SMS UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9298
<unit bldFile="app/messaging/mobilemessaging/smsui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9299
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9300
<component name="smsmtm" long-name="SMS MTM" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9301
<unit bldFile="app/messaging/mobilemessaging/smsmtm/group" mrp="app/messaging/mobilemessaging/smsmtm/group/messaging_sms.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9302
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9303
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9304
<collection name="mmsengine" long-name="MMS Engine" level="eng">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9305
<component name="mmsconninit" filter="s60" long-name="MMS Connection Initiator" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9306
<!-- <unit bldFile="mmsengine/mmsconninit/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9307
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9308
<component name="genutils" filter="s60" long-name="General Utils" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9309
<!-- <unit bldFile="mmsengine/genutils/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9310
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9311
<component name="mmsserversettings" filter="s60" long-name="MMS Server Settings" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9312
<!-- <unit bldFile="mmsengine/mmsserversettings/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9313
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9314
<component name="mmsmessage" filter="s60" long-name="MMS Message" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9315
<!-- <unit bldFile="mmsengine/mmsmessage/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9316
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9317
<component name="mmshttptransport" filter="s60" long-name="MMS HTTP Transport" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9318
<!-- <unit bldFile="mmsengine/mmshttptransport/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9319
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9320
<component name="mmscodec" filter="s60" long-name="MMS Codec" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9321
<!-- <unit bldFile="mmsengine/mmscodec/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9322
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9323
<component name="mmsserver" filter="s60" long-name="MMS Server" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9324
<!-- <unit bldFile="mmsengine/mmsserver/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9325
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9326
<component name="clientmtm" filter="s60" long-name="MMS Client MTM" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9327
<!-- <unit bldFile="mmsengine/clientmtm/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9328
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9329
<component name="mmswatcher" filter="s60" long-name="MMS Watcher" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9330
<!-- <unit bldFile="mmsengine/mmswatcher/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9331
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9332
<component name="mmspushhandler" filter="s60" long-name="MMS Push Handler" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9333
<!-- <unit bldFile="mmsengine/mmspushhandler/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9334
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9335
<component name="applicationadapter" filter="s60" long-name="MMS Application Adapter" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9336
<!-- <unit bldFile="mmsengine/applicationadapter/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9337
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9338
<component name="mmscodecclient" filter="s60" long-name="MMS Codec Client" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9339
<!-- <unit bldFile="mmsengine/mmscodecclient/bld"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9340
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9341
<component name="mmssettings" long-name="MMS Settings" introduced="9.2" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9342
<unit bldFile="app/messaging/mmsengine/mmssettings/group" mrp="app/messaging/mmsengine/mmssettings/group/messaging_mmssettings.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9343
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9344
<component name="mmsconf" long-name="MMS Configuration" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9345
<unit bldFile="app/messaging/mmsengine/mmsconf" mrp="app/messaging/mmsengine/mmsconf/messaging_mmssettings-config.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9346
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9347
<component name="mmsengine_build" filter="s60" long-name="MMS Engine Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9348
<!-- this bld.inf should be broken up into the individual other components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9349
<unit bldFile="app/messaging/mmsengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9350
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9351
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9352
<collection name="messagingappbase" long-name="Messaging App Base" level="base">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9353
<component name="msgavkon" filter="s60" long-name="Messaging Avkon UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9354
<unit bldFile="app/messaging/messagingappbase/msgavkon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9355
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9356
<component name="mce" filter="s60" long-name="Message Center Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9357
<unit bldFile="app/messaging/messagingappbase/mce/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9358
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9359
<component name="mceextraitems" filter="s60" long-name="Message Center Extra Items">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9360
<unit bldFile="app/messaging/messagingappbase/mceextraitems/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9361
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9362
<component name="mcesettings" filter="s60" long-name="Message Center Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9363
<unit bldFile="app/messaging/messagingappbase/mcesettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9364
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9365
<component name="msgerrorwatcher" filter="s60" long-name="Messaging Error Watcher" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9366
<unit bldFile="app/messaging/messagingappbase/msgerrorwatcher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9367
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9368
<component name="ncnlist" filter="s60" long-name="New Contacts Note List">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9369
<unit bldFile="app/messaging/messagingappbase/ncnlist/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9370
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9371
<component name="schemeplugin" filter="s60" long-name="Scheme Handler Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9372
<unit bldFile="app/messaging/messagingappbase/schemeplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9373
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9374
<component name="sendui" filter="s60" long-name="Send UI" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9375
<unit bldFile="app/messaging/messagingappbase/sendui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9376
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9377
<component name="smilengine" filter="s60" long-name="SMIL Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9378
<unit bldFile="app/messaging/messagingappbase/smilengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9379
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9380
<component name="bium" filter="s60" long-name="BIO UI MTM" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9381
<unit bldFile="app/messaging/messagingappbase/bium/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9382
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9383
<component name="smartmessaging" filter="s60" long-name="Smart Messaging">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9384
<unit bldFile="app/messaging/messagingappbase/smartmessaging/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9385
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9386
<component name="msgeditor" filter="s60" long-name="Messaging Editor">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9387
<unit bldFile="app/messaging/messagingappbase/msgeditor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9388
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9389
<component name="smilparser" long-name="SMIL Parser" introduced="7.0s" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9390
<unit bldFile="app/messaging/messagingappbase/smilparser/GROUP" mrp="app/messaging/messagingappbase/smilparser/GROUP/messaging_gmxml.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9391
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9392
<component name="obexmtms" long-name="OBEX MTMs" introduced="7.0s" purpose="optional" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9393
<unit bldFile="app/messaging/messagingappbase/obexmtms/Group" mrp="app/messaging/messagingappbase/obexmtms/Group/messaging_obex.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9394
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9395
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9396
<collection name="email" long-name="Email" level="mail">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9397
<!-- use commonemail instead -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9398
<component name="alwaysonlineemailplugin" filter="s60" long-name="Always Online Mail Plugin" deprecated="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9399
<unit bldFile="app/messaging/email/alwaysonlineemailplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9400
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9401
<component name="emailnotificationhandler" filter="s60" long-name="Email Notification Handler" deprecated="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9402
<unit bldFile="app/messaging/email/emailnotificationhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9403
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9404
<component name="imum" filter="s60" long-name="Internet Mail UI MTM" deprecated="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9405
<unit bldFile="app/messaging/email/imum/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9406
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9407
<component name="mail" filter="s60" long-name="Mail Application" deprecated="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9408
<unit bldFile="app/messaging/email/mail/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9409
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9410
<component name="pop3andsmtpmtm" long-name="POP3 and SMTP MTM" purpose="optional" deprecated="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9411
<unit bldFile="app/messaging/email/pop3andsmtpmtm/group" mrp="app/messaging/email/pop3andsmtpmtm/group/messaging_email.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9412
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9413
<component name="imap4mtm" long-name="IMAP4 MTM" introduced="9.2" purpose="optional" deprecated="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9414
<unit bldFile="app/messaging/email/imap4mtm/group" mrp="app/messaging/email/imap4mtm/group/messaging_email_imap.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9415
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9416
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9417
<collection name="messaging_info" long-name="Messaging Apps Info" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9418
<component name="messaging_metadata" long-name="Messaging Apps Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9419
<unit mrp="app/messaging/messaging_info/messaging_metadata/messaging_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9420
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9421
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9422
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9423
<block name="commonemail" level="apps" span="2" long-name="Email Apps" levels="service support ui app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9424
<collection name="email_pub" long-name="Email Apps Public Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9425
<component name="email_widget_api" long-name="Email Widget API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9426
<unit bldFile="app/commonemail/email_pub/email_widget_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9428
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9429
<collection name="email_plat" long-name="Email Apps Platform Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9430
<component name="email_client_api" long-name="Email Client API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9431
<unit bldFile="app/commonemail/email_plat/email_client_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9432
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9433
<component name="email_setup_plugin_api" long-name="Email Setup Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9434
<unit bldFile="app/commonemail/email_plat/email_setup_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9435
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9436
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9437
<collection name="emailservices" long-name="Email Services" level="service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9438
<component name="emailframework" filter="s60" long-name="Email Framework" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9439
<unit bldFile="app/commonemail/emailservices/emailframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9440
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9441
<component name="emailclientapi" filter="s60" long-name="Email Client API" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9442
<unit bldFile="app/commonemail/emailservices/emailclientapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9443
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9444
<component name="emailserver" filter="s60" long-name="Email Server" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9445
<unit bldFile="app/commonemail/emailservices/emailserver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9446
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9447
<component name="emailservermonitor" filter="s60" long-name="Email Server Monitor" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9448
<unit bldFile="app/commonemail/emailservices/emailservermonitor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9449
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9450
<component name="psmruadapter" filter="s60" long-name="Predictive Search Most Recent Used Adapter" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9451
<unit bldFile="app/commonemail/emailservices/psmruadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9452
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9453
<component name="emailstore" filter="s60" long-name="Email Store" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9454
<unit bldFile="app/commonemail/emailservices/emailstore/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9455
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9456
<component name="emaildebug" filter="s60" long-name="Email Debug" introduced="^2" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9457
<unit bldFile="app/commonemail/emailservices/emaildebug/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9458
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9459
<component name="emailinstallationinitiator" filter="s60" long-name="Email Installation Initiator" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9460
<unit bldFile="app/commonemail/emailservices/emailinstallationinitiator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9461
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9462
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9463
<collection name="ipsservices" long-name="IMAP/POP/SMTP Services" level="service">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9464
<component name="ipssossettings" filter="s60" long-name="IPS SOS Settings" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9465
<!-- SOS? Consider spelling it out since the abbreviation is ambiguous -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9466
<unit bldFile="app/commonemail/ipsservices/ipssossettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9467
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9468
<component name="ipssosplugin" filter="s60" long-name="IPS SOS Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9469
<unit bldFile="app/commonemail/ipsservices/ipssosplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9470
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9471
<component name="ipssosaoplugin" filter="s60" long-name="IPS SOS Always Online Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9472
<unit bldFile="app/commonemail/ipsservices/ipssosaoplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9473
</component>
947
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9474
<component name="ipsservices_conf" filter="s60" long-name="IPS Services Configuration" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9475
<unit bldFile="app/commonemail/ipsservices/conf"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9476
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9477
<component name="ipsservices_rom" filter="s60" long-name="IPS Services ROM" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9478
<unit bldFile="app/commonemail/ipsservices/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9479
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9480
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9481
<collection name="emailcontacts" long-name="Email Contacts" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9482
<component name="contactactionservice" filter="s60" long-name="Contact Action Service" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9483
<unit bldFile="app/commonemail/emailcontacts/contactactionservice/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9484
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9485
<component name="contactactionmenu" filter="s60" long-name="Contact Action Menu" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9486
<unit bldFile="app/commonemail/emailcontacts/contactactionmenu/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9487
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9488
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9489
<collection name="meetingrequest" long-name="Meeting Request" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9490
<component name="mrcommon" filter="s60" long-name="MR Common" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9491
<unit bldFile="app/commonemail/meetingrequest/mrcommon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9492
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9493
<component name="mrdb" filter="s60" long-name="MR Database" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9494
<unit bldFile="app/commonemail/meetingrequest/mrdb/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9495
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9496
<component name="mrpolicy" filter="s60" long-name="MR Policy" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9497
<unit bldFile="app/commonemail/meetingrequest/mrpolicy/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9498
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9499
<component name="mrservices" filter="s60" long-name="MR Services" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9500
<unit bldFile="app/commonemail/meetingrequest/mrservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9501
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9502
<component name="mrgui" filter="s60" long-name="MR GUI" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9503
<unit bldFile="app/commonemail/meetingrequest/mrgui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9504
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9505
<component name="mrentry" filter="s60" long-name="MR Entry" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9506
<unit bldFile="app/commonemail/meetingrequest/mrentry/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9507
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9508
<component name="mrtasks" filter="s60" long-name="MR Tasks" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9509
<unit bldFile="app/commonemail/meetingrequest/mrtasks/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9510
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9511
<component name="mrutils" filter="s60" long-name="MR Utils" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9512
<unit bldFile="app/commonemail/meetingrequest/mrutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9513
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9514
<component name="mrutilscalplugin" filter="s60" long-name="MR Utils Calendar Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9515
<unit bldFile="app/commonemail/meetingrequest/mrutilscalplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9516
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9517
<component name="mrviewer" filter="s60" long-name="MR Viewer" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9518
<unit bldFile="app/commonemail/meetingrequest/mrviewer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9519
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9520
<component name="mrviewercalplugin" filter="s60" long-name="MR Viewer Calendar Plugin" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9521
<unit bldFile="app/commonemail/meetingrequest/mrviewercalplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9522
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9523
<component name="mricalviewer" filter="s60" long-name="MR iCal Viewer" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9524
<unit bldFile="app/commonemail/meetingrequest/mricalviewer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9525
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9526
<component name="mrversit2" filter="s60" long-name="MR Versit2" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9527
<unit bldFile="app/commonemail/meetingrequest/mrversit2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9528
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9529
<component name="mragnversit2" filter="s60" long-name="MR Agenda Versit2" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9530
<unit bldFile="app/commonemail/meetingrequest/mragnversit2/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9531
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9532
<component name="mrcasplugin" filter="s60" long-name="MR Contact Action Service Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9533
<unit bldFile="app/commonemail/meetingrequest/mrcasplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9534
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9535
<component name="mrurlparserplugin" filter="s60" long-name="MR URL Parser Plugin" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9536
<unit bldFile="app/commonemail/meetingrequest/mrurlparserplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9537
</component>
947
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9538
<component name="meetingrequest_config" filter="s60" long-name="MR Configuration" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9539
<unit bldFile="app/commonemail/meetingrequest/conf"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9540
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9541
<component name="meetingrequest_rom" filter="s60" long-name="MR ROM" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9542
<unit bldFile="app/commonemail/meetingrequest/rom"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9543
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9544
<component name="mrbcplugin" filter="s60" long-name="MR BC Plugin" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9545
<unit bldFile="app/commonemail/meetingrequest/mrbcplugin/group"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9546
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9547
<component name="mrcalremoteattachment" filter="s60" long-name="MR Calendar Remote Attachment" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9548
<unit bldFile="app/commonemail/meetingrequest/mrcalremoteattachment/group"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9549
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9550
<component name="mrcmailremoteattachmentplugin" filter="s60" long-name="MR Cmail Remote Attachment Plugin" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9551
<unit bldFile="app/commonemail/meetingrequest/mrcmailremoteattachmentplugin/group"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9552
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9553
<component name="mrguicommon" filter="s60" long-name="MR GUI COmmon" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9554
<unit bldFile="app/commonemail/meetingrequest/mrguicommon/group"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9555
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9556
<component name="mrmbutilsextension" filter="s60" long-name="MR MB Utilities Extension" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9557
<unit bldFile="app/commonemail/meetingrequest/mrmbutilsextension/group"/>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9558
</component>
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9559
<component name="mrprocessor" filter="s60" long-name="MR Processor" introduced="^2">
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9560
<unit bldFile="app/commonemail/meetingrequest/mrprocessor/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9561
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9562
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9563
<collection name="emailuis" long-name="Email UIs" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9564
<component name="emailui" filter="s60" long-name="Email UI" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9565
<unit bldFile="app/commonemail/emailuis/emailui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9566
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9567
<component name="gsemailsettings" filter="s60" long-name="Email GS Settings" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9568
<unit bldFile="app/commonemail/emailuis/gsemailsettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9569
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9570
<component name="uicomponents" filter="s60" long-name="Email UI Components" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9571
<unit bldFile="app/commonemail/emailuis/uicomponents/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9572
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9573
<component name="widget" filter="s60" long-name="Email Widget" introduced="^2">
947
8dd7b23fb722 Add auto generated symbian3 system model (packages@edb6c9c5a982)
Dario Sestito <darios@symbian.org>
parents: 946
diff changeset
  9574
<unit bldFile="app/commonemail/emailuis/widget/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9575
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9576
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9577
<collection name="commonemail_info" long-name="Email Apps Info" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9578
<component name="emailhelp" filter="s60" long-name="Email Help" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9579
<!-- should this be commented out or not? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9580
<!-- <unit bldFile="emailhelp/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9581
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9582
<component name="commonemail_help" filter="s60" long-name="Email Help" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9583
<!-- should this be commented out or not? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9584
<!-- <unit bldFile="help/group"/> -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9585
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9586
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9587
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9588
<block name="conversations" level="apps" long-name="Conversation Apps" levels="settings utils plugin ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9589
<collection name="conversations_plat" long-name="Conversation Apps Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9590
<component name="im_cv_launcher_api" long-name="IM CV Launcher API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9591
<unit bldFile="app/conversations/conversations_plat/im_cv_launcher_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9592
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9593
<component name="im_connection_api" long-name="IM Connection API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9594
<unit bldFile="app/conversations/conversations_plat/im_connection_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9595
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9596
<component name="im_cv_appui_api" long-name="IM CV App UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9597
<unit bldFile="app/conversations/conversations_plat/im_cv_appui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9598
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9599
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9600
<collection name="uiservicetabsettings" long-name="UI Service Tab Settings" level="settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9601
<!-- this is really at the wrong rank. should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9602
<component name="vimpstsettings" filter="s60" long-name="VIMP Service Tab Settings">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9603
<unit bldFile="app/conversations/uiservicetabsettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9604
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9605
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9606
<collection name="instantmessagesalert" long-name="Instant Messages Alert" level="utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9607
<!-- this is really at the wrong rank. should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9608
<component name="instantmessagesalert_build" filter="s60" long-name="Instant Messages Alert build" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9609
<unit bldFile="app/conversations/instantmessagesalert/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9610
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9611
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9612
<collection name="imstutils" long-name="IM Service Tab Utils" level="utils">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9613
<component name="imstutils_help" filter="s60" long-name="IM Service Tab Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9614
<unit bldFile="app/conversations/imstutils/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9615
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9616
<component name="imconnectionprovider" filter="s60" long-name="IM Connection Provider" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9617
<unit bldFile="app/conversations/imstutils/imconnectionprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9618
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9619
<component name="xmppadapter" filter="s60" long-name="XMPP Settings Adapter" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9620
<unit bldFile="app/conversations/imstutils/xmppadapter/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9621
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9622
<component name="imconversationview" filter="s60" long-name="IM Conversation View">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9623
<unit bldFile="app/conversations/imstutils/imconversationview/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9624
</component>
946
b19eb9afbf5d Add auto generated symbian3 system model (packages@a2fa088cf4dd)
Dario Sestito <darios@symbian.org>
parents: 945
diff changeset
  9625
<component name="imstutils_loc" filter="s60" long-name="IM Service Tab Utils Localisation" class="config">
b19eb9afbf5d Add auto generated symbian3 system model (packages@a2fa088cf4dd)
Dario Sestito <darios@symbian.org>
parents: 945
diff changeset
  9626
<unit bldFile="app/conversations/imstutils/loc"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9627
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9628
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9629
<collection name="uiservicetab" long-name="UI Service Tab" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9630
<component name="vimpstutils" filter="s60" long-name="VIMP Service Tab Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9631
<!-- need to spell out VIMP at least once -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9632
<unit bldFile="app/conversations/uiservicetab/vimpstutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9633
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9634
<component name="vimpststorage" filter="s60" long-name="VIMP Service Tab Storage">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9635
<unit bldFile="app/conversations/uiservicetab/vimpststorage/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9636
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9637
<component name="vimpstengine" filter="s60" long-name="VIMP Service Tab Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9638
<unit bldFile="app/conversations/uiservicetab/vimpstengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9639
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9640
<component name="vimpstcmdprocess" filter="s60" long-name="VIMP Service Tab Command Process">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9641
<unit bldFile="app/conversations/uiservicetab/vimpstcmdprocess/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9642
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9643
<component name="vimpstui" filter="s60" long-name="VIMP Service Tab UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9644
<unit bldFile="app/conversations/uiservicetab/vimpstui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9645
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9646
<component name="vimpstdetailsviewplugin" filter="s60" long-name="VIMP ST Details View Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9647
<unit bldFile="app/conversations/uiservicetab/vimpstdetailsviewplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9648
</component>
946
b19eb9afbf5d Add auto generated symbian3 system model (packages@a2fa088cf4dd)
Dario Sestito <darios@symbian.org>
parents: 945
diff changeset
  9649
<component name="uiservicetab_exports" filter="s60" long-name="UI Service Tab Exports">
b19eb9afbf5d Add auto generated symbian3 system model (packages@a2fa088cf4dd)
Dario Sestito <darios@symbian.org>
parents: 945
diff changeset
  9650
<unit bldFile="app/conversations/uiservicetab/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9651
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9652
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9653
<collection name="servicewidget" long-name="Service Widget" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9654
<component name="servicewidgetdatapublisher" filter="s60" long-name="Service Widget Data Publisher" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9655
<unit bldFile="app/conversations/servicewidget/servicewidgetdatapublisher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9656
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9657
<component name="themes" filter="s60" long-name="Service Widget Themes" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9658
<!-- does this really need to have that number in the directory name? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9659
<unit bldFile="app/conversations/servicewidget/themes/install-themes/install/servicewidget_20021383/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9660
</component>
946
b19eb9afbf5d Add auto generated symbian3 system model (packages@a2fa088cf4dd)
Dario Sestito <darios@symbian.org>
parents: 945
diff changeset
  9661
<component name="servicewidget_rom" filter="s60" long-name="Service Widget ROM">
b19eb9afbf5d Add auto generated symbian3 system model (packages@a2fa088cf4dd)
Dario Sestito <darios@symbian.org>
parents: 945
diff changeset
  9662
<unit bldFile="app/conversations/servicewidget/rom"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9663
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9664
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9665
<collection name="instantmsgindicatorplugin" long-name="Instant Message Indicator Plugin" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9666
<!--  collection is really a component. should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9667
<component name="instantmsgindicatorplugin_build" filter="s60" long-name="Instant Message Indicator Plugin Build" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9668
<unit bldFile="app/conversations/instantmsgindicatorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9669
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9670
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9671
<collection name="imstatuspaneindicatorplugin" long-name="IM Status Pane Indicator Plugin" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9672
<!--  collection is really a component. should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9673
<component name="imstatuspaneindicatorplugin_build" filter="s60" long-name="IM Status Pane Indicator Plugin Build" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9674
<unit bldFile="app/conversations/imstatuspaneindicatorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9675
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9676
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9677
<collection name="conversations_info" long-name="Conversation Apps Info" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9678
<component name="conversations_build" filter="s60" long-name="Conversation Apps Build">
946
b19eb9afbf5d Add auto generated symbian3 system model (packages@a2fa088cf4dd)
Dario Sestito <darios@symbian.org>
parents: 945
diff changeset
  9679
<unit bldFile="app/conversations/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9680
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9681
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9682
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9683
<block name="im" level="apps" long-name="Instant Messaging Apps" levels="support prot engine apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9684
<collection name="im_plat" long-name="Instant Messaging Apps Platform Interfaces" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9685
<component name="wv_sap_settings_api" long-name="WV SAP Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9686
<unit bldFile="app/im/im_plat/wv_sap_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9687
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9688
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9689
<collection name="wvsettings20" long-name="Wireless Village Settings Engine" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9690
<!-- this is really a component. should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9691
<component name="wvsapsettingsstore" long-name="WV SAP Settings Store" filter="s60" introduced="9.3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9692
<unit bldFile="app/im/wvsettings20/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9693
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9694
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9695
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9696
<block name="dictionary" level="services" long-name="Dictionary" levels="utils ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9697
<collection name="dictionary_plat" long-name="Dictionary Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9698
<component name="menu_suites_macros_api" long-name="Menu Suites Macros API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9699
<unit bldFile="app/dictionary/dictionary_plat/menu_suites_macros_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9700
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9701
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9702
<collection name="userdict" long-name="User Dictionary" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9703
<!-- collection is really a component, move down a dir -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9704
<component name="userdict_build" filter="s60" long-name="Japanese User Dictionary">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9705
<unit bldFile="app/dictionary/userdict/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9706
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9707
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9708
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9709
<block name="camera" level="apps" long-name="Camera Apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9710
<collection name="camera_plat" long-name="Camera Apps Platform Interfaces">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9711
<component name="camcorder_ui_constants_api" long-name="Camcorder UI Constants API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  9712
<unit bldFile="app/camera/camera_plat/camcorder_ui_constants_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9713
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9714
<component name="active_palette_2_api" long-name="Active Palette 2 API" filter="s60" class="api">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
  9715
<unit bldFile="app/camera/camera_plat/active_palette_2_api/group" filter="!test"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9716
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9717
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9718
<collection name="camerauis" long-name="Camera UIs">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9719
<component name="activepalette" filter="s60" long-name="Active Palette">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9720
<unit bldFile="app/camera/camerauis/activepalette/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9721
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9722
<component name="cameraapp" filter="s60" long-name="Camera Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9723
<unit bldFile="app/camera/camerauis/cameraapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9724
<unit bldFile="app/camera/camerauis/cameraapp/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9725
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9726
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9727
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9728
<block name="imgeditor" level="apps" long-name="Image Editor Apps" levels="engine ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9729
<collection name="imgeditor_plat" long-name="Image Editor Apps Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9730
<component name="image_editor_debug_utilities_api" long-name="Image Editor Debug Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9731
<unit bldFile="app/imgeditor/imgeditor_plat/image_editor_debug_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9732
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9733
<component name="image_editor_utilities_api" long-name="Image Editor Utilities API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9734
<unit bldFile="app/imgeditor/imgeditor_plat/image_editor_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9735
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9736
<component name="image_editor_definitions_api" long-name="Image Editor Definitions API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9737
<unit bldFile="app/imgeditor/imgeditor_plat/image_editor_definitions_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9738
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9739
<component name="image_editor_system_parameters_api" long-name="Image Editor System Parameters API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9740
<unit bldFile="app/imgeditor/imgeditor_plat/image_editor_system_parameters_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9741
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9742
<component name="image_processing_engine_api" long-name="Image Processing Engine API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9743
<unit bldFile="app/imgeditor/imgeditor_plat/image_processing_engine_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9744
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9745
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9746
<collection name="imageeditor" long-name="Image Editor UI" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9747
<component name="pb" filter="s60" long-name="Plugin Base">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9748
<unit bldFile="app/imgeditor/imageeditor/pb/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9749
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9750
<component name="iepb" filter="s60" long-name="Image Editor Plugin Base">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9751
<unit bldFile="app/imgeditor/imageeditor/iepb/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9752
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9753
<component name="imageeditorui" filter="s60" long-name="Image Editor UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9754
<unit bldFile="app/imgeditor/imageeditor/imageeditorui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9755
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9756
<component name="imageeditormanager" filter="s60" long-name="Image Editor Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9757
<unit bldFile="app/imgeditor/imageeditor/imageeditormanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9758
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9759
<component name="imageeditorapp" filter="s60" long-name="Image Editor Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9760
<unit bldFile="app/imgeditor/imageeditor/imageeditorapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9761
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9762
<component name="imageeditor_plugins" filter="s60" long-name="Image Editor Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9763
<!-- can only have one unit. Need to include all from a single bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9764
<unit bldFile="app/imgeditor/imageeditor/plugins/blackwhiteplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9765
<unit bldFile="app/imgeditor/imageeditor/plugins/brightnessplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9766
<unit bldFile="app/imgeditor/imageeditor/plugins/bubbleplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9767
<unit bldFile="app/imgeditor/imageeditor/plugins/cartoonizeplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9768
<unit bldFile="app/imgeditor/imageeditor/plugins/clipartplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9769
<unit bldFile="app/imgeditor/imageeditor/plugins/contrastplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9770
<unit bldFile="app/imgeditor/imageeditor/plugins/cropplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9771
<unit bldFile="app/imgeditor/imageeditor/plugins/drawplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9772
<unit bldFile="app/imgeditor/imageeditor/plugins/frameplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9773
<unit bldFile="app/imgeditor/imageeditor/plugins/negativeplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9774
<unit bldFile="app/imgeditor/imageeditor/plugins/redeyeplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9775
<unit bldFile="app/imgeditor/imageeditor/plugins/resizeplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9776
<unit bldFile="app/imgeditor/imageeditor/plugins/rotatelplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9777
<unit bldFile="app/imgeditor/imageeditor/plugins/rotaterplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9778
<unit bldFile="app/imgeditor/imageeditor/plugins/sepiaplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9779
<unit bldFile="app/imgeditor/imageeditor/plugins/sharpnessplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9780
<unit bldFile="app/imgeditor/imageeditor/plugins/textplugin/group"/>
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  9781
<!-- conditionally #included in imageeditor_build: need to fix
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  9782
        <unit bldFile="imageeditor/plugins/drawplugin/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9783
         -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9784
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9785
<component name="editorprovider" filter="s60" long-name="Image Editor Provider">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9786
<unit bldFile="app/imgeditor/imageeditor/editorprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9787
</component>
931
ed85b9dfe81c Add auto generated symbian3 system model (packages@9d01207f9dd3)
Dario Sestito <darios@symbian.org>
parents: 930
diff changeset
  9788
<component name="imageeditor_exports" filter="s60" long-name="Image Editor Exports">
ed85b9dfe81c Add auto generated symbian3 system model (packages@9d01207f9dd3)
Dario Sestito <darios@symbian.org>
parents: 930
diff changeset
  9789
<unit bldFile="app/imgeditor/imageeditor/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9790
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9791
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9792
<collection name="imageeditorengine" long-name="Image Editor Engine" level="engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9793
<component name="filters" filter="s60" long-name="Image Editor Filters">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9794
<!-- can only have one unit. Need to include all from a single bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9795
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterbrightness/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9796
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterbubble/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9797
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterbuffer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9798
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtercartoon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9799
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterclipart/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9800
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtercontrast/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9801
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtercrop/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9802
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterdraw/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9803
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterframe/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9804
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtergrayscale/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9805
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtericlsource/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9806
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegsource/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9807
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterjpegtarget/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9808
<unit bldFile="app/imgeditor/imageeditorengine/filters/filternegate/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9809
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterredeye/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9810
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterrotate/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9811
<unit bldFile="app/imgeditor/imageeditorengine/filters/filterscale/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9812
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtersepia/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9813
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtersharpness/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9814
<unit bldFile="app/imgeditor/imageeditorengine/filters/filtertext/group"/>
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  9815
<!-- conditionally #included in imageeditor_build: need to fix
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
  9816
        <unit bldFile="imageeditorengine/filters/filterdraw/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9817
         -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9818
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9819
<component name="imageeditorutils" filter="s60" long-name="Image Editor Utilities">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9820
<unit bldFile="app/imgeditor/imageeditorengine/imageeditorutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9821
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9822
<component name="systemparameters" filter="s60" long-name="System Parameters">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9823
<unit bldFile="app/imgeditor/imageeditorengine/systemparameters/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9824
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9825
<component name="enginewrapper" filter="s60" long-name="Image Editor Engine Wrapper">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9826
<unit bldFile="app/imgeditor/imageeditorengine/enginewrapper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9827
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9828
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9829
</block>
611
dad7d9368c7c Add auto generated symbian3 system model (packages@a2b996399a2f)
Dario Sestito <darios@symbian.org>
parents: 595
diff changeset
  9830
<!-- <package id="videoeditor" level="apps" tech-domain="ma" href="../../../../app/videoeditor/package_definition.xml"/> -->
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9831
<block name="videoplayer" level="apps" long-name="Video Player Apps" levels="support plugin util apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9832
<collection name="videoplayer_plat" long-name="Video Player Apps Platform Interfaces" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9833
<component name="videoplayer_startup_api" long-name="Video Player Startup API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9834
<unit bldFile="app/videoplayer/videoplayer_plat/videoplayer_startup_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9835
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9836
<component name="video_player_file_details_dialog_api" long-name="Media Player File Details Dialog API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9837
<unit bldFile="app/videoplayer/videoplayer_plat/video_player_file_details_dialog_api/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9838
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9839
<component name="videocollection_api" long-name="Video Collection API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9840
<unit bldFile="app/videoplayer/videoplayer_plat/videocollection_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9841
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9842
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9843
<collection name="videofeeds" long-name="Video Feeds" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9844
<component name="iptv_utils" filter="s60" long-name="IPTV Util" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9845
<unit bldFile="app/videoplayer/videofeeds/utils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9846
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9847
<component name="viewmessageutility" filter="s60" long-name="View Message Utility" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9848
<unit bldFile="app/videoplayer/videofeeds/viewmessageutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9849
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9850
<component name="vcxnotifier" filter="s60" long-name="Video Connection Notifier" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9851
<unit bldFile="app/videoplayer/videofeeds/vcxnotifier/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9852
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9853
<component name="vccommon" filter="s60" long-name="Video Connection Common" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9854
<unit bldFile="app/videoplayer/videofeeds/vccommon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9855
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9856
<component name="clientapi" long-name="Server Client" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9857
<unit bldFile="app/videoplayer/videofeeds/clientapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9858
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9859
<component name="provisioningprocessor" long-name="Provisioning Processor" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9860
<unit bldFile="app/videoplayer/videofeeds/provisioningprocessor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9861
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9862
<component name="mrssplugin" long-name="RSS plugin" filter="s60" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9863
<unit bldFile="app/videoplayer/videofeeds/mrssplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9864
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9865
<component name="videofeeds_server" long-name="Server" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9866
<unit bldFile="app/videoplayer/videofeeds/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9867
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9868
<component name="livetvutils" long-name="LiveTV Utils" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9869
<unit bldFile="app/videoplayer/videofeeds/livetvutils/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9870
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9871
<component name="iptvprovisioningrecognizer" long-name="IP TV Provisioning Recognizer" filter="s60" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9872
<unit bldFile="app/videoplayer/videofeeds/provisioningrecognizer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9873
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9874
<component name="iptvprovisioningappui" long-name="IP TV Provisioning App UI" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9875
<unit bldFile="app/videoplayer/videofeeds/provisioningappui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9876
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9877
<component name="iptvomaprovisioning" long-name="IP TV OMA Provisioning" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9878
<unit bldFile="app/videoplayer/videofeeds/omaprovisioning/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9879
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9880
<component name="vcnsuiengine" long-name="VoD UI Engine" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9881
<unit bldFile="app/videoplayer/videofeeds/vcnsuiengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9882
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9883
<component name="hgvodui" long-name="Ganes UX2.0 VoD UI" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9884
<unit bldFile="app/videoplayer/videofeeds/hgvodui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9885
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9886
<component name="hgvodplugin" long-name="Ganes UX2.0 VoD UI Plugin" filter="s60" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9887
<unit bldFile="app/videoplayer/videofeeds/hgvodplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9888
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9889
<component name="vcnsscheduleview" long-name="Scheduled Download Settings View" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9890
<unit bldFile="app/videoplayer/videofeeds/vcnsscheduleview/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9891
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9892
<component name="vcnsscheduleplugin" long-name="Scheduled Download Settings Plugin" filter="s60" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9893
<unit bldFile="app/videoplayer/videofeeds/vcnsscheduleplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9894
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9895
<component name="scheduleddlplugin" long-name="Scheduled download plugin" filter="s60" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9896
<unit bldFile="app/videoplayer/videofeeds/scheduleddlplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9897
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9898
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9899
<collection name="videocollection" long-name="Video Collection" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9900
<component name="mpxmyvideoscollection" filter="s60" long-name="MPX My Videos Collection" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9901
<unit bldFile="app/videoplayer/videocollection/mpxmyvideoscollection/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9902
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9903
<component name="myvideosindicatorplugin" filter="s60" long-name="My Videos Indicator Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9904
<unit bldFile="app/videoplayer/videocollection/myvideosindicatorplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9905
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9906
<component name="hgmyvideos" filter="s60" long-name="Huriganes My Videos" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9907
<unit bldFile="app/videoplayer/videocollection/hgmyvideos/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9908
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9909
<component name="hgmyvideosplugin" filter="s60" long-name="Huriganes My VideosPlugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9910
<unit bldFile="app/videoplayer/videocollection/hgmyvideosplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9911
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9912
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9913
<collection name="mediasettings" long-name="Media Settings" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9914
<!--  this is really a component. Should be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9915
<component name="mediasettings_build" filter="s60" long-name="Media Settings Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9916
<unit bldFile="app/videoplayer/mediasettings/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9917
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9918
<component name="videoplayer_test" filter="s60" purpose="development" long-name="Video Player Apps Test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9919
<!--  can only have one unit. Can thes be #included from the above or another  bld.inf?-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9920
<unit bldFile="app/videoplayer/tsrc/VCXTestCommon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9921
<unit bldFile="app/videoplayer/tsrc/VCXTestUtilModule/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9922
<unit bldFile="app/videoplayer/tsrc/VCXTestMyVideosCollectionClient/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9923
<unit bldFile="app/videoplayer/mediasettings/mediasettingsengine/tsrc/mediasettingsenginetest/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9924
<unit bldFile="app/videoplayer/mediasettings/videoplayersettingsengine/tsrc/vpsettingsenginetest/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9925
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9926
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9927
<collection name="filedetails" long-name="File Details" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9928
<component name="filedetailsplugin" filter="s60" long-name="File Details Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9929
<unit bldFile="app/videoplayer/filedetails/filedetailsplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9930
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9931
<component name="filedetailsdialog" filter="s60" long-name="File Details Dialog" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9932
<unit bldFile="app/videoplayer/filedetails/filedetailsdialog/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9933
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9934
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9935
<collection name="videoplayerapp" long-name="Video Player App" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9936
<component name="lwplayer" long-name="Lightweight Player" filter="s60">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9937
<unit bldFile="app/videoplayer/videoplayerapp/lwplayer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9938
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9939
<component name="mpxvideoplayer" filter="s60" long-name="MPX Video Player" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9940
<unit bldFile="app/videoplayer/videoplayerapp/mpxvideoplayer/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9941
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9942
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9943
<collection name="videoplayback" long-name="Video Playback Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9944
<component name="videohelix" long-name="Video Helix" filter="s60" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9945
<unit bldFile="app/videoplayer/videoplayback/videohelix/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9946
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9947
<component name="videopdlplaybackviewplugin" filter="s60" long-name="Video PDL Playback View Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9948
<unit bldFile="app/videoplayer/videoplayback/videopdlplaybackviewplugin/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9949
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9950
<component name="videoplaybackcontrols" filter="s60" long-name="Video Playback Controls" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9951
<unit bldFile="app/videoplayer/videoplayback/videoplaybackcontrols/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9952
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9953
<component name="videoplaybackviewplugin" filter="s60" long-name="Video Playback View Plugin" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9954
<unit bldFile="app/videoplayer/videoplayback/videoplaybackviewplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9955
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9956
<component name="videoplaybackviews" filter="s60" long-name="Video Playback Views" introduced="^3" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9957
<unit bldFile="app/videoplayer/videoplayback/videoplaybackviews/group" filter="!test"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9958
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9959
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9960
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9961
<block name="photos" level="apps" long-name="Photos" levels="support fw ui app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9962
<collection name="photos_plat" long-name="Photos Platform Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9963
<component name="collection_plugins_api" long-name="Collection Plugins API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9964
<unit bldFile="app/photos/photos_plat/collection_plugins_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9965
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9966
<component name="controllers_collection_api" long-name="Controllers Collection API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9967
<unit bldFile="app/photos/photos_plat/controllers_collection_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9968
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9969
<component name="gallery_utilities_api" long-name="Gallery Utilities API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9970
<unit bldFile="app/photos/photos_plat/gallery_utilities_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9971
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9972
<component name="slideshow_ui_constants_api" long-name="Slideshow Ui Constants API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9973
<unit bldFile="app/photos/photos_plat/slideshow_ui_constants_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9974
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9975
<component name="views_metadatadialog_api" long-name="Views Metadata Dialog API" introduced="^2" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9976
<unit bldFile="app/photos/photos_plat/views_metadatadialog_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9977
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9978
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9979
<collection name="photosgallery" long-name="Photos Gallery" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9980
<!-- consider splitting this collection into the application itself, and the frameworks behind it -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9981
<component name="photosgallery_help" filter="s60" long-name="Photos Help" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9982
<unit bldFile="app/photos/photosgallery/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9983
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9984
<component name="logging" filter="s60" long-name="Photos Logging" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9985
<unit bldFile="app/photos/photosgallery/logging/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9986
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9987
<component name="photosgallery_common" filter="s60" long-name="Photos Common" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9988
<unit bldFile="app/photos/photosgallery/common/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9989
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9990
<component name="photosgallery_commonui" filter="s60" long-name="Photos Common UI" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9991
<unit bldFile="app/photos/photosgallery/commonui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9992
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9993
<component name="photosgalleryollectionfw" filter="s60" long-name="Photos Collection Framework" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9994
<unit bldFile="app/photos/photosgallery/collectionframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9995
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9996
<component name="galleryicons" filter="s60" long-name="Photos Icons" introduced="^2" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9997
<unit bldFile="app/photos/photosgallery/icons"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9998
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
  9999
<component name="imageviewer" filter="s60" long-name="Image Viewer" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10000
<!-- this is really a part of controllers component, #include from there instead -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10001
<unit bldFile="app/photos/photosgallery/controllers/imageviewer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10002
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10003
<component name="photosgalleryviewfw" filter="s60" long-name="View Framework" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10004
<unit bldFile="app/photos/photosgallery/viewframework/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10005
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10006
<component name="controllers" filter="s60" long-name="Photos Controllers" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10007
<unit bldFile="app/photos/photosgallery/controllers/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10008
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10009
<component name="photogallery" filter="s60" long-name="Media Gallery" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10010
<unit bldFile="app/photos/photosgallery/gallery/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10011
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10012
<component name="slideshow" filter="s60" long-name="Slideshow" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10013
<unit bldFile="app/photos/photosgallery/slideshow/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10014
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10015
<component name="memoryplugin" long-name="Memory Plugin" filter="s60" introduced="^2" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10016
<unit bldFile="app/photos/photosgallery/memoryplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10017
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10018
<component name="imgvwr" filter="s60" long-name="Photos Image Viewer" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10019
<unit bldFile="app/photos/photosgallery/imgvwr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10020
</component>
932
c02a0b2e2c6b Add auto generated symbian3 system model (packages@0d0b70daed4d)
Dario Sestito <darios@symbian.org>
parents: 931
diff changeset
 10021
<component name="photosgallery_exports" filter="s60" long-name="Photos Gallery Exports" introduced="^2">
c02a0b2e2c6b Add auto generated symbian3 system model (packages@0d0b70daed4d)
Dario Sestito <darios@symbian.org>
parents: 931
diff changeset
 10022
<unit bldFile="app/photos/photosgallery/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10023
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10024
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10025
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10026
<block name="musicplayer" level="apps" long-name="Music Player Apps" levels="plugins support hs app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10027
<collection name="musicplayer_plat" long-name="Music Player Apps Platform Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10028
<component name="mpx_music_player_app_api" long-name="MPX Music Player App API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10029
<unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_app_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10030
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10031
<component name="mpx_music_player_commonui_api" long-name="MPX Music Player Common UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10032
<unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_commonui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10033
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10034
<component name="mpx_music_player_media_key_handler_api" long-name="MPX Music Player Media Key Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10035
<unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_media_key_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10036
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10037
<component name="mpx_music_player_remote_control_api" long-name="MPX Music Player Remote Control API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10038
<unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_player_remote_control_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10039
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10040
<component name="mpx_music_shop_ui_api" long-name="MPX Music Shop UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10041
<unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_shop_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10042
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10043
<component name="mpx_music_wap_adapter_cenrep_api" long-name="MPX Music Wap Adapter CenRep API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10044
<unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_wap_adapter_cenrep_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10045
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10046
<component name="mpx_music_store_api" long-name="MPX Music Store Find API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10047
<unit bldFile="app/musicplayer/musicplayer_plat/mpx_music_store_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10048
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10049
<component name="audio_application_features_api" long-name="Audio Application Features API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10050
<unit bldFile="app/musicplayer/musicplayer_plat/audio_application_features_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10051
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10052
<component name="music_content_publisher_plugin_api" long-name="Music Content Publisher Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10053
<unit bldFile="app/musicplayer/musicplayer_plat/music_content_publisher_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10054
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10055
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10056
<collection name="mpxmusicplayer" long-name="MPX Music Player" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10057
<component name="mpxmusicplayer_help" filter="s60" long-name="Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10058
<unit bldFile="app/musicplayer/mpxmusicplayer/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10059
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10060
<component name="mpxmusicplayer_commonui" filter="s60" long-name="MPX Common UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10061
<unit bldFile="app/musicplayer/mpxmusicplayer/commonui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10062
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10063
<component name="mpx_metadatahandler" filter="s60" long-name="MPX Metadata Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10064
<unit bldFile="app/musicplayer/mpxmusicplayer/metadatahandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10065
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10066
<component name="mediakeyhandler" filter="s60" long-name="MPX Media Key Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10067
<unit bldFile="app/musicplayer/mpxmusicplayer/mediakeyhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10068
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10069
<component name="mpxmusicplayer_app" filter="s60" long-name="MPX Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10070
<unit bldFile="app/musicplayer/mpxmusicplayer/app/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10071
</component>
945
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
 10072
<component name="mpxmusicplayer_exports" filter="s60" long-name="MPX Music Player Exports">
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
 10073
<unit bldFile="app/musicplayer/mpxmusicplayer/exports"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10074
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10075
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10076
<collection name="musichomescreen_multiview" long-name="Music Home Screen Multiview" level="hs">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10077
<!-- Uncomment all units when configuration is in place. All currently #included from musichomescreen_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10078
<component name="mpxcollectionpublisher" filter="s60" long-name="MPX Collection Publisher" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10079
<!--<unit bldFile="musichomescreen_multiview/mpxcollectionpublisher/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10080
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10081
<component name="musiccontentpublisher" filter="s60" long-name="Music Content Publisher" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10082
<!--<unit bldFile="musichomescreen_multiview/musiccontentpublisher/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10083
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10084
<component name="mcpmusicplayer" filter="s60" long-name="Music Player MCP Plugin" introduced="^2" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10085
<!--<unit bldFile="musichomescreen_multiview/mcpmusicplayer/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10086
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10087
<component name="musicplayeractionhandlerplugin" filter="s60" long-name="Music Player Action Handler Plugin" introduced="^2" plugin="Y" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10088
<!--<unit bldFile="musichomescreen_multiview/musicplayeractionhandlerplugin/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10089
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10090
<component name="mpx_data" filter="s60" long-name="MPX Data" introduced="^2" class="placeholder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10091
<!-- does this make sense to be a component? should it just be #include from musichomescreen_multiview/group? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10092
<!--<unit bldFile="musichomescreen_multiview/data/themes/default/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10093
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10094
<component name="musichomescreen_build" filter="s60" long-name="Music Homescreen Multiview Build" introduced="^2">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10095
<unit bldFile="app/musicplayer/musichomescreen_multiview/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10096
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10097
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10098
<collection name="mpxplugins" long-name="MPX Plugins" level="plugins">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10099
<component name="serviceplugins" filter="s60" long-name="MPX Service Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10100
<unit bldFile="app/musicplayer/mpxplugins/serviceplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10101
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10102
<component name="viewplugins" filter="s60" long-name="MPX View Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10103
<unit bldFile="app/musicplayer/mpxplugins/viewplugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10104
</component>
945
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
 10105
<component name="mpxplugins_exports" filter="s60" long-name="MPX Plugins Exports">
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
 10106
<unit bldFile="app/musicplayer/mpxplugins/exports"/>
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
 10107
</component>
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
 10108
</collection>
45a3d41e969f Add auto generated symbian3 system model (packages@5725bcd8254c)
Dario Sestito <darios@symbian.org>
parents: 944
diff changeset
 10109
<collection name="musicplayer_info" long-name="Music Player Apps Info" level="app"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10110
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10111
<block name="radio" level="apps" long-name="Radio Apps" levels="engine ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10112
<collection name="fmradio" long-name="FM Radio" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10113
<component name="activeidleengine" filter="s60" long-name="FM Radio Active Idle Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10114
<unit bldFile="app/radio/fmradio/activeidleengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10115
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10116
<component name="fmradioengine" filter="s60" long-name="FM Radio Engine">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10117
<unit bldFile="app/radio/fmradio/fmradioengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10118
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10119
<component name="fmradioactionhandler" filter="s60" long-name="FM Radio Action Handler" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10120
<unit bldFile="app/radio/fmradio/fmradioactionhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10121
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10122
<component name="fmradiomcpplugin" filter="s60" long-name="FM Radio Content Publisher Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10123
<unit bldFile="app/radio/fmradio/fmradiomcpplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10124
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10125
<component name="fmradio_build" filter="s60" long-name="FM Radio Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10126
<unit bldFile="app/radio/fmradio/fmradio/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10127
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10128
<component name="fmradio_help" filter="s60" long-name="FM Radio Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10129
<unit bldFile="app/radio/fmradio/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10130
</component>
936
d324faaaf5cf Add auto generated symbian3 system model (packages@419349711673)
Dario Sestito <darios@symbian.org>
parents: 935
diff changeset
 10131
<component name="fmradio_conf" filter="s60" long-name="FM Radio Configuration">
d324faaaf5cf Add auto generated symbian3 system model (packages@419349711673)
Dario Sestito <darios@symbian.org>
parents: 935
diff changeset
 10132
<unit bldFile="app/radio/fmradio/conf"/>
d324faaaf5cf Add auto generated symbian3 system model (packages@419349711673)
Dario Sestito <darios@symbian.org>
parents: 935
diff changeset
 10133
</component>
d324faaaf5cf Add auto generated symbian3 system model (packages@419349711673)
Dario Sestito <darios@symbian.org>
parents: 935
diff changeset
 10134
<component name="fmradio_loc" filter="s60" long-name="FM Radio Localisation">
d324faaaf5cf Add auto generated symbian3 system model (packages@419349711673)
Dario Sestito <darios@symbian.org>
parents: 935
diff changeset
 10135
<unit bldFile="app/radio/fmradio/loc"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10136
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10137
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10138
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10139
<block name="podcatcher" level="apps" long-name="Podcatcher" levels="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10140
<collection name="podcatcher_info" long-name="Podcatcher" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10141
<component name="podcatcher_build" filter="sf_build" long-name="Podcatcher Build" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10142
<unit bldFile="app/podcatcher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10143
</component>
920
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
 10144
<component name="podcatcher_app" filter="sf_build" long-name="Podcatcher Application" introduced="^3"/>
622170a95dab Add auto generated symbian3 system model (packages@06ec1c53d010)
Dario Sestito <darios@symbian.org>
parents: 919
diff changeset
 10145
<component name="podcatcher_engine" filter="sf_build" long-name="Podcatcher Engine" introduced="^3"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10146
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10147
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10148
<block name="voicerec" level="apps" long-name="Voice Recorder Apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10149
<!-- custom filter pref_test-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10150
<collection name="voicerec_plat" long-name="Voice Recorder Apps Platform Interfaces">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10151
<component name="new_file_service_api" long-name="New File Service API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10152
<unit bldFile="app/voicerec/voicerec_plat/new_file_service_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10153
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10154
<component name="voicerecorder_public_constants_api" long-name="Voice Recorder Public Constants API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10155
<unit bldFile="app/voicerec/voicerec_plat/voicerecorder_public_constants_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10156
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10157
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10158
<collection name="voicerecorder" long-name="Voice Recorder">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10159
<!--this is really a component, move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10160
<component name="voicerecorder_build" filter="s60" long-name="Voice Recorder Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10161
<unit bldFile="app/voicerec/voicerecorder/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10162
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10163
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10164
<collection name="voicerec_info" long-name="Voice Recorder Apps Info"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10165
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10166
<block name="screensaver" level="apps" long-name="Screen Saver Apps" levels="plugin ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10167
<!-- is this a user-facing application or a daemon? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10168
<!-- units need to be commented out until configuration is in place. They are currently #included from screensaver_build-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10169
<collection name="scrsaver" long-name="Screen Saver" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10170
<component name="scrsaverplugins" filter="s60" long-name="Screen Saver Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10171
<!-- must have only one component. #include from a common bld.inf, or move up a directory and make scrsaverplugins a collection -->
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
 10172
<!--<unit bldFile="scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10173
        <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group/"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10174
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10175
<component name="scrsaver_slideshowplugin" filter="s60" long-name="Screen Saver Slideshow Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10176
<!--<unit bldFile="scrsaver/scrsaverplugins/SlideshowPlugin/group"/>       -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10177
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10178
<component name="screensaveraiwplugin" filter="s60" long-name="Screen Saver AIW Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10179
<!-- <unit bldFile="scrsaver/screensaveraiwplugin/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10180
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10181
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10182
<collection name="screensaver_info" long-name="Screen Saver Apps Info" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10183
<component name="screensaver_build" filter="s60" long-name="Screen Saver Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10184
<!--the app should be a separate component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10185
<unit bldFile="app/screensaver/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10186
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10187
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10188
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10189
<block name="homescreen" level="apps" long-name="Home Screen Apps" levels="fw support apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10190
<collection name="homescreen_plat" long-name="Home Screen Apps Platform Interfaces" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10191
<component name="menu_settings_api" long-name="Menu Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10192
<unit bldFile="app/homescreen/homescreen_plat/menu_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10193
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10194
<component name="hs_content_control_ui" long-name="HS Content Control Ui" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10195
<unit bldFile="app/homescreen/homescreen_plat/hs_content_control_ui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10196
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10197
<component name="hs_renderingplugin_api" long-name="HS Rendering Plugin API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10198
<unit bldFile="app/homescreen/homescreen_plat/hs_renderingplugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10199
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10200
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10201
<collection name="idlehomescreen" long-name="Idle Home Screen" level="apps">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10202
<component name="nativeuicontroller" filter="s60" long-name="Native UI Controller">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10203
<unit bldFile="app/homescreen/idlehomescreen/nativeuicontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10204
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10205
<component name="exths" filter="s60" long-name="Active Idle Container" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10206
<!-- why is the ID so different from the name? Is one wrong? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10207
<unit bldFile="app/homescreen/idlehomescreen/exths/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10208
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10209
<component name="hscontentcontrol" filter="s60" long-name="Home Screen Content Control" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10210
<unit bldFile="app/homescreen/idlehomescreen/hscontentcontrol/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10211
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10212
<component name="hssapiwrapper" filter="s60" long-name="HS SAPI Wrapper" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10213
<!--  can only have one unit. #include from a common bld.inf, or split into two components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10214
<unit bldFile="app/homescreen/idlehomescreen/sapiwrapper/cpswrapper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10215
<unit bldFile="app/homescreen/idlehomescreen/sapiwrapper/hspswrapper/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10216
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10217
<component name="xmluirendering" filter="s60" long-name="XML UI Rendering" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10218
<unit bldFile="app/homescreen/idlehomescreen/xmluirendering/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10219
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10220
<component name="xmluicontroller" filter="s60" long-name="XML UI Controller" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10221
<unit bldFile="app/homescreen/idlehomescreen/xmluicontroller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10222
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10223
<component name="widgetmanager" filter="s60" long-name="Widget Manager" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10224
<unit bldFile="app/homescreen/idlehomescreen/widgetmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10225
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10226
<component name="idlehomescreen_help" filter="s60" long-name="Idle Home Screen Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10227
<unit bldFile="app/homescreen/idlehomescreen/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10228
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10229
<component name="idlehomescreen_data" filter="s60" long-name="Idle Home Screen Data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10230
<unit bldFile="app/homescreen/idlehomescreen/data/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10231
</component>
930
e43270a38dcf Add auto generated symbian3 system model (packages@fbee32229c30)
Dario Sestito <darios@symbian.org>
parents: 929
diff changeset
 10232
<component name="idlehomescreen_loc" filter="s60" long-name="Idle Home Screen Localisation">
e43270a38dcf Add auto generated symbian3 system model (packages@fbee32229c30)
Dario Sestito <darios@symbian.org>
parents: 929
diff changeset
 10233
<unit bldFile="app/homescreen/idlehomescreen/loc/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10234
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10235
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10236
<collection name="menufw" long-name="Menu Framework" level="fw">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10237
<component name="hierarchynavigator" filter="s60" long-name="Hierarchy Navigator">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10238
<unit bldFile="app/homescreen/menufw/hierarchynavigator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10239
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10240
<component name="menufwui" filter="s60" long-name="Menu Framework UI">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10241
<unit bldFile="app/homescreen/menufw/menufwui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10242
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10243
<component name="menusuites" filter="s60" long-name="Menu Suites">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10244
<unit bldFile="app/homescreen/menufw/menusuites/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10245
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10246
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10247
<collection name="taskswitcher" long-name="Task Switcher" level="support">
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
 10248
<component name="hs_contextengine" filter="s60" long-name="Context Engine" introduced="^3">
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10249
<unit bldFile="app/homescreen/taskswitcher/contextengine/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10250
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10251
<component name="taskswitcherui" filter="s60" long-name="Task Switcher UI" introduced="^3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10252
<unit bldFile="app/homescreen/taskswitcher/taskswitcherui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10253
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10254
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10255
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10256
<block name="graphicsuis" level="services" long-name="Graphics UIs" levels="util ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10257
<collection name="graphicsuis_plat" long-name="Graphics UIs Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10258
<component name="svgt_viewer_ui_api" long-name="SVG-T Viewer UI API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10259
<unit bldFile="app/graphicsuis/graphicsuis_plat/svgt_viewer_ui_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10260
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10261
<component name="svg_application_observer_utility_api" long-name="SVG Application Observer Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10262
<unit bldFile="app/graphicsuis/graphicsuis_plat/svg_application_observer_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10263
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10264
<component name="svgt_file_view_details_dialog_api" long-name="SVG-T File View Details Dialog API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10265
<unit bldFile="app/graphicsuis/graphicsuis_plat/svgt_file_view_details_dialog_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10266
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10267
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10268
<collection name="svgtviewer" long-name="SVG-T Viewer" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10269
<component name="svgtviewerplugin" filter="s60" long-name="SVG-T Viewer Plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10270
<unit bldFile="app/graphicsuis/svgtviewer/svgtviewerplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10271
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10272
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10273
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10274
<block name="profile" level="apps" long-name="Profiles" levels="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10275
<collection name="profile_plat" long-name="Profiles Platform Interfaces" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10276
<component name="profiles_settings_view_api" long-name="Profiles Settings View API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10277
<unit bldFile="app/profile/profile_plat/profiles_settings_view_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10278
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10279
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10280
<collection name="profilesapplication" long-name="Profiles Application" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10281
<component name="profiles" filter="s60" long-name="Profiles">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10282
<unit bldFile="app/profile/profilesapplication/profiles/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10283
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10284
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10285
<collection name="profile_info" long-name="Profiles Info" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10286
<component name="profile_help" filter="s60" long-name="Profiles Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10287
<unit bldFile="app/profile/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10288
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10289
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10290
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10291
<block name="speechsrv" level="services" long-name="Speech Recognition UIs" levels="engine framework ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10292
<collection name="speechsrv_plat" long-name="Speech Recognition UIs Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10293
<component name="vas_api" long-name="VAS API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10294
<unit bldFile="app/speechsrv/speechsrv_plat/vas_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10295
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10296
<component name="nss_devasr_api" long-name="NSS DevASR API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10297
<unit bldFile="app/speechsrv/speechsrv_plat/nss_devasr_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10298
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10299
<component name="tts_hw_device_api" long-name="TTS HW Device API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10300
<unit bldFile="app/speechsrv/speechsrv_plat/tts_hw_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10301
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10302
<component name="voice_commands_resource_header_api" long-name="Voice Commands Resource Header API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10303
<unit bldFile="app/speechsrv/speechsrv_plat/voice_commands_resource_header_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10304
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10305
<component name="nss_mmf_tts_custom_commands_api" long-name="NSS MMF TTS Custom Commands API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10306
<unit bldFile="app/speechsrv/speechsrv_plat/nss_mmf_tts_custom_commands_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10307
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10308
<component name="srsf_cenrep_settings_api" long-name="SRSF CenRep Settings API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10309
<unit bldFile="app/speechsrv/speechsrv_plat/srsf_cenrep_settings_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10310
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10311
<component name="voice_ui_plugin_api" long-name="Voice UI Plug-in API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10312
<unit bldFile="app/speechsrv/speechsrv_plat/voice_ui_plugin_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10313
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10314
<component name="nss_tts_utility_api" long-name="NSS TTS Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10315
<unit bldFile="app/speechsrv/speechsrv_plat/nss_tts_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10316
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10317
<component name="nss_srs_custom_commands_api" long-name="NSS SRS Custom Commands API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10318
<unit bldFile="app/speechsrv/speechsrv_plat/nss_srs_custom_commands_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10319
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10320
<component name="srsf_secondarydisplay_api" long-name="SRSF Secondary Display API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10321
<unit bldFile="app/speechsrv/speechsrv_plat/srsf_secondarydisplay_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10322
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10323
<component name="asrs_hw_device_api" long-name="ASRS Hardware Device API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10324
<unit bldFile="app/speechsrv/speechsrv_plat/asrs_hw_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10325
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10326
<component name="vas_vcommand_api" long-name="VAS Voice Command API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10327
<unit bldFile="app/speechsrv/speechsrv_plat/vas_vcommand_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10328
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10329
<component name="adaptation_hw_device_api" long-name="Adaptation Hardware Device API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10330
<unit bldFile="app/speechsrv/speechsrv_plat/adaptation_hw_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10331
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10332
<component name="nss_devtts_api" long-name="NSS DevTTS API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10333
<unit bldFile="app/speechsrv/speechsrv_plat/nss_devtts_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10334
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10335
<component name="nss_srs_utility_api" long-name="NSS SRS Utility API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10336
<unit bldFile="app/speechsrv/speechsrv_plat/nss_srs_utility_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10337
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10338
<component name="recognition_hw_device_api" long-name="Recognition Hardware Device API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10339
<unit bldFile="app/speechsrv/speechsrv_plat/recognition_hw_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10340
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10341
<component name="vas_contact_handler_api" long-name="VAS Contact Handler API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10342
<unit bldFile="app/speechsrv/speechsrv_plat/vas_contact_handler_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10343
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10344
<component name="nlp_hw_device" long-name="NLP Hardware Device" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10345
<unit bldFile="app/speechsrv/speechsrv_plat/nlp_hw_device/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10346
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10347
<component name="nss_si_speech_recognition_data_api" long-name="NSS SI Speech Recognition Data API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10348
<unit bldFile="app/speechsrv/speechsrv_plat/nss_si_speech_recognition_data_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10349
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10350
<component name="nss_tts_common_api" long-name="NSS TTS Common API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10351
<unit bldFile="app/speechsrv/speechsrv_plat/nss_tts_common_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10352
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10353
<component name="grcompiler_hw_device_api" long-name="Grammar Compiler Hardware Device API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10354
<unit bldFile="app/speechsrv/speechsrv_plat/grcompiler_hw_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10355
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10356
<component name="ttp_hw_device_api" long-name="TTP Hardware Device API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10357
<unit bldFile="app/speechsrv/speechsrv_plat/ttp_hw_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10358
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10359
<component name="vocman_hw_device_api" long-name="VocMan Hardware Device API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10360
<unit bldFile="app/speechsrv/speechsrv_plat/vocman_hw_device_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10361
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10362
<component name="speech_synthesis_clientserver_api" long-name="Speech Synthesis Client-Server API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10363
<unit bldFile="app/speechsrv/speechsrv_plat/speech_synthesis_clientserver_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10364
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10365
<component name="voice_ui_accessory_button_handling_api" long-name="Voice UI Accessory Button Handling API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10366
<unit bldFile="app/speechsrv/speechsrv_plat/voice_ui_accessory_button_handling_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10367
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10368
<component name="ui_voice_recognition_api" long-name="UI Voice Recognition API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10369
<unit bldFile="app/speechsrv/speechsrv_plat/ui_voice_recognition_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10370
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10371
<component name="vcommand_settings_cenrep_api" long-name="Voice Command Settings CenRep API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10372
<unit bldFile="app/speechsrv/speechsrv_plat/vcommand_settings_cenrep_api/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10373
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10374
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10375
<collection name="voiceui" long-name="Voice UI" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10376
<component name="vcommand" filter="s60" long-name="Voice Commands UI" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10377
<unit bldFile="app/speechsrv/voiceui/vcommand/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10378
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10379
<component name="voiceuivoicerecognition" filter="s60" long-name="Voice UI Recognition" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10380
<unit bldFile="app/speechsrv/voiceui/voiceuivoicerecognition/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10381
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10382
<component name="pbkinfoviewimpl" filter="s60" long-name="Phonebook Info View Implementation" introduced="^1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10383
<unit bldFile="app/speechsrv/voiceui/pbkinfoviewimpl/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10384
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10385
<component name="aiwpbkinfoviewprovider" filter="s60" long-name="AIW Phonebook Info View Provider" introduced="^1" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10386
<unit bldFile="app/speechsrv/voiceui/aiwpbkinfoviewprovider/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10387
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10388
<component name="vccontrolpanelplugin" filter="s60" long-name="Voice Commands Control Panel Plugin" introduced="^1" plugin="Y">
943
18107cf52735 Add auto generated symbian3 system model (packages@e01a413e515c)
Dario Sestito <darios@symbian.org>
parents: 942
diff changeset
 10389
<unit bldFile="app/speechsrv/voiceui/vccontrolpanelplugin/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10390
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10391
<component name="voiceui_build" filter="s60" long-name="Voice UI Build" introduced="^1">
943
18107cf52735 Add auto generated symbian3 system model (packages@e01a413e515c)
Dario Sestito <darios@symbian.org>
parents: 942
diff changeset
 10392
<unit bldFile="app/speechsrv/voiceui/build"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10393
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10394
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10395
<collection name="srsf" long-name="Speech Recognition and Synthesis Framework" level="framework">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10396
<component name="sispeechrecognitiondata" filter="s60" long-name="SI Speech Recognition Data">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10397
<unit bldFile="app/speechsrv/srsf/sispeechrecognitiondata/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10398
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10399
<component name="ttscommon" filter="s60" long-name="TTS Common">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10400
<unit bldFile="app/speechsrv/srsf/ttscommon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10401
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10402
<component name="devtts" filter="s60" long-name="Text to Speech">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10403
<unit bldFile="app/speechsrv/srsf/devtts/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10404
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10405
<component name="ttscustomcommands" filter="s60" long-name="TTS Custom Commands">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10406
<unit bldFile="app/speechsrv/srsf/ttscustomcommands/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10407
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10408
<component name="ttscontrollerplugin" filter="s60" long-name="TTS Controller Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10409
<unit bldFile="app/speechsrv/srsf/ttscontrollerplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10410
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10411
<component name="ttsutility" filter="s60" long-name="TTS Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10412
<unit bldFile="app/speechsrv/srsf/ttsutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10413
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10414
<component name="speechsynthesis" filter="s60" long-name="Speech Synthesis">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10415
<!-- can only have one unit. #include these from a common bld.inf -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10416
<unit bldFile="app/speechsrv/srsf/speechsynthesis/client/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10417
<unit bldFile="app/speechsrv/srsf/speechsynthesis/server/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10418
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10419
<component name="devasr" filter="s60" long-name="Audio Recording and Speech Recognition">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10420
<unit bldFile="app/speechsrv/srsf/devasr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10421
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10422
<component name="sicc" filter="s60" long-name="Speaker Independent Custom Commands">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10423
<unit bldFile="app/speechsrv/srsf/sicc/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10424
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10425
<component name="sisrscontrollerplugin" filter="s60" long-name="SI SRS Controller Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10426
<unit bldFile="app/speechsrv/srsf/sisrscontrollerplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10427
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10428
<component name="siutility" filter="s60" long-name="Speaker Independent Utility">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10429
<unit bldFile="app/speechsrv/srsf/siutility/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10430
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10431
<component name="nssvasapi" filter="s60" long-name="NSS VAS API">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10432
<unit bldFile="app/speechsrv/srsf/nssvasapi/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10433
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10434
<component name="nssvascontacthdlr" filter="s60" long-name="NSS VAS Contact Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10435
<unit bldFile="app/speechsrv/srsf/nssvascontacthdlr/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10436
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10437
<component name="vcommandhandler" filter="s60" long-name="Voice Command Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10438
<unit bldFile="app/speechsrv/srsf/vcommandhandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10439
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10440
<component name="vuiphandler" filter="s60" long-name="Voice UI Plugin Handler">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10441
<unit bldFile="app/speechsrv/srsf/vuiphandler/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10442
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10443
<component name="vcommandexecutor" filter="s60" long-name="Voice Command Executor">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10444
<unit bldFile="app/speechsrv/srsf/vcommandexecutor/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10445
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10446
<component name="vcommandexecutorbearer" filter="s60" long-name="Voice Command Executor Bearer">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10447
<unit bldFile="app/speechsrv/srsf/vcommandexecutorbearer/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10448
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10449
<component name="vcommandmanager" filter="s60" long-name="Voice Command Manager">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10450
<unit bldFile="app/speechsrv/srsf/vcommandmanager/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10451
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10452
<component name="vcexecutorapp" filter="s60" long-name="Voice Command Executor Application">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10453
<unit bldFile="app/speechsrv/srsf/vcexecutorapp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10454
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10455
<component name="profileobserverplugin" filter="s60" long-name="Profile Observer Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10456
<unit bldFile="app/speechsrv/srsf/profileobserverplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10457
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10458
<component name="srsf_build" filter="s60" long-name="Speech Recognition and Synthesis Framework Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10459
<!-- should distribute this into the above components -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10460
<unit bldFile="app/speechsrv/srsf/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10461
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10462
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10463
<collection name="speechsrv_info" long-name="Speech Recognition UIs Info" level="ui"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10464
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10465
<block name="homescreentools" level="services" long-name="Home Screen Tools" levels="tool install">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10466
<collection name="dtdinstaller" long-name="DTD Installer" level="install">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10467
<!-- collection is really a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10468
<!-- this needs to be built first, does build order need to be forced with filters? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10469
<component name="dtdinstaller_build" filter="s60" long-name="DTD Installer Build" class="tool PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10470
<unit bldFile="app/homescreentools/dtdinstaller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10471
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10472
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10473
<collection name="themeinstaller" long-name="Theme Installer" level="install">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10474
<!-- collection is really a component. Needs to be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10475
<component name="themeinstaller_build" filter="s60" long-name="Theme Installer Build" class="tool PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10476
<unit bldFile="app/homescreentools/themeinstaller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10477
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10478
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10479
<collection name="widgettools" long-name="Widget Tools" level="install">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10480
<component name="hspluginpreinstaller" filter="s60" long-name="HS Plugin Preinstaller" introduced="^3" class="tool PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10481
<unit bldFile="app/homescreentools/widgettools/hspluginspreinstaller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10482
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10483
<component name="wrtwidgetpreinstaller" filter="s60" long-name="WRT Widget Preinstaller" introduced="^3" class="tool PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10484
<unit bldFile="app/homescreentools/widgettools/wrtwidgetpreinstaller/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10485
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10486
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10487
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10488
<block name="webuis" level="services" long-name="Web UIs" levels="plugin app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10489
<collection name="browserui" long-name="Browser UI" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10490
<component name="browser" filter="s60" long-name="Browser">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10491
<unit bldFile="app/webuis/browserui/browser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10492
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10493
<component name="operatormenu" filter="s60" long-name="Browser Operator Menu">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10494
<unit bldFile="app/webuis/browserui/operatormenu/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10495
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10496
<component name="videoservices" filter="s60" long-name="Browser Video Services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10497
<unit bldFile="app/webuis/browserui/videoservices/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10498
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10499
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10500
<collection name="browserplugins" long-name="Browser Plugins" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10501
<component name="browsersysteminfoplugin" filter="s60" long-name="Browser System Info Plugin" plugin="Y">
942
a070d7064e85 Add auto generated symbian3 system model (packages@369bf028144a)
Dario Sestito <darios@symbian.org>
parents: 941
diff changeset
 10502
<unit bldFile="app/webuis/browserplugins/browsersysteminfoplugin/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10503
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10504
<component name="browsergpsplugin" filter="s60" long-name="Browser GPS Plugin" plugin="Y">
942
a070d7064e85 Add auto generated symbian3 system model (packages@369bf028144a)
Dario Sestito <darios@symbian.org>
parents: 941
diff changeset
 10505
<unit bldFile="app/webuis/browserplugins/browsergpsplugin/group"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10506
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10507
<component name="browseraudiovideoplugin" filter="s60" long-name="Browser Audio Video Plugin" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10508
<unit bldFile="app/webuis/browserplugins/browseraudiovideoplugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10509
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10510
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10511
<collection name="pushmtm" long-name="Push MTM" level="plugin">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10512
<component name="pushmtm_help" filter="s60" long-name="Push MTM Help">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10513
<unit bldFile="app/webuis/pushmtm/help/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10514
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10515
<component name="plugins" filter="s60" long-name="Push MTM Plugins" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10516
<unit bldFile="app/webuis/pushmtm/plugins/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10517
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10518
<component name="pushmtm_build" filter="s60" long-name="Push MTM Build">
890
da08ca2ebc10 Add auto generated symbian3 system model (packages@e5a436b850a6)
Dario Sestito <darios@symbian.org>
parents: 887
diff changeset
 10519
<!-- Some content is at collection level and some is at comopnent level. Either make this a single
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10520
			component and move it down a diretcory, or make separate independent components in this collection -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10521
<unit bldFile="app/webuis/pushmtm/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10522
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10523
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10524
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10525
<block name="jrt" level="services" long-name="Java Runtime" levels="util generic rt ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10526
<collection name="jrt_plat" long-name="JRT Platform Interfaces" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10527
<component name="java_registry_api" long-name="Java Registry API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10528
<unit bldFile="app/jrt/jrt_plat/java_registry_api/build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10529
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10530
<component name="java_env_info_api" long-name="Java Environment Info API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10531
<unit bldFile="app/jrt/jrt_plat/java_env_info_api/build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10532
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10533
<component name="java_debug_api" long-name="Java Debug API" filter="s60" class="api">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10534
<unit bldFile="app/jrt/jrt_plat/java_debug_api/build"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10535
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10536
</collection>
618
ce395dab1f4e Add auto generated symbian3 system model (packages@7b6dfbac0dd3)
Dario Sestito <darios@symbian.org>
parents: 611
diff changeset
 10537
<collection name="java_build" long-name="JRT Build" level="util">
ce395dab1f4e Add auto generated symbian3 system model (packages@7b6dfbac0dd3)
Dario Sestito <darios@symbian.org>
parents: 611
diff changeset
 10538
<component name="java_build_sf" filter="sf_build" long-name="JRT Build for Symbian Foundation">
ce395dab1f4e Add auto generated symbian3 system model (packages@7b6dfbac0dd3)
Dario Sestito <darios@symbian.org>
parents: 611
diff changeset
 10539
<unit bldFile="app/jrt/group/sf"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10540
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10541
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10542
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10543
<block name="conntools" level="services" long-name="Connectivity Tools" levels="config app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10544
<collection name="nettools" long-name="Net Tools" level="app">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10545
<component name="conntest" filter="s60" long-name="Connection Test" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10546
<unit bldFile="app/conntools/nettools/conntest/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10547
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10548
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10549
<collection name="emulatorlan" long-name="Emulator LAN" level="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10550
<!-- component is actually a colleciton, should be moved down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10551
<component name="emulatorlan_build" filter="s60" long-name="Emulator LAN Build" purpose="development" class="config">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10552
<unit bldFile="app/conntools/emulatorlan/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10553
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10554
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10555
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10556
<block name="rndtools" level="services" long-name="R&amp;D tools" levels="support generic test util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10557
<collection name="creator" long-name="Creator" level="support">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10558
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10559
<component name="creator_build" filter="s60" long-name="Creator Tool" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10560
<unit bldFile="app/rndtools/creator/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10561
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10562
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10563
<collection name="filebrowser" long-name="File Browser" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10564
<!-- consider collapsing into a single component -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10565
<component name="fileopserver" filter="s60" long-name="File Operations Server" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10566
<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10567
<!-- <unit bldFile="filebrowser/fileopserver/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10568
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10569
<component name="fileopclient" filter="s60" long-name="File Operations Client" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10570
<!-- uncomment the unit when configuration is in place, it's currently #included from filebrowser_build -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10571
<!--<unit bldFile="filebrowser/fileopclient/group"/>-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10572
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10573
<component name="filebrowser_build" filter="s60" long-name="File Browser Application" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10574
<!-- Need to make this a self-contained component by removing #includes. Can only do when configuration is in place-->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10575
<unit bldFile="app/rndtools/filebrowser/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10576
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10577
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10578
<collection name="launcher" long-name="Launcher" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10579
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10580
<component name="launcher_build" filter="s60" long-name="Launcher Utility" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10581
<unit bldFile="app/rndtools/launcher/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10582
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10583
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10584
<collection name="loadgen" long-name="Load Generator" level="test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10585
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10586
<component name="loadgen_build" filter="s60" long-name="Load Generator Application" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10587
<unit bldFile="app/rndtools/loadgen/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10588
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10589
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10590
<collection name="perfmon" long-name="Performance Monitor" level="test">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10591
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10592
<component name="perfmon_build" filter="s60" long-name="Performance Monitor Tool" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10593
<unit bldFile="app/rndtools/perfmon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10594
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10595
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10596
<collection name="screengrabber" long-name="Screen Grabber" level="util">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10597
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10598
<component name="screengrabber_build" filter="s60" long-name="ScreenGrabber" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10599
<unit bldFile="app/rndtools/screengrabber/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10600
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10601
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10602
<collection name="stifui" long-name="STIF UI" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10603
<component name="stifui_avkon" filter="s60" long-name="STIF UI for Avkon" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10604
<unit bldFile="app/rndtools/stifui/avkon/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10605
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10606
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10607
<collection name="memspyui" long-name="Memspy UI" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10608
<!-- collection is really a component. Should move down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10609
<component name="memspyui_build" filter="s60" long-name="Memspy UI Application" purpose="development" class="tool">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10610
<unit bldFile="app/rndtools/memspyui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10611
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10612
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10613
<collection name="htiui" long-name="Harmonized Test Interface UI" level="generic">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10614
<component name="HtiServicePlugins" filter="s60" long-name="HTI Service Plugins" purpose="development" plugin="Y">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10615
<!-- can only have a single unit. Should #include from a common bld.inf file -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10616
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiAppServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10617
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiAudioServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10618
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiKeyEventServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10619
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiMessagesServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10620
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiPIMServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10621
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiScreenshotServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10622
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiSysInfoServicePlugin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10623
<unit bldFile="app/rndtools/htiui/HtiServicePlugins/HtiFtpBackupFake/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10624
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10625
<component name="htidevicereboot" filter="s60" long-name="HTI Device Reboot" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10626
<unit bldFile="app/rndtools/htiui/htidevicereboot/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10627
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10628
<component name="htistartupwait" filter="s60" long-name="HTI Startup Wait" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10629
<unit bldFile="app/rndtools/htiui/htistartupwait/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10630
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10631
<component name="htiadmin" filter="s60" long-name="HTI Admin" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10632
<unit bldFile="app/rndtools/htiui/htiadmin/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10633
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10634
<component name="htiui_build" filter="s60" long-name="HTI UI Build" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10635
<!-- can this be split up into the other components or made a ROM component? -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10636
<unit bldFile="app/rndtools/htiui/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10637
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10638
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10639
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10640
<block name="helps" level="apps" span="2" long-name="Help Apps" levels="eng tools if ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10641
<collection name="csxhelp" long-name="Context Sensitive Extended Help" level="if">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10642
<!-- this is really a component. Should move it down a directory -->
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10643
<component name="csxhelp_build" filter="s60" long-name="Context Sensitive Extended Help Build">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10644
<unit bldFile="app/helps/csxhelp/group"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10645
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10646
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10647
<collection name="symhelp" long-name="Symbian Help" level="eng">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10648
<component name="helpmodel" long-name="Help" introduced="6.0" purpose="optional">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10649
<unit bldFile="app/helps/symhelp/helpmodel/group" mrp="app/helps/symhelp/helpmodel/group/app-services_hlpmodel.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10650
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10651
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10652
<collection name="helps_info" long-name="Help Apps Info" level="ui">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10653
<component name="helps_metadata" long-name="Help Apps Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10654
<unit mrp="app/helps/helps_info/helps_metadata/helps_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10655
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10656
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10657
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10658
<block name="techview" level="apps" span="2" long-name="Techview" levels="services ui utils apps1 apps2 apps3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10659
<collection name="buildverification" long-name="Build Verification" level="services">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10660
<component name="autosmoketest" long-name="Auto Smoke Test" filter="gt" purpose="development" introduced="9.1">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10661
<unit bldFile="app/techview/buildverification/autosmoketest/Group" mrp="app/techview/buildverification/autosmoketest/Group/testtools_autosmoketest.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10662
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10663
<component name="smoketest" long-name="Smoke Test" filter="gt" purpose="development">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10664
<unit bldFile="app/techview/buildverification/smoketest/Group" mrp="app/techview/buildverification/smoketest/Group/testtools_smoketest.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10665
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10666
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10667
<collection name="techviewplat" long-name="Techview Platform" level="services"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10668
<collection name="techviewui" long-name="Techview UI" level="ui"/>
919
306bf5f9456d Add auto generated symbian3 system model (packages@3e63b7f94b64)
Dario Sestito <darios@symbian.org>
parents: 916
diff changeset
 10669
<collection name="tv_controlpanel" long-name="Control Panel" level="ui"/>
595
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10670
<collection name="pimapps" long-name="PIM Apps" level="apps3"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10671
<collection name="securityapps" long-name="Security Apps" level="apps3"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10672
<collection name="utilityapps" long-name="Utility Apps" level="apps2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10673
<collection name="installationapps" long-name="Installation Apps" level="apps2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10674
<collection name="messagingapps" long-name="Messaging Apps" level="apps2"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10675
<collection name="telephonyapps" long-name="Telephony Apps" level="apps1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10676
<collection name="networkingapps" long-name="Networking Apps" level="apps1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10677
<collection name="networkingutils" long-name="Networking Utils" level="utils"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10678
<collection name="shortlinkapps" long-name="Shortlink Apps" level="apps1"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10679
<collection name="testapps" long-name="Test Apps" level="utils"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10680
<collection name="avapps" long-name="A/V Apps" level="apps3"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10681
<collection name="toolkit" long-name="Toolkit" level="utils"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10682
<collection name="techview_info" long-name="Techview Info" level="apps3">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10683
<component name="techview_metadata" long-name="Techview Metadata" introduced="^2" purpose="development" class="config PC">
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10684
<unit mrp="app/techview/techview_info/techview_metadata/techview_metadata.mrp"/>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10685
</component>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10686
</collection>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10687
</block>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10688
</layer>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10689
</systemModel>
5bc8b3f982b4 Add auto generated symbian3 system model (packages@e9ebcfcb4702)
Dario Sestito <darios@symbian.org>
parents:
diff changeset
 10690
</SystemDefinition>