symbian3/mw/uiresources/package_definition.xml
author William Roberts <williamr@symbian.org>
Sun, 21 Feb 2010 18:14:25 +0000
branchHighFidelityModel
changeset 97 801a7a844cfa
parent 69 c1dfe9ac9684
child 113 cf9e5f6d956c
permissions -rw-r--r--
Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser. This should really be a Noka-internal component.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
97
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     2
<!DOCTYPE SystemDefinition [
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     4
<!ATTLIST SystemDefinition
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     5
  name CDATA #REQUIRED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     6
  schema CDATA #REQUIRED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     7
>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
     9
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    10
<!-- System Model Section of DTD -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    11
<!ELEMENT systemModel (layer+)>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    12
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    15
<!ATTLIST layer
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    16
  name CDATA #REQUIRED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    17
  long-name CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    18
  levels NMTOKENS #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    19
  span CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    20
>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    21
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    24
<!ATTLIST block
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    25
  levels NMTOKENS #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    26
  span CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    27
  level NMTOKEN #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    28
  name CDATA #REQUIRED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    29
  long-name CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    30
>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    31
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    32
<!ELEMENT subblock (collection)*>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    34
<!ATTLIST subblock
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    35
  name CDATA #REQUIRED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    36
  long-name CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    37
>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    38
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    39
<!ELEMENT collection (component)*>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    41
<!ATTLIST collection
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    42
  name CDATA #REQUIRED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    43
  long-name CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    44
  level NMTOKEN #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    45
>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    46
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    47
<!ELEMENT component (unit)*>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    49
<!ATTLIST component
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    50
  name CDATA #REQUIRED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    51
  long-name CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    52
  deprecated CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    53
  introduced CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    54
  contract CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    55
  plugin (Y|N) "N"
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    56
  filter CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    57
  class NMTOKENS #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    58
  supports CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    60
>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    61
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    62
<!ELEMENT unit EMPTY >
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    63
<!-- must be buildable (bld.inf) -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    65
<!ATTLIST unit
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    66
  mrp CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    67
  filter CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    68
  bldFile CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    69
  root CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    70
  version NMTOKEN #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    72
  late (Y|N) #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    73
  priority CDATA #IMPLIED
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    74
>
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
    75
]>
45
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    77
  <systemModel>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    78
    <layer name="mw" long-name="Middleware" levels="generic specific">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    79
      <block name="uiresources" level="generic" long-name="UI Resources" levels="compile plugin framework server generic data">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    80
        <collection name="uiresources_info" long-name="UI Resources Info" level="data">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    81
          <component name="uiresources_plat" filter="s60" long-name="UI Resources Platform Interfaces" class="api">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    82
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    83
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    84
          <component name="uiresources_pub" filter="s60" long-name="UI Resources Public Interfaces" class="api">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    85
            <unit bldFile="/sf/mw/uiresources/uiresources_pub/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    86
          </component>
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 45
diff changeset
    87
          <component name="uiresources_test" filter="s60,test,api_test" long-name="UI Resources Tests" purpose="development">
45
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    88
            <unit bldFile="/sf/mw/uiresources/tsrc/group" filter="uiresources_api_all"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    89
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    90
          <!-- are these custom filters needed? -->
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 45
diff changeset
    91
          <component name="uiresources_test_pat" filter="s60,test,api_test" long-name="UI Resources Platform API Tests" purpose="development">
45
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    92
            <!-- can only have one unit. Need to #include from a common one -->
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    93
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/cdl_api/tsrc/group" filter="cdl_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    94
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/extended_fonts_api/tsrc/group" filter="extended_fonts_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    95
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/extended_skins_api/tsrc/group" filter="extended_skins_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    96
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/graphic_configuration_api/tsrc/group" filter="graphic_configuration_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    97
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/layout_data_api/tsrc/group" filter="layout_data_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    98
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/layout_system_private_api/tsrc/group" filter="layout_system_private_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
    99
          </component>
63
d7aa110911c4 Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 45
diff changeset
   100
          <component name="uiresources_test_pat" filter="s60,test,api_test" long-name="UI Resources Public API Tests" purpose="development">
