|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE SystemDefinition [ |
|
3 <!ELEMENT SystemDefinition ( systemModel )> |
|
4 <!ATTLIST SystemDefinition |
|
5 name CDATA #REQUIRED |
|
6 schema CDATA #REQUIRED |
|
7 > |
|
8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
|
9 |
|
10 <!-- System Model Section of DTD --> |
|
11 <!ELEMENT systemModel (layer+)> |
|
12 |
|
13 <!ELEMENT layer (block* | collection*)*> |
|
14 <!-- Kernel Services, Base Services, OS Services, Etc --> |
|
15 <!ATTLIST layer |
|
16 name CDATA #REQUIRED |
|
17 long-name CDATA #IMPLIED |
|
18 levels NMTOKENS #IMPLIED |
|
19 span CDATA #IMPLIED |
|
20 > |
|
21 |
|
22 <!ELEMENT block (subblock* | collection*)*> |
|
23 <!-- Generic OS services, Comms Services, etc --> |
|
24 <!ATTLIST block |
|
25 levels NMTOKENS #IMPLIED |
|
26 span CDATA #IMPLIED |
|
27 level NMTOKEN #IMPLIED |
|
28 name CDATA #REQUIRED |
|
29 long-name CDATA #IMPLIED |
|
30 > |
|
31 |
|
32 <!ELEMENT subblock (collection)*> |
|
33 <!-- Cellular Baseband Services, Networking Services, etc --> |
|
34 <!ATTLIST subblock |
|
35 name CDATA #REQUIRED |
|
36 long-name CDATA #IMPLIED |
|
37 > |
|
38 |
|
39 <!ELEMENT collection (component)*> |
|
40 <!-- Screen Driver, Content Handling, etc --> |
|
41 <!ATTLIST collection |
|
42 name CDATA #REQUIRED |
|
43 long-name CDATA #IMPLIED |
|
44 level NMTOKEN #IMPLIED |
|
45 > |
|
46 |
|
47 <!ELEMENT component (unit)*> |
|
48 <!-- contains units or is a package or prebuilt --> |
|
49 <!ATTLIST component |
|
50 name CDATA #REQUIRED |
|
51 long-name CDATA #IMPLIED |
|
52 deprecated CDATA #IMPLIED |
|
53 introduced CDATA #IMPLIED |
|
54 contract CDATA #IMPLIED |
|
55 plugin (Y|N) "N" |
|
56 filter CDATA #IMPLIED |
|
57 class NMTOKENS #IMPLIED |
|
58 supports CDATA #IMPLIED |
|
59 purpose ( optional | mandatory | development ) "optional" |
|
60 > |
|
61 |
|
62 <!ELEMENT unit EMPTY > |
|
63 <!-- must be buildable (bld.inf) --> |
|
64 <!-- bldFile may someday be removed in favour of mrp --> |
|
65 <!ATTLIST unit |
|
66 mrp CDATA #IMPLIED |
|
67 filter CDATA #IMPLIED |
|
68 bldFile CDATA #IMPLIED |
|
69 root CDATA #IMPLIED |
|
70 version NMTOKEN #IMPLIED |
|
71 prebuilt NMTOKEN #IMPLIED |
|
72 late (Y|N) #IMPLIED |
|
73 priority CDATA #IMPLIED |
|
74 > |
|
75 ]> |
|
76 <SystemDefinition name="Symbian^4" schema="2.0.1"> |
|
77 <systemModel> |
|
78 <layer name="app" long-name="Applications" levels="services apps"> |
|
79 <block name="videoeditor" level="apps" long-name="Video Editor Apps" levels="engine ui"> |
|
80 <collection name="videoeditor_plat" long-name="Video Editor Apps Platform Interfaces" level="ui"> |
|
81 <component name="video_editor_engine_api" long-name="Video Editor Engine API" introduced="^2" class="api"> |
|
82 <unit bldFile="/sf/app/videoeditor/videoeditor_plat/video_editor_engine_api/group"/> |
|
83 </component> |
|
84 </collection> |
|
85 <collection name="videditor" long-name="Video Editor" level="ui"> |
|
86 <component name="videoeditorcommon" filter="s60" long-name="Video Editor Common" introduced="^2"> |
|
87 <unit bldFile="/sf/app/videoeditor/videditor/videoeditorcommon/group"/> |
|
88 </component> |
|
89 <component name="videoeditoruicomponents" filter="s60" long-name="Video Editor UI Components" introduced="^2"> |
|
90 <unit bldFile="/sf/app/videoeditor/videditor/videoeditoruicomponents/group"/> |
|
91 </component> |
|
92 <component name="simplevideoeditor" filter="s60" long-name="Simple Video Editor" introduced="^2"> |
|
93 <unit bldFile="/sf/app/videoeditor/videditor/simplevideoeditor/group"/> |
|
94 </component> |
|
95 <component name="simplecutvideo" filter="s60" long-name="Simple Cut Video" introduced="^2"> |
|
96 <unit bldFile="/sf/app/videoeditor/videditor/simplecutvideo/group"/> |
|
97 </component> |
|
98 <component name="videoprovider" filter="s60" long-name="Video Provider" introduced="^2"> |
|
99 <unit bldFile="/sf/app/videoeditor/videditor/videoprovider/group"/> |
|
100 </component> |
|
101 <component name="manualvideoeditor" filter="s60" long-name="Manual Video Editor" introduced="^2" class="placeholder"> |
|
102 <!-- uncomment when supported |
|
103 <meta rel="config"> |
|
104 <defined condition="__INCLUDE_MANUAL_VIDEO_EDITOR__"/> |
|
105 </meta> |
|
106 <unit bldFile="videditor/manualvideoeditor/group"/> --> |
|
107 </component> |
|
108 <component name="videditor_build" filter="s60" long-name="Video Editor Build" introduced="^2"> |
|
109 <!-- can the exports be distributed to the other components? Or should this be collapsed into one component?--> |
|
110 <unit bldFile="/sf/app/videoeditor/videditor/group"/> |
|
111 </component> |
|
112 </collection> |
|
113 <collection name="videoeditorengine" long-name="Video Editor Engine" level="engine"> |
|
114 <component name="audioeditorengine" filter="s60" long-name="Audio Editor Engine" introduced="^2"> |
|
115 <unit bldFile="/sf/app/videoeditor/videoeditorengine/audioeditorengine/group"/> |
|
116 </component> |
|
117 <component name="avcedit" filter="s60" long-name="AVC Editing" introduced="^2"> |
|
118 <unit bldFile="/sf/app/videoeditor/videoeditorengine/avcedit/group"/> |
|
119 </component> |
|
120 <component name="h263decoder" filter="s60" long-name="H.263 Decoder" introduced="^2"> |
|
121 <unit bldFile="/sf/app/videoeditor/videoeditorengine/h263decoder/group"/> |
|
122 </component> |
|
123 <component name="mp3aacmaniplib" filter="s60" long-name="MP3 and AAC Manipulation Library" introduced="^2"> |
|
124 <unit bldFile="/sf/app/videoeditor/videoeditorengine/mp3aacmaniplib/group"/> |
|
125 </component> |
|
126 <component name="vedtranscoder" filter="s60" long-name="Video Editor Transcoder" introduced="^2"> |
|
127 <unit bldFile="/sf/app/videoeditor/videoeditorengine/vedtranscoder/group"/> |
|
128 </component> |
|
129 <component name="vedengine" filter="s60" long-name="Video Editor Engine" introduced="^2"> |
|
130 <unit bldFile="/sf/app/videoeditor/videoeditorengine/vedengine/group"/> |
|
131 </component> |
|
132 <component name="videoeditorengine_build" filter="s60" long-name="Video Editor Engine Build" introduced="^2"> |
|
133 <!-- can the exports be distributed to the other components? Or should this be collapsed into one component?--> |
|
134 <unit bldFile="/sf/app/videoeditor/videoeditorengine/group"/> |
|
135 </component> |
|
136 </collection> |
|
137 </block> |
|
138 </layer> |
|
139 </systemModel> |
|
140 </SystemDefinition> |