author | William Roberts <williamr@symbian.org> |
Wed, 01 Sep 2010 17:10:23 +0100 | |
branch | HighFidelityModel |
changeset 381 | 17f751375e8c |
parent 316 | 079a06b9ec58 |
child 391 | 1cd75ad5b512 |
permissions | -rw-r--r-- |
226 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<SystemDefinition schema="3.0.0"> |
|
3 |
<package id="gstreamer" name="GStreamer" levels="plugin core api"> |
|
4 |
<meta rel="config"> |
|
5 |
<defined condition="FF_GSTREAMER"/> |
|
6 |
</meta> |
|
7 |
<!-- Uncomment all units when configuration is in place. All currently #included from gstreamer_build --> |
|
8 |
<!-- structure matches planned directory layout --> |
|
9 |
<collection id="gstreamerfw" name="GStreamer Framework" level="core"> |
|
10 |
<component id="gstreamer_core" name="GStreamer Core" introduced="^3"> |
|
11 |
<!--<unit bldFile="gstreamer_core/group"/>--> |
|
12 |
</component> |
|
13 |
</collection> |
|
14 |
<collection id="gst_plugins" name="GStreamer Plugins" level="plugin"> |
|
15 |
<component id="gst_plugins_base" name="GStreamer Base Plugins" introduced="^3"> |
|
16 |
<!--<unit bldFile="gst_plugins_base/group"/>--> |
|
17 |
</component> |
|
18 |
<component id="gst_plugins_good" name="GStreamer Good Plugins" introduced="^3"> |
|
19 |
<!--<unit bldFile="gst_plugins_good/group"/>--> |
|
20 |
</component> |
|
21 |
<component id="gst_plugins_symbian" filter="s60" name="GStreamer Sybmian Plugins" introduced="^3"> |
|
22 |
<!--<unit bldFile="gst_plugins_symbian/group" filter="!test"/>--> |
|
316
079a06b9ec58
Update S^4 package definitions with Bob Rosenberg's set for wk20
William Roberts <williamr@symbian.org>
parents:
246
diff
changeset
|
23 |
<unit bldFile="gst_plugins_symbian/tsrc/gstreamertestmodule/group" filter="test"/> <!-- add ,pref_test,TA_GSTREAMER filters later --> |
226 | 24 |
</component> |
25 |
</collection> |
|
26 |
<collection id="gstregistrygenerator" name="GStreamer Registry Generator" level="core"> |
|
27 |
<!-- collection is really a component. Move down an directory --> |
|
28 |
<component id="gstregistrygenerator_build" filter="s60" name="GStreamer Registry Generator Build" introduced="^3"> |
|
29 |
<!-- <unit bldFile="gstregistrygenerator/group"/>--> |
|
30 |
</component> |
|
31 |
</collection> |
|
32 |
<collection id="gst_test_apps" name="GStreamer Test Applications" level="api"> |
|
33 |
<component id="gst_player" filter="s60" name="GStreamer Player" introduced="^3" purpose="development"> |
|
34 |
<!-- <unit bldFile="gst_test_apps/gst_player/group"/>--> |
|
35 |
</component> |
|
36 |
</collection> |
|
37 |
<collection id="gstreamer_info" name="GStreamer Info" level="api"> |
|
38 |
<component id="gstreamer_build" filter="s60" name="GStreamer Build" introduced="^3"> |
|
39 |
<!-- make this a ROM component or split up instead? --> |
|
40 |
<unit bldFile="group"/> |
|
41 |
</component> |
|
42 |
</collection> |
|
43 |
</package> |
|
44 |
</SystemDefinition> |