CompilerCompatibility/os/graphics/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Thu, 25 Nov 2010 12:14:19 +0000
branchHighFidelityModel
changeset 510 edb6c9c5a982
parent 467 c0561f59d56b
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in commonemail package
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel?,SystemBuild?)>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
 <!ELEMENT SystemBuild (option*|target+|targetList+|list+|configuration+)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    53
 <!ATTLIST SystemBuild schema CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
 <!ELEMENT list (ref+)>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    55
 <!ATTLIST list
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    56
  name ID #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    57
  description CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    58
 <!ELEMENT ref EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    59
 <!ATTLIST ref item CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    60
 <!ELEMENT targetList EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    61
 <!ATTLIST targetList
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    62
  name ID #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    63
  description CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    64
  target IDREFS #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    65
 <!ELEMENT target EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    66
 <!ATTLIST target
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    67
  name ID #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    68
  abldTarget CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    69
  description CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    70
 <!ELEMENT option EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    71
 <!ATTLIST option
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    72
  name ID #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    73
  abldOption CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    74
  description CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    75
  enable (Y|N) #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    76
 <!ELEMENT configuration (listRef+|ref+|task+)*>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    77
 <!ATTLIST configuration
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    78
  name ID #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    79
  description CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    80
  filter CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    81
 <!ELEMENT task (listRef*,(buildLayer|specialInstructions))>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    82
 <!ELEMENT listRef EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    83
 <!ATTLIST listRef list CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    84
 <!ELEMENT buildLayer EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    85
 <!ATTLIST buildLayer
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
  command CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
  targetList IDREFS #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
  unitParallel (Y|N) #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    89
  targetParallel (Y|N) 'N'>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    90
 <!ELEMENT specialInstructions EMPTY>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    91
 <!ATTLIST specialInstructions
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    92
  name CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    93
  cwd CDATA #REQUIRED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    94
  root CDATA #IMPLIED
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    95
  command CDATA #REQUIRED>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    96
]>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    97
<SystemDefinition schema="2.0.1" name="Symbian^3">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    98
<systemModel>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    99
<layer name="os" long-name="OS" levels="hw services">
467
c0561f59d56b Changed adaptation to adapt
Chetan Kapoor <chetank@symbian.org>
parents: 32
diff changeset
   100
<block name="graphics" level="services" long-name="Graphics" levels="adapt engines internal-adaptations device-interface internal-utils app-if">
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   101
<collection name="graphicsresourceservices" long-name="Graphics Resource Services" level="engines">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   102
<component name="graphicsresource" long-name="Graphics Resource" introduced="tb92" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   103
<unit bldFile="/sf/os/graphics/graphicsresourceservices/graphicsresource/group" mrp="/sf/os/graphics/graphicsresourceservices/graphicsresource/group/graphics_graphicsresource.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   104
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   105
<component name="graphicsresourceadaptation" long-name="Graphics Resource Adaptation" introduced="tb92" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   106
<unit bldFile="/sf/os/graphics/graphicsresourceservices/graphicsresourceadaptation/group" mrp="/sf/os/graphics/graphicsresourceservices/graphicsresourceadaptation/group/graphics_graphicsresourceadapter.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   107
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   108
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   109
<collection name="graphicsutils" long-name="Graphics Utils" level="engines">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   110
<component name="commongraphicsheaders" long-name="Common Graphics Headers" introduced="tb92" purpose="mandatory">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   111
<unit bldFile="/sf/os/graphics/graphicsutils/commongraphicsheaders/group" mrp="/sf/os/graphics/graphicsutils/commongraphicsheaders/group/graphics_commonheader.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   112
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   113
</collection>
467
c0561f59d56b Changed adaptation to adapt
Chetan Kapoor <chetank@symbian.org>
parents: 32
diff changeset
   114