45
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   101
            <!-- can only have one unit. Need to #include from a common one -->
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   102
            <unit bldFile="/sf/mw/uiresources/uiresources_plat/skins_image_attributes_api/tsrc/group" filter="skins_image_attributes_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   103
            <unit bldFile="/sf/mw/uiresources/uiresources_pub/font_definition_api/tsrc/group" filter="font_definition_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   104
            <unit bldFile="/sf/mw/uiresources/uiresources_pub/graphics_api/tsrc/group" filter="graphics_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   105
            <unit bldFile="/sf/mw/uiresources/uiresources_pub/pictograph_api/tsrc/group" filter="pictograph_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   106
            <unit bldFile="/sf/mw/uiresources/uiresources_pub/skins_api/tsrc/group" filter="skins_api"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   107
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   108
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   109
        <collection name="uigraphics" long-name="UI Graphics" level="generic">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   110
          <component name="bitmaps2" filter="s60" long-name="Bitmaps 2" class="config">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   111
            <unit bldFile="/sf/mw/uiresources/uigraphics/bitmaps2/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   112
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   113
          <component name="icons" filter="s60" long-name="Icons" class="config">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   114
            <unit bldFile="/sf/mw/uiresources/uigraphics/icons/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   115
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   116
          <component name="variatedbitmaps" filter="s60" long-name="Variated Bitmaps" class="config">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   117
            <unit bldFile="/sf/mw/uiresources/uigraphics/variatedbitmaps/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   118
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   119
          <component name="aknicon" filter="s60" long-name="Avkon Icon Framework">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   120
            <unit bldFile="/sf/mw/uiresources/uigraphics/aknicon/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   121
          </component>
69
c1dfe9ac9684 Fix integration errors. Put missing unit back in camera pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   122
          <component name="nvgrenderstage" filter="sf_build" long-name="NVG Render Stage">
c1dfe9ac9684 Fix integration errors. Put missing unit back in camera pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   123
            <unit bldFile="/sf/mw/uiresources/uigraphics/nvgrenderstage/group"/>
c1dfe9ac9684 Fix integration errors. Put missing unit back in camera pkg
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 63
diff changeset
   124
          </component>
45
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   125
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   126
        <collection name="layouts" long-name="Layouts" level="plugin">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   127
          <component name="cdl" filter="s60" long-name="Customization Definition Language">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   128
            <!-- can only have one unit. Need to #include them or split into multiple components -->
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   129
            <unit bldFile="/sf/mw/uiresources/layouts/cdl/cdlengine/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   130
            <unit bldFile="/sf/mw/uiresources/layouts/cdl/cdlserver/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   131
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   132
          <component name="aknlayout2" filter="s60" long-name="Avkon Layout 2">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   133
            <unit bldFile="/sf/mw/uiresources/layouts/aknlayout2/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   134
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   135
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   136
        <collection name="skins" long-name="Skins" level="data">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   137
          <component name="aknskincontent" filter="s60" long-name="Avkon Skin Content" class="config">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   138
            <unit bldFile="/sf/mw/uiresources/skins/aknskincontent/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   139
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   140
          <component name="aknskins" filter="s60" long-name="Avkon Skin Compiler">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   141
            <unit bldFile="/sf/mw/uiresources/skins/aknskins/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   142
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   143
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   144
        <collection name="pictographs" long-name="Pictographs" level="data">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   145
          <component name="aknpictograph" filter="s60" long-name="Avkon Pictograph">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   146
            <unit bldFile="/sf/mw/uiresources/pictographs/aknpictograph/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   147
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   148
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   149
        <collection name="locales" long-name="Locales" level="framework">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   150
          <component name="locales_build" filter="s60" long-name="Locales Build">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   151
            <unit bldFile="/sf/mw/uiresources/locales/loce32"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   152
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   153
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   154
        <collection name="uiconfig" long-name="UI Config" level="server">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   155
          <component name="s60config" filter="s60" long-name="S60 UI Config">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   156
            <unit bldFile="/sf/mw/uiresources/uiconfig/s60config/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   157
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   158
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   159
        <collection name="fontsupport" long-name="Font Support" level="generic">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   160
          <component name="fontprovider" filter="s60" long-name="Font Provider">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   161
            <unit bldFile="/sf/mw/uiresources/fontsupport/fontprovider/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   162
          </component>
97
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
   163
<!-- R&D materials, should be Nokia only
45
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   164
          <component name="fontutils" filter="s60" long-name="Font Utils">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   165
            <unit bldFile="/sf/mw/uiresources/fontsupport/fontutils/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   166
          </component>
97
801a7a844cfa Comment out the "fontutils" component, which exports R&D materials such as S60 fonts and the iType rasteriser.
William Roberts <williamr@symbian.org>
parents: 69
diff changeset
   167
-->
45
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   168
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   169
        <collection name="helpthemes" long-name="Help Themes" level="data">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   170
          <!-- collection is really a component. Need to move down a directory -->
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   171
          <component name="helpthemes_build" filter="s60" long-name="Help Themes Build" class="config">
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   172
            <unit bldFile="/sf/mw/uiresources/helpthemes/group"/>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   173
          </component>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   174
        </collection>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   175
      </block>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   176
    </layer>
262790aa488d Several more packages for middleware layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 30
diff changeset
   177
  </systemModel>
30
0f4f00318d20 Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents: 15
diff changeset
   178
</SystemDefinition>