fotaapplication/group/bld.inf
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
    14 * Description: Implementation of fotaapplication component
    14 * Description: Implementation of fotaapplication component
    15 * 	This is part of fotaapplication.
    15 * 	This is part of fotaapplication.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 PRJ_PLATFORMS
    19 
    20 DEFAULT
       
    21 
    20 
    22 #ifdef __SYNCML_DM_FOTA
    21 #ifdef __SYNCML_DM_FOTA
    23 
    22 #include "../fotaserver/group/bld.inf"
    24 PRJ_EXPORTS
       
    25 ../rom/fotaserver.iby																							CORE_MW_LAYER_IBY_EXPORT_PATH(fotaserver.iby)
       
    26 ../rom/fotaserverresources.iby																		LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(fotaserverresources.iby)
       
    27 
       
    28 
       
    29 // Generic configuration interface for component cenrep settings  
       
    30 ../conf/fotadiskstorage.confml                    MW_LAYER_CONFML(fotadiskstorage.confml)
       
    31 ../conf/CI_fotadiskstorage.confml                    MW_LAYER_CONFML(CI_fotadiskstorage.confml)
       
    32 ../conf/fotadiskstorage_102072C6.crml 	        MW_LAYER_CRML(fotadiskstorage_102072C6.crml)
       
    33 ../conf/fotaserver.confml                    MW_LAYER_CONFML(fotaserver.confml)
       
    34 ../conf/CI_fotaserver.confml                    MW_LAYER_CONFML(CI_fotaserver.confml)
       
    35 ../conf/fotaserver_102072C4.crml 	        MW_LAYER_CRML(fotaserver_102072C4.crml)
       
    36 
       
    37 PRJ_EXTENSIONS
       
    38 START EXTENSION s60/mifconv
       
    39   OPTION TARGETFILE fotaserver.mif
       
    40   OPTION HEADERFILE fotaserver.mbg
       
    41   OPTION SOURCES \
       
    42 	  -c8,8 qgn_prop_sml_http -c8,8 qgn_prop_sml_http_off -c8,8 qgn_prop_sml_bt \
       
    43 	  -c8,8 qgn_prop_sml_bt_off -c8,8 qgn_prop_sml_usb -c8,8 qgn_prop_sml_usb_off \
       
    44 	  -c8,8 qgn_menu_dm_cxt -c8,8 qgn_menu_dm_disabled_cxt -c8,8 qgn_note_sml \
       
    45 	  -c8,8 qgn_note_sml_server	  
       
    46 END
       
    47 
       
    48 START EXTENSION s60/mifconv
       
    49   OPTION TARGETFILE fotaserver_aif.mif
       
    50   OPTION SOURCES -c8,8 qgn_menu_dm
       
    51 END
       
    52 
       
    53 
       
    54 PRJ_MMPFILES
       
    55 
       
    56 ../FotaEngine/group/fotaengine.mmp
       
    57 ../fmsclient/group/fmsclient.mmp
       
    58 ../fmserver/group/fmsserver.mmp
       
    59 ../FotaScheduleHandler/group/fotaschedulehandler.mmp
       
    60 
       
    61 #endif
    23 #endif
    62 
    24 
    63 #if ( defined (__SYNCML_DM ) || defined (__PLUG_AND_PLAY_MOBILE_SERVICES) )
    25 #if ( defined (__SYNCML_DM ) || defined (__PLUG_AND_PLAY_MOBILE_SERVICES) )
    64 #include "../fotacustcmds/group/bld.inf"
    26 #include "../fotaserver/fotacustcmds/group/bld.inf"
    65 #endif
    27 #endif