appinstaller/AppinstUi/group/bld.inf
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Build information file for AppInstUI component
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 PRJ_PLATFORMS
       
    21 DEFAULT
       
    22 
       
    23 PRJ_EXPORTS
       
    24 
       
    25 //Configuration tool migration
       
    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 //  End of File
       
    85 
       
    86