author | John Kern <johnk@symbian.org> |
Thu, 22 Oct 2009 14:22:06 -0700 | |
changeset 15 | 0b7d3b28f025 |
parent 11 | 52c9f17ec5d1 |
child 127 | c0501b51f2b9 |
permissions | -rw-r--r-- |
11
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE SystemDefinition [ |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
2 |
<!ELEMENT SystemDefinition ( systemModel )> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
3 |
<!ATTLIST SystemDefinition |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
4 |
name CDATA #REQUIRED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
5 |
schema CDATA #REQUIRED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
6 |
> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
7 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
8 |
|
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
9 |
<!-- System Model Section of DTD --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
10 |
<!ELEMENT systemModel (layer+)> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
11 |
|
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
12 |
<!ELEMENT layer (block* | collection*)*> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
13 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
14 |
<!ATTLIST layer |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
15 |
name CDATA #REQUIRED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
16 |
long-name CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
17 |
levels NMTOKENS #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
18 |
span CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
19 |
> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
20 |
|
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
21 |
<!ELEMENT block (subblock* | collection*)*> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
22 |
<!-- Generic OS services, Comms Services, etc --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
23 |
<!ATTLIST block |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
24 |
levels NMTOKENS #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
25 |
span CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
26 |
level NMTOKEN #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
27 |
name CDATA #REQUIRED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
28 |
long-name CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
29 |
> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
30 |
|
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
31 |
<!ELEMENT subblock (collection)*> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
32 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
33 |
<!ATTLIST subblock |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
34 |
name CDATA #REQUIRED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
35 |
long-name CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
36 |
> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
37 |
|
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
38 |
<!ELEMENT collection (component)*> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
39 |
<!-- Screen Driver, Content Handling, etc --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
40 |
<!ATTLIST collection |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
41 |
name CDATA #REQUIRED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
42 |
long-name CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
43 |
level NMTOKEN #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
44 |
> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
45 |
|
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
46 |
<!ELEMENT component (unit)*> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
47 |
<!-- contains units or is a package or prebuilt --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
48 |
<!ATTLIST component |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
49 |
name CDATA #REQUIRED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
50 |
long-name CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
51 |
deprecated CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
52 |
introduced CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
53 |
contract CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
54 |
plugin (Y|N) "N" |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
55 |
filter CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
56 |
class NMTOKENS #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
57 |
supports CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
58 |
purpose ( optional | mandatory | development ) "optional" |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
59 |
> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
60 |
|
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
61 |
<!ELEMENT unit EMPTY > |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
62 |
<!-- must be buildable (bld.inf) --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
63 |
<!-- bldFile may someday be removed in favour of mrp --> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
64 |
<!ATTLIST unit |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
65 |
mrp CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
66 |
filter CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
67 |
bldFile CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
68 |
root CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
69 |
version NMTOKEN #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
70 |
prebuilt NMTOKEN #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
71 |
late (Y|N) #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
72 |
priority CDATA #IMPLIED |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
73 |
> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
74 |
]> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
75 |
<SystemDefinition schema="2.0.1" name="QEMU"> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
76 |
<systemModel> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
77 |
<layer name="anonymous"> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
78 |
<block name="qemu" long-name="QEMU" levels="hw-if"> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
79 |
<collection name="baseport" long-name="Baseport" level="hw-if"> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
80 |
<component name="syborg" long-name="Syborg" introduced="symbian^2" purpose="optional"> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
81 |
<unit bldFile="/sf/adaptation/qemu/baseport/syborg" mrp="/sf/adaptation/qemu/baseport/syborg/syborg.mrp"/> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
82 |
</component> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
83 |
</collection> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
84 |
</block> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
85 |
</layer> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
86 |
</systemModel> |
52c9f17ec5d1
Add translated package_definition.xml in the 2.0.1 schema understood by Raptor 2.8.5
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
87 |
</SystemDefinition> |