<collection name="graphicshwdrivers" long-name="Graphics Hardware Drivers" level="adapt">
32
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   115
<component name="displayldd" long-name="Display Drivers" introduced="tb92" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   116
<unit bldFile="/sf/os/kernelhwsrv/kernel/eka/drivers/display" mrp="/sf/os/kernelhwsrv/kernel/eka/drivers/display/base_e32_drivers_display.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   117
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   118
<component name="surfacemgr" long-name="Surface Manager" introduced="tb92" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   119
<unit bldFile="/sf/os/graphics/graphicshwdrivers/surfacemgr/group" mrp="/sf/os/graphics/graphicshwdrivers/surfacemgr/group/graphics_surfacemanager.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   120
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   121
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   122
<collection name="graphicstest" long-name="Graphics Test" level="app-if">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   123
<component name="graphicstestharness" long-name="Graphics Test Harness" introduced="8.1" purpose="development">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   124
<unit mrp="/sf/os/graphics/graphicstest/graphicstestharness/group/graphics_testharness.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   125
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   126
<component name="uibench" long-name="UI Bench" introduced="9.2" purpose="development">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   127
<unit bldFile="/sf/os/graphics/graphicstest/uibench/group" mrp="/sf/os/graphics/graphicstest/uibench/group/graphics_ui_bench.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   128
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   129
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   130
<collection name="graphics_info" long-name="Graphics Info" level="app-if">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   131
<component name="graphicsdocs" long-name="Graphics Documentation" purpose="development" class="doc">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   132
<unit mrp="/sf/os/graphics/graphics_info/graphicsdocs/graphics_documentation.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   133
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   134
<component name="graphics_metadata" long-name="Graphics Metadata" introduced="tb91" purpose="development" class="config PC">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   135
<unit mrp="/sf/os/graphics/graphics_info/graphics_metadata/graphics_metadata.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   136
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   137
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   138
<collection name="windowing" long-name="Windowing" level="app-if">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   139
<component name="n:windowserver" long-name="Window Server" purpose="mandatory">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   140
<!-- intentionally not for the foundation despite being a mandatory component -->
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   141
<unit bldFile="/sf/os/graphics/windowing/windowserver/group" mrp="/sf/os/graphics/windowing/windowserver/group/graphics_wserv.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   142
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   143
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   144
<collection name="printingservices" long-name="Printing Services" level="app-if">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   145
<component name="printerdriversupport" long-name="Printer Driver Support" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   146
<unit bldFile="/sf/os/graphics/printingservices/printerdriversupport/group" mrp="/sf/os/graphics/printingservices/printerdriversupport/group/graphics_pdrstore.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   147
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   148
<component name="printerdrivers" long-name="Printer Drivers" purpose="optional" plugin="Y">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   149
<unit bldFile="/sf/os/graphics/printingservices/printerdrivers/group" mrp="/sf/os/graphics/printingservices/printerdrivers/group/graphics_printdrv.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   150
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   151
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   152
<collection name="fbs" long-name="Font and Bitmap Server" level="device-interface">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   153
<component name="fontandbitmapserver" long-name="Font and Bitmap Server" purpose="mandatory">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   154
<unit bldFile="/sf/os/graphics/fbs/fontandbitmapserver/group" mrp="/sf/os/graphics/fbs/fontandbitmapserver/group/graphics_fbserv.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   155
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   156
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   157
<collection name="opengles" long-name="OpenGLES" level="internal-adaptations">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   158
<component name="openglesinterface" long-name="OpenGL ES Interface" introduced="8.0" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   159
<unit bldFile="/sf/os/graphics/opengles/openglesinterface/group" mrp="/sf/os/graphics/opengles/openglesinterface/group/graphics_openglesheaders.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   160
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   161
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   162
<collection name="openvg" long-name="OpenVG" level="internal-adaptations">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   163
<component name="openvginterface" long-name="OpenVG Interface" introduced="tb91" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   164
<unit bldFile="/sf/os/graphics/openvg/openvginterface/group" mrp="/sf/os/graphics/openvg/openvginterface/group/graphics_openvgheaders.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   165
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   166
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   167
<collection name="egl" long-name="EGL" level="internal-adaptations">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   168
<component name="eglinterface" long-name="EGL Interface" introduced="tb91" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   169
<unit bldFile="/sf/os/graphics/egl/eglinterface/group" mrp="/sf/os/graphics/egl/eglinterface/group/graphics_eglheaders.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   170
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   171
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   172
<collection name="graphicsdeviceinterface" long-name="Graphics Device Interface" level="device-interface">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   173
<component name="gdi" long-name="GDI" purpose="mandatory">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   174
<unit bldFile="/sf/os/graphics/graphicsdeviceinterface/gdi/group" mrp="/sf/os/graphics/graphicsdeviceinterface/gdi/group/graphics_gdi.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   175
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   176
<component name="bitgdi" long-name="BitGDI" purpose="mandatory">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   177
<unit bldFile="/sf/os/graphics/graphicsdeviceinterface/bitgdi/group" mrp="/sf/os/graphics/graphicsdeviceinterface/bitgdi/group/graphics_bitgdi.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   178
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   179
<component name="colourpalette" long-name="Colour Palette" introduced="7.0s" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   180
<unit bldFile="/sf/os/graphics/graphicsdeviceinterface/colourpalette/group" mrp="/sf/os/graphics/graphicsdeviceinterface/colourpalette/group/graphics_palette.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   181
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   182
<component name="screendriver" long-name="Screen Driver" introduced="6.1" purpose="optional" plugin="Y">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   183
<unit bldFile="/sf/os/graphics/graphicsdeviceinterface/screendriver/group" mrp="/sf/os/graphics/graphicsdeviceinterface/screendriver/group/graphics_screendriver.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   184
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   185
<component name="directgdi" long-name="DirectGDI" introduced="tb92" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   186
<unit bldFile="/sf/os/graphics/graphicsdeviceinterface/directgdi/group" mrp="/sf/os/graphics/graphicsdeviceinterface/directgdi/group/graphics_directgdi.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   187
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   188
<component name="directgdiinterface" long-name="DirectGDI Interface" introduced="tb92" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   189
<unit bldFile="/sf/os/graphics/graphicsdeviceinterface/directgdiinterface/group" mrp="/sf/os/graphics/graphicsdeviceinterface/directgdiinterface/group/graphics_directgdiheaders.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   190
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   191
<component name="directgdiadaptation" long-name="DirectGDI Adaptation" introduced="tb92" purpose="optional">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   192
<unit bldFile="/sf/os/graphics/graphicsdeviceinterface/directgdiadaptation/group" mrp="/sf/os/graphics/graphicsdeviceinterface/directgdiadaptation/group/graphics_directgdiadapter.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   193
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   194
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   195
<collection name="graphicstools" long-name="Graphics Tools" level="internal-utils">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   196
<component name="gdi_tools" long-name="GDI Tools" purpose="development" class="PC">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   197
<unit bldFile="/sf/os/graphics/graphicstools/gdi_tools/group" mrp="/sf/os/graphics/graphicstools/gdi_tools/group/graphics_gditools.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   198
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   199
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   200
<collection name="graphicsapitest" long-name="Graphics API Tests" level="app-if">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   201
<component name="graphicssvs" long-name="Graphics Verification Suite" introduced="tb91" purpose="development">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   202
<unit mrp="/sf/os/graphics/graphicsapitest/graphicssvs/group/graphicssvs.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   203
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   204
<component name="screendriverhaitest" long-name="Screen Driver HAI Tests" introduced="tb91" purpose="development">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   205
<unit mrp="/sf/os/graphics/graphicsapitest/screendriverhaitest/group/screendriverhaitest.mrp"/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   206
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   207
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   208
<collection name="s60">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   209
<component name="graphics">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   210
<unit bldFile="/sf/os/graphics/group" mrp=""/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   211
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   212
<component name="graphics_plat">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   213
<unit bldFile="/sf/os/graphics/group/../graphics_plat/group" mrp=""/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   214
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   215
<component name="graphics_m3g_api">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   216
<unit bldFile="/sf/os/graphics/group/../graphics_plat/m3g_core_api/group" mrp=""/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   217
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   218
<component name="graphics_m3g">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   219
<unit bldFile="/sf/os/graphics/group/../m3g/m3gcore11/group" mrp=""/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   220
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   221
<component name="graphics_acceleration_vgi">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   222
<unit bldFile="/sf/os/graphics/group/../graphicsaccelaration/vgi/group" mrp=""/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   223
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   224
<component name="sf_openvg11">
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   225
<unit bldFile="/sf/os/graphics/openvg/openvginterface/group/openvg11" mrp=""/>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   226
</component>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   227
</collection>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   228
</block>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   229
</layer>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   230
</systemModel>
f796f85fb016 Enable CompilerCompatibility build for all symbian3 packages
Dario Sestito <darios@symbian.org>
parents:
diff changeset
   231
</SystemDefinition>