appinstaller/AppinstUi/group/bld.inf
changeset 80 9dcba1ee99f7
parent 33 8110bf1194d1
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
    13 *
    13 *
    14 * Description:   Build information file for AppInstUI component
    14 * Description:   Build information file for AppInstUI component
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <platform_paths.hrh>
    18 #include <platform_paths.hrh>
    20 PRJ_PLATFORMS
       
    21 DEFAULT
       
    22 
    19 
    23 PRJ_EXPORTS
    20 PRJ_EXPORTS
       
    21 ../conf/s60swinstalleruis.confml            MW_LAYER_CONFML( s60swinstalleruis.confml )
       
    22 ../conf/s60swinstalleruis_101FD64D.crml     MW_LAYER_CRML( s60swinstalleruis_101FD64D.crml )
       
    23 ../conf/s60swinstalleruis_101FD64E.crml     MW_LAYER_CRML( s60swinstalleruis_101FD64E.crml )
    24 
    24 
    25 //Configuration tool migration
    25 #include "../daemon/group/bld.inf"
    26 ../conf/s60swinstalleruis.confml           MW_LAYER_CONFML(s60swinstalleruis.confml)
       
    27 ../conf/s60swinstalleruis_101FD64D.crml    MW_LAYER_CRML(s60swinstalleruis_101FD64D.crml)
       
    28 ../conf/s60swinstalleruis_101FD64E.crml 	 MW_LAYER_CRML(s60swinstalleruis_101FD64E.crml)
       
    29 
       
    30 ../Plugin/Tasks/LogTask/Data/10207216.SPD z:/private/100012a5/policy/10207216.spd
       
    31 
       
    32 backup_registration.xml z:/private/101F875A/backup_registration.xml
       
    33 
       
    34 // export iby files
       
    35 ../rom/AppInstUI.iby            CORE_MW_LAYER_IBY_EXPORT_PATH( AppInstUI.iby )
       
    36 ../rom/AppInstResources.iby     LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( AppInstResources.iby )
       
    37 
       
    38 PRJ_EXTENSIONS
       
    39 START EXTENSION s60/mifconv
       
    40   OPTION TARGETFILE swinstsvrui_aif.mif
       
    41   OPTION SOURCES -c8,8 qgn_menu_am
       
    42 END
       
    43 
       
    44 
       
    45 PRJ_MMPFILES
       
    46 /*
       
    47 #ifdef __SCALABLE_ICONS
       
    48   gnumakefile SWInst_icons_aif_scalable_dc.mk
       
    49 #else
       
    50   gnumakefile SWInst_icons_aif_bitmaps_dc.mk
       
    51 #endif
       
    52 */
       
    53 // Server client
       
    54 SWInstCli.mmp
       
    55 
       
    56 // TaskManager
       
    57 SWInstTaskManager.mmp
       
    58 
       
    59 // CommonUI
       
    60 SWInstCommonUI.mmp
       
    61 
       
    62 // Server
       
    63 SWInstSvrUI.mmp
       
    64 
       
    65 #ifdef __INSTALLER_SISX
       
    66   // Sisx UI
       
    67 SisxUI.mmp
       
    68 #endif
       
    69 
       
    70 #ifdef __EXTENDED_STARTUP
       
    71   // StartupTask
       
    72 SWInstStartupTask.mmp
       
    73 #endif
       
    74 
       
    75 // LogTask
       
    76 SWInstLogTask.mmp
       
    77 
       
    78 // FileTask
       
    79 SWInstFileTask.mmp
       
    80 
       
    81 // Daemon
       
    82 daemon.mmp 
       
    83 
       
    84 // SISX SIF plugin
       
    85 #include "../sisxsifplugin/group/bld.inf"
    26 #include "../sisxsifplugin/group/bld.inf"
    86 
       
    87 // Startup list updater
       
    88 #include "../startuplistupdater/group/bld.inf"
    27 #include "../startuplistupdater/group/bld.inf"
    89 
    28 
       
    29 // TODO: remove when swinstcli.dll is not used any more
       
    30 #include "../swinstcli_stub/group/bld.inf"
       
    31