71
|
1 |
<?xml version="1.0"?>
|
|
2 |
<!DOCTYPE SystemDefinition [
|
|
3 |
<!ELEMENT SystemDefinition (systemModel?, build?)>
|
|
4 |
<!ATTLIST SystemDefinition
|
|
5 |
name CDATA #REQUIRED
|
|
6 |
schema CDATA #REQUIRED>
|
|
7 |
<!ELEMENT systemModel (layer+)>
|
|
8 |
<!ELEMENT layer (logicalset* | module*)*>
|
|
9 |
<!ATTLIST layer
|
|
10 |
name CDATA #REQUIRED
|
|
11 |
levels CDATA #IMPLIED
|
|
12 |
span CDATA #IMPLIED>
|
|
13 |
<!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
|
|
14 |
<!ATTLIST logicalset
|
|
15 |
name CDATA #REQUIRED
|
|
16 |
levels CDATA #IMPLIED
|
|
17 |
span CDATA #IMPLIED
|
|
18 |
level CDATA #IMPLIED>
|
|
19 |
<!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
|
|
20 |
<!ATTLIST logicalsubset name CDATA #REQUIRED>
|
|
21 |
<!ELEMENT module (component* | unit* | package* | prebuilt*)*>
|
|
22 |
<!ATTLIST module
|
|
23 |
name CDATA #REQUIRED
|
|
24 |
level CDATA #IMPLIED>
|
|
25 |
<!ELEMENT component (unit* | package* | prebuilt*)*>
|
|
26 |
<!ATTLIST component name CDATA #REQUIRED>
|
|
27 |
<!ELEMENT unit EMPTY>
|
|
28 |
<!ATTLIST unit
|
|
29 |
unitID ID #REQUIRED
|
|
30 |
name CDATA #REQUIRED
|
|
31 |
mrp CDATA #REQUIRED
|
|
32 |
filter CDATA #IMPLIED
|
|
33 |
bldFile CDATA #REQUIRED
|
|
34 |
priority CDATA #IMPLIED
|
|
35 |
contract CDATA #IMPLIED>
|
|
36 |
<!ELEMENT package EMPTY>
|
|
37 |
<!ATTLIST package
|
|
38 |
name CDATA #REQUIRED
|
|
39 |
mrp CDATA #REQUIRED
|
|
40 |
filter CDATA #IMPLIED
|
|
41 |
contract CDATA #IMPLIED>
|
|
42 |
<!ELEMENT prebuilt EMPTY>
|
|
43 |
<!ATTLIST prebuilt
|
|
44 |
name CDATA #REQUIRED
|
|
45 |
version CDATA #REQUIRED
|
|
46 |
late (Y|N) #IMPLIED
|
|
47 |
filter CDATA #IMPLIED
|
|
48 |
contract CDATA #IMPLIED>
|
|
49 |
<!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
|
|
50 |
<!ELEMENT unitList (unitRef+)>
|
|
51 |
<!ATTLIST unitList
|
|
52 |
name ID #REQUIRED
|
|
53 |
description CDATA #REQUIRED>
|
|
54 |
<!ELEMENT unitRef EMPTY>
|
|
55 |
<!ATTLIST unitRef unit IDREF #REQUIRED>
|
|
56 |
<!ELEMENT targetList EMPTY>
|
|
57 |
<!ATTLIST targetList
|
|
58 |
name ID #REQUIRED
|
|
59 |
description CDATA #REQUIRED
|
|
60 |
target IDREFS #REQUIRED>
|
|
61 |
<!ELEMENT target EMPTY>
|
|
62 |
<!ATTLIST target
|
|
63 |
name ID #REQUIRED
|
|
64 |
abldTarget CDATA #REQUIRED
|
|
65 |
description CDATA #REQUIRED>
|
|
66 |
<!ELEMENT option EMPTY>
|
|
67 |
<!ATTLIST option
|
|
68 |
name ID #REQUIRED
|
|
69 |
abldOption CDATA #REQUIRED
|
|
70 |
description CDATA #REQUIRED
|
|
71 |
enable (Y | N | y | n) #REQUIRED>
|
|
72 |
<!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
|
|
73 |
<!ATTLIST configuration
|
|
74 |
name ID #REQUIRED
|
|
75 |
description CDATA #REQUIRED
|
|
76 |
filter CDATA #REQUIRED>
|
|
77 |
<!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
|
|
78 |
<!ELEMENT unitListRef EMPTY>
|
|
79 |
<!ATTLIST unitListRef unitList IDREF #REQUIRED>
|
|
80 |
<!ELEMENT layerRef EMPTY>
|
|
81 |
<!ATTLIST layerRef layerName CDATA #REQUIRED>
|
|
82 |
<!ELEMENT buildLayer EMPTY>
|
|
83 |
<!ATTLIST buildLayer
|
|
84 |
command CDATA #REQUIRED
|
|
85 |
targetList IDREFS #IMPLIED
|
|
86 |
unitParallel (Y | N | y | n) #REQUIRED
|
|
87 |
targetParallel (Y | N | y | n) #IMPLIED>
|
|
88 |
<!ELEMENT specialInstructions EMPTY>
|
|
89 |
<!ATTLIST specialInstructions
|
|
90 |
name CDATA #REQUIRED
|
|
91 |
cwd CDATA #REQUIRED
|
|
92 |
command CDATA #REQUIRED>
|
|
93 |
<!ENTITY layer_real_source_path "sf/os/ossrv" >
|
|
94 |
]>
|
|
95 |
|
|
96 |
<SystemDefinition name="goscode" schema="1.4.0">
|
|
97 |
<systemModel>
|
|
98 |
<layer name="os_layer">
|
|
99 |
<module name="Generic OS Services">
|
|
100 |
<unit name="openenvcore" unitID="sos.openenvcore" bldFile="&layer_real_source_path;/genericopenlibs/openenvcore/group" mrp="&layer_real_source_path;/genericopenlibs/openenvcore/group/openenv.mrp"/>
|
|
101 |
<unit name="liboil" unitID="sos.liboil" bldFile="&layer_real_source_path;/genericopenlibs/liboil/group" mrp="&layer_real_source_path;/genericopenlibs/liboil/group/oeaddons_liboil.mrp"/>
|
|
102 |
<unit name="cstdlib" unitID="sos.cstdlib" bldFile="&layer_real_source_path;/genericopenlibs/cstdlib/group" mrp="&layer_real_source_path;/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
|
|
103 |
<unit name="cppstdlib" unitID="sos.cppstdlib" bldFile="&layer_real_source_path;/genericopenlibs/cppstdlib/group" mrp="&layer_real_source_path;/genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp"/>
|
|
104 |
<unit name="posixrealtimeextensions" unitID="sos.posixrealtimeextensions" bldFile="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group" mrp="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
|
|
105 |
<unit name="ziplib" unitID="sos.ziplib" bldFile="&layer_real_source_path;/compressionlibs/ziplib/group" mrp="&layer_real_source_path;/compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
|
|
106 |
<unit name="apputils" unitID="sos.apputils" bldFile="&layer_real_source_path;/lowlevellibsandfws/apputils/group" mrp="&layer_real_source_path;/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
|
|
107 |
<unit name="genericusabilitylib" unitID="sos.genericusabilitylib" bldFile="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group" mrp="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
|
|
108 |
<unit name="pluginfw" unitID="sos.pluginfw" bldFile="&layer_real_source_path;/lowlevellibsandfws/pluginfw/group" mrp="&layer_real_source_path;/lowlevellibsandfws/pluginfw/group/syslibs_ecom3.mrp"/>
|
|
109 |
<unit name="httputils" unitID="sos.httputils" bldFile="&layer_real_source_path;/genericservices/httputils/group" mrp="&layer_real_source_path;/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
|
|
110 |
<unit name="mimerecognitionfw" unitID="sos.mimerecognitionfw" bldFile="&layer_real_source_path;/genericservices/mimerecognitionfw/group" mrp="&layer_real_source_path;/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
|
|
111 |
<unit name="systemagent" unitID="sos.systemagent" bldFile="&layer_real_source_path;/genericservices/systemagent/group" mrp="&layer_real_source_path;/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
|
|
112 |
<unit name="taskscheduler" unitID="sos.taskscheduler" bldFile="&layer_real_source_path;/genericservices/taskscheduler/group" mrp="&layer_real_source_path;/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
|
|
113 |
<unit name="s60compatibilityheaders" unitID="sos.s60compatibilityheaders" bldFile="&layer_real_source_path;/genericservices/s60compatibilityheaders/groupsymtb101sf" mrp="&layer_real_source_path;/genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp"/>
|
|
114 |
</module>
|
|
115 |
</layer>
|
|
116 |
|
|
117 |
<layer name="api_test_layer">
|
|
118 |
<module name="Generic OS Services">
|
|
119 |
<unit name="openenvcore" unitID="sos.openenvcore_test" bldFile="&layer_real_source_path;/genericopenlibs/openenvcore/group" mrp="&layer_real_source_path;/genericopenlibs/openenvcore/group/openenv.mrp"/>
|
|
120 |
<unit name="liboil" unitID="sos.liboil_test" bldFile="&layer_real_source_path;/genericopenlibs/liboil/tsrc/group" mrp=""/>
|
|
121 |
<unit name="cstdlib" unitID="sos.cstdlib_test" bldFile="&layer_real_source_path;/genericopenlibs/cstdlib/group" mrp="&layer_real_source_path;/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
|
|
122 |
<unit name="cppstdlib" unitID="sos.cppstdlib_test" bldFile="&layer_real_source_path;/genericopenlibs/cppstdlib/stl/test/group" mrp=""/>
|
|
123 |
<unit name="posixrealtimeextensions" unitID="sos.posixrealtimeextensions_test" bldFile="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group" mrp="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
|
|
124 |
<unit name="ziplib" unitID="sos.ziplib_test" bldFile="&layer_real_source_path;/compressionlibs/ziplib/group" mrp="&layer_real_source_path;/compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
|
|
125 |
<unit name="genericusabilitylib" unitID="sos.genericusabilitylib_test" bldFile="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group" mrp="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
|
|
126 |
<unit name="httputils" unitID="sos.httputils_test" bldFile="&layer_real_source_path;/genericservices/httputils/group" mrp="&layer_real_source_path;/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
|
|
127 |
<unit name="httputils" unitID="sos.httputils_test1" bldFile="&layer_real_source_path;/genericservices/httputils/Test/Integration/TestFileUriSuite" mrp=""/>
|
|
128 |
<unit name="httputils" unitID="sos.httputils_test2" bldFile="&layer_real_source_path;/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group" mrp=""/>
|
|
129 |
<unit name="mimerecognitionfw" unitID="sos.mimerecognitionfw_test" bldFile="&layer_real_source_path;/genericservices/mimerecognitionfw/group" mrp="&layer_real_source_path;/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
|
|
130 |
<unit name="systemagent" unitID="sos.systemagent_test" bldFile="&layer_real_source_path;/genericservices/systemagent/group" mrp="&layer_real_source_path;/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
|
|
131 |
<unit name="taskscheduler" unitID="sos.taskscheduler_test" bldFile="&layer_real_source_path;/genericservices/taskscheduler/group" mrp="&layer_real_source_path;/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
|
|
132 |
</module>
|
|
133 |
</layer>
|
|
134 |
|
|
135 |
</systemModel>
|
|
136 |
</SystemDefinition> |