|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <SystemDefinition schema="3.0.0"> |
|
3 <package id="photos" name="Photos" levels="support fw ui app"> |
|
4 <collection id="photosgallery" name="Photos Gallery" level="app"> |
|
5 <!-- consider splitting this collection into the application itself, and the frameworks behind it --> |
|
6 <component id="photosgallery_help" filter="s60" name="Photos Help" introduced="^2"> |
|
7 <unit bldFile="photosgallery/help/group"/> |
|
8 </component> |
|
9 <component id="logging" filter="s60" name="Photos Logging" introduced="^2"> |
|
10 <unit bldFile="photosgallery/logging/group"/> |
|
11 </component> |
|
12 <component id="photosgallery_common" filter="s60" name="Photos Common" introduced="^2"> |
|
13 <unit bldFile="photosgallery/common/group"/> |
|
14 </component> |
|
15 <component id="photosgallery_commonui" filter="s60" name="Photos Common UI" introduced="^2"> |
|
16 <unit bldFile="photosgallery/commonui/group"/> |
|
17 </component> |
|
18 <component id="photosgalleryollectionfw" filter="s60" name="Photos Collection Framework" introduced="^2"> |
|
19 <unit bldFile="photosgallery/collectionframework/group"/> |
|
20 </component> |
|
21 <component id="galleryicons" filter="s60" name="Photos Icons" class="config" introduced="^2"> |
|
22 <unit bldFile="photosgallery/icons"/> |
|
23 </component> |
|
24 <component id="imageviewer" filter="s60" name="Image Viewer" introduced="^3"> |
|
25 <!-- this is really a part of controllers component, #include from there instead --> |
|
26 <unit bldFile="photosgallery/controllers/imageviewer/group"/> |
|
27 </component> |
|
28 <component id="photosgalleryviewfw" filter="s60" name="View Framework" introduced="^2"> |
|
29 <unit bldFile="photosgallery/viewframework/group"/> |
|
30 </component> |
|
31 <component id="controllers" filter="s60" name="Photos Controllers" introduced="^2"> |
|
32 <unit bldFile="photosgallery/controllers/group"/> |
|
33 </component> |
|
34 <component id="photogallery" filter="s60" name="Media Gallery" introduced="^2"> |
|
35 <unit bldFile="photosgallery/gallery/group"/> |
|
36 </component> |
|
37 <component id="slideshow" filter="s60" name="Slideshow" introduced="^2"> |
|
38 <unit bldFile="photosgallery/slideshow/group"/> |
|
39 </component> |
|
40 <component id="contentharvesterplugin" filter="s60" name="Gallery Content Harvester Plugin" class="plugin" introduced="^2"> |
|
41 <unit bldFile="photosgallery/contentharvesterplugin/group"/> |
|
42 </component> |
|
43 <component id="photossuite" filter="s60" name="Photos Suite" class="config" introduced="^2"> |
|
44 <unit bldFile="photosgallery/photossuite/group"/> |
|
45 </component> |
|
46 <component id="memoryplugin" name="Memory Plugin" class="plugin" filter="s60" introduced="^2"> |
|
47 <unit bldFile="photosgallery/memoryplugin/group"/> |
|
48 </component> |
|
49 <component id="imgvwr" filter="s60" name="Photos Image Viewer" introduced="^3"> |
|
50 <unit bldFile="photosgallery/imgvwr/group"/> |
|
51 </component> |
|
52 <component id="photosgallery_build" filter="s60" name="Photos Gallery Build" introduced="^2"> |
|
53 <!-- need to remove the #included above bld.infs from this --> |
|
54 <unit bldFile="photosgallery/group"/> |
|
55 </component> |
|
56 </collection> |
|
57 <collection id="photos_info" name="Photos Info" level="app"> |
|
58 <component id="photos_plat" filter="s60" name="Photos Platform Interfaces" class="api" introduced="^2"> |
|
59 <unit bldFile="photos_plat/group"/> |
|
60 </component> |
|
61 </collection> |
|
62 </package> |
|
63 </SystemDefinition> |