equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <SystemDefinition schema="3.0.0"> |
|
3 <package id="screensaver" name="Screen Saver Apps" levels="plugin ui"> |
|
4 <!-- is this a user-facing application or a daemon? --> |
|
5 <collection id="scrsaver" name="Screen Saver" level="plugin"> |
|
6 <meta rel="config"> |
|
7 <not-defined condition="TOOLS"/> |
|
8 </meta> |
|
9 <component id="scrsaverplugins" filter="s60" name="Screen Saver Plugins" class="plugin"> |
|
10 <meta rel="config"> |
|
11 <not-defined condition="__SERIES60_30__"/> |
|
12 <defined condition="__SERIES60_NATIVE_BROWSER"/> |
|
13 </meta> |
|
14 <!-- must have only one component. #include from a common bld.inf, or move up a directory and make scrsaverplugins a collection --> |
|
15 <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/"/> |
|
16 <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group/"/> |
|
17 </component> |
|
18 <component id="scrsaver_slideshowplugin" filter="s60" name="Screen Saver Slideshow Plugin" class="plugin"> |
|
19 <meta rel="config"> |
|
20 <defined condition="__SLIDESHOW_SCREENSAVER "/> |
|
21 </meta> |
|
22 <unit bldFile="scrsaver/scrsaverplugins/SlideshowPlugin/group"/> |
|
23 </component> |
|
24 <component id="screensaveraiwplugin" filter="s60" name="Screen Saver AIW Plugin" class="plugin"> |
|
25 <meta rel="config"> |
|
26 <defined condition="RD_SCREENSAVERAIWPLUGIN "/> |
|
27 </meta> |
|
28 <unit bldFile="scrsaver/screensaveraiwplugin/group"/> |
|
29 </component> |
|
30 </collection> |
|
31 <collection id="screensaver_info" name="Screen Saver Apps Info" level="ui"> |
|
32 <component id="screensaver_build" filter="s60" name="Screen Saver Application"> |
|
33 <!--the app should be a separate component --> |
|
34 <unit bldFile="group"/> |
|
35 </component> |
|
36 </collection> |
|
37 </package> |
|
38 </SystemDefinition> |