author | Bob Rosenberg <bob.rosenberg@nokia.com> |
Tue, 18 May 2010 12:43:11 +0100 | |
branch | HighFidelityModel |
changeset 209 | af20ebf91ca6 |
parent 92 | eb82b25cc4f9 |
permissions | -rw-r--r-- |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
92
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
5 |
name CDATA #REQUIRED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
6 |
schema CDATA #REQUIRED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
7 |
> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
9 |
|
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
10 |
<!-- System Model Section of DTD --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
12 |
|
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
13 |
<!ELEMENT layer (block* | collection*)*> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
14 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
15 |
<!ATTLIST layer |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
16 |
name CDATA #REQUIRED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
17 |
long-name CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
19 |
span CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
20 |
> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
21 |
|
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
22 |
<!ELEMENT block (subblock* | collection*)*> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
23 |
<!-- Generic OS services, Comms Services, etc --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
24 |
<!ATTLIST block |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
26 |
span CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
28 |
name CDATA #REQUIRED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
29 |
long-name CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
30 |
> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
31 |
|
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
33 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
34 |
<!ATTLIST subblock |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
35 |
name CDATA #REQUIRED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
36 |
long-name CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
37 |
> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
38 |
|
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
40 |
<!-- Screen Driver, Content Handling, etc --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
41 |
<!ATTLIST collection |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
42 |
name CDATA #REQUIRED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
43 |
long-name CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
45 |
> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
46 |
|
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
48 |
<!-- contains units or is a package or prebuilt --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
49 |
<!ATTLIST component |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
50 |
name CDATA #REQUIRED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
51 |
long-name CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
54 |
contract CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
55 |
plugin (Y|N) "N" |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
56 |
filter CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
58 |
supports CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
59 |
purpose ( optional | mandatory | development ) "optional" |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
60 |
> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
61 |
|
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
63 |
<!-- must be buildable (bld.inf) --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
64 |
<!-- bldFile may someday be removed in favour of mrp --> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
65 |
<!ATTLIST unit |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
67 |
filter CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
69 |
root CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
72 |
late (Y|N) #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
73 |
priority CDATA #IMPLIED |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
74 |
> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
75 |
]> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
76 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
77 |
<systemModel> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
78 |
<layer name="adaptation" long-name="Adaptation" levels="low mw high"> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
79 |
<block name="beagleboard" level="low" long-name="Beagle Board" levels="hw-if"> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
80 |
<collection name="omap3530" long-name="OMAP 3530" level="hw-if"> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
81 |
<component name="omap3530_build" long-name="Beagle Board Common" introduced="^3" purpose="optional" filter="sf_build"> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
82 |
<unit bldFile="/sf/adaptation/beagleboard/omap3530" mrp="/sf/adaptation/beagleboard/omap3530/base_beagle.mrp"/> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
83 |
</component> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
84 |
<component name="omap3530_kernel" long-name="Beagle Board Kernel" introduced="^3" purpose="optional" filter="sf_build"> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
85 |
<unit bldFile="/sf/adaptation/beagleboard/omap3530/kernel"/> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
86 |
</component> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
87 |
<component name="beagleboard_Baseport" long-name="Beagle Board Baseport" introduced="^3" purpose="optional" filter="sf_build"> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
88 |
<unit bldFile="/sf/adaptation/beagleboard/omap3530/beagleboard"/> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
89 |
</component> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
90 |
</collection> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
91 |
</block> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
92 |
</layer> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
93 |
</systemModel> |
eb82b25cc4f9
Tidy adaptation pkgs, add caldav.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
94 |
</SystemDefinition> |