1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <SystemDefinition schema="3.0.0"> |
|
3 <package id="videoutils" name="Video Utils" levels="eng util if"> |
|
4 <collection id="dvrengine" name="DVR Engine" level="eng"> |
|
5 <component id="commonrecordingengine" filter="s60" name="Common Recording Engine"> |
|
6 <!-- can only have one unit, #include the others from the main nit --> |
|
7 <unit bldFile="dvrengine/commonrecordingengine/group"/> |
|
8 <unit bldFile="dvrengine/commonrecordingengine/dvrrtpcliphandler/group"/> |
|
9 <unit bldFile="dvrengine/commonrecordingengine/dvrrtpcliprecognizer/group"/> |
|
10 <unit bldFile="dvrengine/commonrecordingengine/dvrrtputils/group"/> |
|
11 </component> |
|
12 <component id="commonrecordingengineclient" filter="s60" name="Common Recording Engine Client"> |
|
13 <unit bldFile="dvrengine/commonrecordingengineclient/group"/> |
|
14 </component> |
|
15 <component id="dvrengine_build" filter="s60" name="DVR Engine Build"> |
|
16 <!-- should split this into the bld.infs above --> |
|
17 <unit bldFile="dvrengine/group"/> |
|
18 </component> |
|
19 </collection> |
|
20 <collection id="videoconnutility" name="Video Connection Utility" level="util"> |
|
21 <component id="connutilpsworker" filter="s60" name="Connection Utility Publish and Subscribe Worker"> |
|
22 <unit bldFile="videoconnutility/connutilpsworker/group"/> |
|
23 </component> |
|
24 <component id="videoconnutility_build" filter="s60" name="Video Connection Utility Build"> |
|
25 <unit bldFile="videoconnutility/group"/> |
|
26 </component> |
|
27 </collection> |
|
28 <collection id="videoscheduler" name="Video Scheduler" level="util"> |
|
29 <component id="schedulerclient" filter="s60" name="Video Scheduler Client"> |
|
30 <unit bldFile="videoscheduler/schedulerclient/group"/> |
|
31 </component> |
|
32 <component id="schedulerserver" filter="s60" name="Video Scheduler Server"> |
|
33 <unit bldFile="videoscheduler/schedulerserver/group"/> |
|
34 </component> |
|
35 <component id="videoscheduler_build" filter="s60" name="Video Scheduler Build"> |
|
36 <!-- is this needed at all? Can the system include just be put in the above bld.infs? --> |
|
37 <unit bldFile="videoscheduler/group"/> |
|
38 </component> |
|
39 </collection> |
|
40 <collection id="videoutils_info" name="Video Utils Info" level="if"> |
|
41 <component id="videoutils_plat" filter="s60" name="Video Utils Platform Interfaces" class="api"> |
|
42 <unit bldFile="videoutils_plat/group"/> |
|
43 <!-- do these test units need to be #included in the above bld.inf? --> |
|
44 <!-- <unit bldFile="videoutils_plat/videoconnutility_api/tsrc/group"/> --> |
|
45 <!-- <unit bldFile="videoutils_plat/videoconnutility_api/tsrc/vcxconnutiltestexe/group"/> --> |
|
46 <!-- <unit bldFile="videoutils_plat/videoconnutility_api/tsrc/vcxtestcommon/group"/> --> |
|
47 <!-- <unit bldFile="videoutils_plat/videoconnutility_api/tsrc/vcxtestutilmodule/group"/> --> |
|
48 <!-- <unit bldFile="videoutils_plat/videoscheduler_api/tsrc/group"/> --> |
|
49 </component> |
|
50 <component id="videoutils_build" filter="s60" name="Video Utils Build"> |
|
51 <!-- can this be split up into the above components?? --> |
|
52 <unit bldFile="group"/> |
|
53 </component> |
|
54 </collection> |
|
55 </package> |
|
56 </SystemDefinition> |
|