package_definition_v2.xml
changeset 34 5fae379060a7
parent 31 ce057bb09d0b
child 45 4b03adbd26ca
child 52 bf6a71c50e42
equal deleted inserted replaced
31:ce057bb09d0b 34:5fae379060a7
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <SystemDefinition schema="3.0.0">
       
     3   <package id="ossrv" name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
       
     4     <collection id="utilitylibraries" name="Utility Libraries" level="encoding">
       
     5       <component id="libutils" filter="s60" name="Utility Library">
       
     6       <!-- this can only have one unit. Should include secondary from the main bld.inf -->
       
     7         <unit bldFile="utilitylibraries/libutils/group"/>
       
     8         <unit bldFile="utilitylibraries/libutils/tsrc/group"/>
       
     9         <!-- <unit bldFile="utilitylibraries/libutils/tsrc/nft/group"/> -->
       
    10       </component>
       
    11     </collection>
       
    12     <collection id="ofdbus" name="Open Foundation D-Bus" level="utilities">
       
    13       <component id="dbus" filter="s60" name="D-Bus">
       
    14         <unit bldFile="ofdbus/dbus/group"/>
       
    15             <!-- this can only have one unit. Should include test from the main bld.inf -->
       
    16         <unit bldFile="ofdbus/dbus/tsrc/group"/>
       
    17       </component>
       
    18       <component id="dbus-glib" filter="s60" name="D-Bus GLib">
       
    19         <unit bldFile="ofdbus/dbus-glib/group"/>
       
    20             <!-- this can only have one unit. Should include test from the main bld.inf -->
       
    21         <unit bldFile="ofdbus/dbus-glib/tsrc/group"/>
       
    22       </component>
       
    23       <component id="ofdbus_rom" filter="s60" name="D-Bus ROM">
       
    24             <!-- Contains IBY for for dbus. should remove #includes to above components. Consider moving IBY file to one of the above as well and removing this component entirely -->
       
    25         <unit bldFile="ofdbus/group"/>
       
    26       </component>
       
    27       <component id="ofdbus_test" filter="s60" purpose="development" name="OF Dbus Test">
       
    28            <!-- can these be put into ofdbus component? -->
       
    29         <!-- <unit bldFile="ofdbus/tsrc/nft/idle_daemon_run/group"/> -->
       
    30         <!-- <unit bldFile="ofdbus/tsrc/nft/g_n_messages/group"/> -->
       
    31         <!-- <unit bldFile="ofdbus/tsrc/nft/g_file_send/group"/> -->
       
    32         <!-- <unit bldFile="ofdbus/tsrc/nft/send_messages1/group"/> -->
       
    33         <!-- <unit bldFile="ofdbus/tsrc/nft/stif_glib_1_simple_message/group"/> -->
       
    34         <!-- <unit bldFile="ofdbus/tsrc/nft/file_transfer_time/group"/> -->
       
    35         <!-- <unit bldFile="ofdbus/tsrc/nft/g_n_messages1/group"/> -->
       
    36         <!-- <unit bldFile="ofdbus/tsrc/nft/send_messages/group"/> -->
       
    37       </component>
       
    38     </collection>
       
    39     <collection id="glib" name="GLib" level="utilities">
       
    40       <component id="glibbackend" filter="s60" name="GLib Backend">
       
    41         <unit bldFile="glib/build/symbian/glibbackend/group"/>
       
    42       </component>
       
    43       <component id="libglib" filter="s60" name="GLib Library">
       
    44         <unit bldFile="glib/build/symbian/glib/group"/>
       
    45       </component>
       
    46       <component id="libgthread" filter="s60" name="Libg Thread">
       
    47         <unit bldFile="glib/build/symbian/gthread/group"/>
       
    48       </component>
       
    49       <component id="libgmodule" filter="s60" name="Libg Module">
       
    50         <unit bldFile="glib/build/symbian/gmodule/group"/>
       
    51       </component>
       
    52       <component id="libgobject" filter="s60" name="Libg Object">
       
    53         <unit bldFile="glib/build/symbian/gobject/group"/>
       
    54       </component>
       
    55       <component id="glib_test" filter="s60" purpose="development" name="GLib Test">
       
    56         <unit bldFile="glib/tsrc/group"/>
       
    57          <!-- should #include the next unit in the above bld.inf if it's needed -->
       
    58         <!-- <unit bldFile="glib/tsrc/bc/group"/> -->
       
    59       </component>
       
    60     </collection>
       
    61     <collection id="ssl" name="SSL" level="data-services">
       
    62       <component id="libcrypto" filter="s60" name="Crypto Library">
       
    63         <unit bldFile="ssl/libcrypto/group"/>
       
    64       </component>
       
    65       <component id="ssl_test" filter="s60" purpose="development" name="SSL Test">
       
    66         <unit bldFile="ssl/tsrc/group"/>
       
    67          <!-- should #include the next unit in the above bld.inf if it's needed -->
       
    68         <!-- <unit bldFile="ssl/tsrc/bc/group"/> -->
       
    69       </component>
       
    70     </collection>
       
    71     <collection id="stdcpp" name="C++ Standard Library" level="translation">
       
    72       <component id="stdcpp_build" filter="s60" name="Stdcpp">
       
    73         <unit bldFile="stdcpp/group"/>
       
    74       </component>
       
    75       <component id="stdcpp_test" filter="s60" purpose="development" name="Stdcpp Test">
       
    76         <unit bldFile="stdcpp/tsrc/group"/>
       
    77            <!-- these should be #included in the above bld.inf if they're needed -->
       
    78         <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/twsd_manual/group"/> -->
       
    79         <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/ood_manual/group"/> -->
       
    80         <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/stlport/manual/group"/> -->
       
    81         <!-- <unit bldFile="stdcpp/tsrc/boost_test/multi_array/manual/group"/> -->
       
    82         <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/io_manual/group"/> -->
       
    83         <!-- <unit bldFile="stdcpp/tsrc/bc/group"/> -->
       
    84         <!-- <unit bldFile="stdcpp/tsrc/boost_test/graph/manual/group"/> -->
       
    85         <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/multithread/manual/group"/> -->
       
    86       </component>
       
    87     </collection>
       
    88     <collection id="stdlibs" name="Standard Libraries" level="translation">
       
    89       <component id="libz" filter="s60" name="Z Compression Library">
       
    90         <unit bldFile="stdlibs/libz/group"/>
       
    91       </component>
       
    92       <component id="libcrypt" filter="s60" name="Crypt Library">
       
    93         <unit bldFile="stdlibs/libcrypt/group"/>
       
    94       </component>
       
    95     </collection>
       
    96     <collection id="genericservices" name="Generic Services" level="utilities">
       
    97       <component id="s60compatibilityheaders" name="S60 Compatibility Headers" filter="gt" purpose="optional">
       
    98         <unit version="tb101sf" bldFile="genericservices/s60compatibilityheaders/groupsymtb101sf" mrp="genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp"/>
       
    99       </component>
       
   100       <component id="mimerecognitionfw" name="MIME Recognition Framework" purpose="mandatory">
       
   101         <unit bldFile="genericservices/mimerecognitionfw/group" mrp="genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
       
   102       </component>
       
   103       <component id="systemagent" name="System Agent" introduced="9.0" purpose="mandatory">
       
   104         <unit bldFile="genericservices/systemagent/group" mrp="genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
       
   105       </component>
       
   106       <component id="taskscheduler" name="Task Scheduler" introduced="6.0" purpose="optional">
       
   107         <unit bldFile="genericservices/taskscheduler/group" mrp="genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
       
   108       </component>
       
   109       <component id="activebackupclient" name="Active Backup Client" purpose="optional">
       
   110         <unit bldFile="genericservices/activebackupclient/group" mrp="genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
       
   111       </component>
       
   112       <component id="syslibsdocs" name="Syslibs Documentation" purpose="development" class="doc">
       
   113         <unit mrp="genericservices/syslibsdocs/syslibs_documentation.mrp"/>
       
   114       </component>
       
   115       <component id="httputils" name="HTTP Utilities Library" introduced="6.2" purpose="optional">
       
   116         <unit bldFile="genericservices/httputils/group" mrp="genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
       
   117       </component>
       
   118     </collection>
       
   119     <collection id="syslibsapitest" name="SysLibs API Tests" level="utilities">
       
   120       <component id="syslibssvs" name="Syslibs Verfication Suite" introduced="^2" purpose="development" filter="test">
       
   121         <unit mrp="syslibsapitest/syslibssvs/group/syslibssvs.mrp" bldFile="syslibsapitest/syslibssvs/group"/>
       
   122       </component>
       
   123     </collection>
       
   124     <collection id="compressionlibs" name="Compression Libraries" level="data-services">
       
   125       <component id="ziplib" name="Zip Compression Library" introduced="6.0" purpose="mandatory">
       
   126         <unit bldFile="compressionlibs/ziplib/group" mrp="compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
       
   127       </component>
       
   128     </collection>
       
   129     <collection id="genericopenlibs" name="Generic Open Libraries" level="translation">
       
   130       <component id="cstdlib" name="C Standard Library" introduced="ER5" purpose="optional">
       
   131         <unit bldFile="genericopenlibs/cstdlib/group" mrp="genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
       
   132       </component>
       
   133       <component id="cppstdlib" name="C++ Standard Library" introduced="^3" purpose="mandatory">
       
   134         <unit bldFile="genericopenlibs/cppstdlib/group" mrp="genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp"/>
       
   135       </component>
       
   136       <component id="openenvcore" name="Open Environment Core" introduced="^2" purpose="mandatory">
       
   137         <unit bldFile="genericopenlibs/openenvcore/group" mrp="genericopenlibs/openenvcore/group/openenv.mrp"/>
       
   138       </component>
       
   139       <component id="pluggableauthenticationmodulefw" name="Pluggable Authentication Module Framework" introduced="^4" purpose="optional">
       
   140         <unit bldFile="genericopenlibs/pluggableauthenticationmodulefw/group" mrp="genericopenlibs/pluggableauthenticationmodulefw/group/oeaddons_libpam.mrp"/>
       
   141       </component>
       
   142       <component id="posixrealtimeextensions" name="POSIX Realtime Extensions" introduced="^3" purpose="optional">
       
   143         <unit bldFile="genericopenlibs/posixrealtimeextensions/group" mrp="genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
       
   144       </component>
       
   145 	  <component id="liboil" name="Liboil" introduced="^4" purpose="optional">
       
   146         <unit bldFile="genericopenlibs/liboil/group" mrp="genericopenlibs/liboil/group/oeaddons_liboil.mrp"/>
       
   147       </component>
       
   148     </collection>
       
   149     <collection id="lowlevellibsandfws" name="Low Level Libraries and Frameworks" level="app-libs">
       
   150       <component id="pluginfw" name="Plugin Framework" introduced="6.2" purpose="mandatory">
       
   151         <unit version="3" bldFile="lowlevellibsandfws/pluginfw/Group" mrp="lowlevellibsandfws/pluginfw/Group/syslibs_ecom3.mrp"/>
       
   152       </component>
       
   153       <component id="apputils" name="Application Utilities" introduced="ER5" purpose="mandatory">
       
   154         <unit bldFile="lowlevellibsandfws/apputils/group" mrp="lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
       
   155       </component>
       
   156       <component id="genericusabilitylib" name="Generic Usability Library" introduced="^3" purpose="mandatory">
       
   157         <unit bldFile="lowlevellibsandfws/genericusabilitylib/group" mrp="lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
       
   158       </component>
       
   159     </collection>
       
   160     <collection id="ossrv_info" name="Generic OS Services Info" level="utilities">
       
   161       <component id="ossrv_test" filter="s60" purpose="development" name="Generic OS Services Test">
       
   162        <!-- is this needed? Can it be split up into tests for the individual packages? -->
       
   163         <!-- <unit bldFile="tsrc/group"/> -->
       
   164       </component>
       
   165       <component id="ossrv_build" filter="s60" name="Generic OS Services Build">
       
   166       <!-- exports should be moved to individual components -->
       
   167         <unit bldFile="group"/>
       
   168       </component>
       
   169       <component id="ossrv_plat" filter="s60" name="Generic OS Services Platform Interfaces" class="api">
       
   170         <unit bldFile="ossrv_plat/libutils/group"/>
       
   171       </component>
       
   172       <component id="ossrv_pub" filter="s60" name="Generic OS Services Public Interfaces" class="api">
       
   173         <unit bldFile="ossrv_pub/group"/>
       
   174         <!-- <unit bldFile="ossrv_pub/boost_apis/tsrc/group"/> -->
       
   175         <!-- <unit bldFile="ossrv_pub/glib_arrays/tsrc/group"/> -->
       
   176         <!-- <unit bldFile="ossrv_pub/ssl_general_api/tsrc/group"/> -->
       
   177         <!-- <unit bldFile="ossrv_pub/stl/tsrc/group"/> -->
       
   178       </component>
       
   179       <component id="ossrv_metadata" name="Generic OS Services Metadata" class="config" introduced="^2" purpose="development" target="desktop">
       
   180         <unit mrp="ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
       
   181       </component>
       
   182     </collection>
       
   183   </package>
       
   184 </SystemDefinition>