bug235.pkgdef.xml
author Matt Plumtree <matt.plumtree@nokia.com>
Fri, 12 Nov 2010 17:56:05 +0000
branchbug235_bringup_0
changeset 76 24381b61de5c
parent 73 11fc086941ac
permissions -rwxr-xr-x
Host OpenGL ES 2.0 code now building without warning or error using GCC.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     4
<!ATTLIST SystemDefinition
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     5
  name CDATA #REQUIRED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     6
  schema CDATA #REQUIRED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     7
>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     9
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    10
<!-- System Model Section of DTD -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    11
<!ELEMENT systemModel (layer+)>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    12
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    15
<!ATTLIST layer
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    16
  name CDATA #REQUIRED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    17
  long-name CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    18
  levels NMTOKENS #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    19
  span CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    20
>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    21
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    24
<!ATTLIST block
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    25
  levels NMTOKENS #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    26
  span CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    27
  level NMTOKEN #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    28
  name CDATA #REQUIRED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    29
  long-name CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    30
>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    31
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    32
<!ELEMENT subblock (collection)*>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    34
<!ATTLIST subblock
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    35
  name CDATA #REQUIRED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    36
  long-name CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    37
>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    38
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    39
<!ELEMENT collection (component)*>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    41
<!ATTLIST collection
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    42
  name CDATA #REQUIRED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    43
  long-name CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    44
  level NMTOKEN #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    45
>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    46
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    47
<!ELEMENT component (unit)*>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    49
<!ATTLIST component
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    50
  name CDATA #REQUIRED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    51
  long-name CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    52
  deprecated CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    53
  introduced CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    54
  contract CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    55
  plugin (Y|N) "N"
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    56
  filter CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    57
  class NMTOKENS #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    58
  supports CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    60
>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    61
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    62
<!ELEMENT unit EMPTY >
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    63
<!-- must be buildable (bld.inf) -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    65
<!ATTLIST unit
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    66
  mrp CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    67
  filter CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    68
  bldFile CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    69
  root CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    70
  version NMTOKEN #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    72
  late (Y|N) #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    73
  priority CDATA #IMPLIED
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    74
>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    75
]>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    76
<SystemDefinition schema="2.0.1" name="Graphics Simulator">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    77
<systemModel>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    78
<layer name="anonymous">
52
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    79
<block name="graphics.simulator" long-name="Graphics Simulator" levels="host interface guest">
0
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    80
<collection name="guestrendering" long-name="Graphics Guest Rendering" level="guest">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    81
<component name="guestegl" long-name="Guest EGL" introduced="^4">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    82
<unit bldFile="guestrendering/guestegl/group"/>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    83
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    84
<component name="guestopengles11" long-name="Guest OpenGL ES 1.1" introduced="^4">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    85
<unit bldFile="guestrendering/guestopengles11/group"/>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    86
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    87
<component name="guestopenvg" long-name="Guest OpenVG" introduced="^4">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    88
<unit bldFile="guestrendering/guestopenvg/group"/>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    89
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    90
<component name="guestopenvgu" long-name="Guest OpenVG Utilities" introduced="^4">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    91
<unit bldFile="guestrendering/guestopenvgu/group"/>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    92
</component>
52
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    93
</collection>
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    94
<collection name="vghwinterface" long-name="Virtual Graphics Hardware Interface" level="interface">
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    95
<component name="vghwapiwrapper" long-name="Virtual Graphics Hardware API Wrapper" introduced="^4" class="PC">
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    96
<unit bldFile="vghwinterface/vghwapiwrapper/group"/>
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    97
</component>
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    98
<component name="vghwdriver" long-name="Virtual Graphics Hardware Driver" introduced="^4">
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
    99
<unit bldFile="vghwinterface/vghwdriver/group"/>
0
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   100
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   101
<component name="vghwserialiser" long-name="Virtual Graphics Hardware Serialiser" introduced="^4">
52
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
   102
<unit bldFile="vghwinterface/vghwserialiser/group"/>
0
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   103
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   104
<component name="vghwutils" long-name="Virtual Graphics Hardware Utilities" introduced="^4">
52
39e5f73667ba Modify bug235.pkgdef.xml in line with changes to package_definition.xml
Matt Plumtree <matt.plumtree@nokia.com>
parents: 0
diff changeset
   105
<unit bldFile="vghwinterface/vghwutils/group"/>
0
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   106
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   107
</collection>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   108
<collection name="hostsupport" long-name="Graphics Host Support" level="host">
73
11fc086941ac Add host build extension component to package.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 55
diff changeset
   109
<component name="hostbuild" long-name="Host Build Support" introduced="^4" class="PC">
11fc086941ac Add host build extension component to package.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 55
diff changeset
   110
<unit bldFile="hostsupport/hostbuild/group"/>
11fc086941ac Add host build extension component to package.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 55
diff changeset
   111
</component>
0
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   112
<component name="hostegl" long-name="Host EGL" introduced="^4" class="PC">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   113
<unit bldFile="hostsupport/hostegl/group"/>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   114
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   115
<component name="hostopengles11" long-name="Host OpenGL ES 1.1" introduced="^4" class="PC">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   116
<unit bldFile="hostsupport/hostopengles11/group"/>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   117
</component>
76
24381b61de5c Host OpenGL ES 2.0 code now building without warning or error using GCC.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 73
diff changeset
   118
<component name="hostopengles20" long-name="Host OpenGL ES 2.0" introduced="^4" class="PC">
24381b61de5c Host OpenGL ES 2.0 code now building without warning or error using GCC.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 73
diff changeset
   119
<unit bldFile="hostsupport/hostopengles20/group"/>
24381b61de5c Host OpenGL ES 2.0 code now building without warning or error using GCC.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 73
diff changeset
   120
</component>
0
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   121
<component name="hostopenvg" long-name="Host OpenVG" introduced="^4" class="PC">
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   122
<unit bldFile="hostsupport/hostopenvg/group"/>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   123
</component>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   124
</collection>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   125
</block>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   126
</layer>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   127
</systemModel>
013716db5021 Initial population of graphics.simulator collections and components for bug 235 bringup. Placed on branch bug235_bringup_0.
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
   128
</SystemDefinition>