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"/>-->
|
|
23 |
<!--<unit bldFile="gst_plugins_symbian/tsrc/GStreamerTestModule/group" filter="test,pref_test"/>-->
|
|
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>
|