package_definition.xml
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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 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/app/group"/> -->
       
    11         <unit bldFile="photosgallery/logging/group"/>
       
    12       </component>
       
    13       <component id="photosgallery_common" filter="s60" name="Photos Common" introduced="^2">
       
    14         <unit bldFile="photosgallery/common/group"/>
       
    15       </component>
       
    16       <component id="photosgallery_commonui" filter="s60" name="Photos Common UI" introduced="^2">
       
    17         <unit bldFile="photosgallery/commonui/group"/>
       
    18       </component>
       
    19       <component id="photosgalleryollectionfw" filter="s60" name="Photos Collection Framework" introduced="^2">
       
    20         <unit bldFile="photosgallery/collectionframework/group"/>
       
    21         <!-- <unit bldFile="photosgallery/collectionframework/plugins/glxcollectionpluginalbums/group"/> -->
       
    22       </component>
       
    23       <component id="photosgalleryviewfw" filter="s60" name="View Framework" introduced="^2">
       
    24         <unit bldFile="photosgallery/viewframework/group"/>
       
    25         	<!-- do the following need to be #included? -->
       
    26         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/commandhandlerbase/tsrc/group"/> -->
       
    27         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/group"/> -->
       
    28         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/commandhandlerupnp/tsrc/t_glxupnprenderer/group"/> -->
       
    29         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/group"/> -->
       
    30         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_cglxaiwservicehandler/group"/> -->
       
    31         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/commoncommandhandlers/tsrc/t_glxcommandhandlerback/group"/> -->
       
    32         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/tsrc/group"/> -->
       
    33         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlerdrm/group"/> -->
       
    34         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/tsrc/ut_commandhandlermoreinfo/group"/> -->
       
    35         <!-- <unit bldFile="photosgallery/viewframework/commandhandlers/tsrc/ut__commandhandlermarking/group"/> -->
       
    36         <!-- <unit bldFile="photosgallery/viewframework/plugins/metadataviewplugin/group"/> -->
       
    37         <!-- <unit bldFile="photosgallery/viewframework/views/listview/group"/> -->
       
    38         <!-- <unit bldFile="photosgallery/viewframework/views/metadataview/group"/> -->
       
    39         <!-- <unit bldFile="photosgallery/viewframework/views/viewbase/group"/> -->
       
    40       </component>
       
    41       <component id="controllers" filter="s60" name="Photos Controllers" introduced="^2">
       
    42         <unit bldFile="photosgallery/controllers/group"/>
       
    43       </component>
       
    44       <component id="photogallery" filter="s60" name="Media Gallery" introduced="^2">
       
    45         <unit bldFile="photosgallery/gallery/group"/>
       
    46       </component>
       
    47       <component id="slideshow" filter="s60" name="Slideshow" introduced="^2">
       
    48         <unit bldFile="photosgallery/slideshow/group"/>
       
    49         	<!-- does the test need to be #included? -->
       
    50         <!-- <unit bldFile="photosgallery/slideshow/engine/tsrc/group"/> -->
       
    51       </component>
       
    52       <component id="contentharvesterplugin" filter="s60" name="Gallery Content Harvester Plugin" class="plugin" introduced="^2">
       
    53         <unit bldFile="photosgallery/contentharvesterplugin/group"/>
       
    54       </component>
       
    55       <component id="photossuite" filter="s60" name="Photos Suite" class="config" introduced="^2">
       
    56         <unit bldFile="photosgallery/photossuite/group"/>
       
    57       </component>
       
    58       <component id="galleryicons" filter="s60" name="Photos Icons" class="config" introduced="^2">
       
    59         <unit bldFile="photosgallery/icons"/>
       
    60       </component>
       
    61       <component id="photosgallery_build" filter="s60" name="Photos Gallery Build" introduced="^2">
       
    62       	<!--  remove the #included above bld.infs from this  -->
       
    63         <unit bldFile="photosgallery/group"/>
       
    64       </component>
       
    65     </collection>
       
    66     <collection id="photos_info" name="Photos Info" level="app">
       
    67       <component id="photos_plat" filter="s60" name="Photos Platform Interfaces" class="api" introduced="^2">
       
    68         <unit bldFile="photos_plat/group"/>
       
    69         <!-- should these be #included in the above? -->
       
    70         <!-- <unit bldFile="photos_plat/controllers_collection_api/tsrc/ui_metadatadialog/group"/> -->
       
    71         <!-- <unit bldFile="photos_plat/controllers_collection_api/tsrc/ut_collectioninfo/group"/> -->
       
    72         <!-- <unit bldFile="photos_plat/controllers_collection_api/tsrc/ut_collectionmanager/group"/> -->
       
    73       </component>
       
    74     </collection>
       
    75   </package>
       
    76 </SystemDefinition>