author | Faisal Memon <faisal.memon@nokia.com> |
Wed, 08 Sep 2010 17:21:01 +0100 | |
branch | bug235_bringup_0 |
changeset 15 | 86401090b67f |
parent 0 | 013716db5021 |
child 52 | 39e5f73667ba |
permissions | -rwxr-xr-x |
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"> |
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
|
79 |
<block name="graphics.simulator" long-name="Graphics Simulator" levels="host 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
|
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> |
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
|
93 |
<component name="guestvideodriver" long-name="Guest Video Driver" 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
|
94 |
<unit bldFile="guestrendering/guestvideodriver/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
|
95 |
</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
|
96 |
<component name="vghwserialiser" long-name="Virtual Graphics Hardware Serialiser" 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
|
97 |
<unit bldFile="guestrendering/vghwserialiser/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
|
98 |
</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
|
99 |
<component name="vghwutils" long-name="Virtual Graphics Hardware 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
|
100 |
<unit bldFile="guestrendering/vghwutils/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
|
101 |
</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
|
102 |
</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
|
103 |
<collection name="hostsupport" long-name="Graphics Host Support" level="host"> |
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="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
|
105 |
<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
|
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 |
<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
|
108 |
<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
|
109 |
</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
|
110 |
<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
|
111 |
<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
|
112 |
</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
|
113 |
<component name="khronosapiwrapper" long-name="Host Khronos API Wrapper" 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
|
114 |
<unit bldFile="hostsupport/khronosapiwrapper/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
|
115 |
</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
|
116 |
<component name="syborggraphicswrapper" long-name="Host Syborg Graphics Wrapper" 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
|
117 |
<unit bldFile="hostsupport/syborggraphicswrapper/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
|
118 |
</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
|
119 |
<component name="hostthreadadapter" long-name="Host Thread Adapater" 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
|
120 |
<unit bldFile="hostsupport/hostthreadadapter/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
|
121 |
</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
|
122 |
</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
|
123 |
</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
|
124 |
</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
|
125 |
</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
|
126 |
</SystemDefinition> |