iaupdate/IAD/backgroundchecker/group/iaupdatebg.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:   Project definition file for background checker
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET              iaupdatebg.exe
       
    23 TARGETTYPE          exe
       
    24 UID                 0x00000000 0x200211f4
       
    25 
       
    26 VENDORID            VID_DEFAULT
       
    27 CAPABILITY          CAP_APPLICATION AllFiles
       
    28 
       
    29 PAGED
       
    30 
       
    31 USERINCLUDE         ../inc
       
    32 USERINCLUDE         ../../ui/inc
       
    33 USERINCLUDE         ../../firmwareupdate/inc
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SOURCEPATH          ../src
       
    38 SOURCE              iaupdatebgmain.cpp
       
    39 SOURCE              iaupdatebgrefreshtimer.cpp
       
    40 SOURCE              iaupdatebgremindertimer.cpp
       
    41 SOURCE              iaupdatebgcontrollerfile.cpp
       
    42 SOURCE              iaupdatebgfirsttimehandler.cpp
       
    43 SOURCE              iaupdatebginternalfilehandler.cpp
       
    44 SOURCE              iaupdatebgsoftnotification.cpp
       
    45 
       
    46 
       
    47 
       
    48 LIBRARY             euser.lib 
       
    49 LIBRARY             centralrepository.lib 
       
    50 LIBRARY             iaupdateapi.lib 
       
    51 LIBRARY             ws32.lib 
       
    52 LIBRARY             apgrfx.lib 
       
    53 LIBRARY             Aknnotify.lib 
       
    54 LIBRARY             AknNotifyPlugin.lib
       
    55 LIBRARY             efsrv.lib	
       
    56 LIBRARY             bafl.lib 
       
    57 LIBRARY             estor.lib
       
    58 LIBRARY             CenRepNotifHandler.lib
       
    59 LIBRARY             apparc.lib 
       
    60 LIBRARY             AknDynamicSoftNote.lib
       
    61 LIBRARY             commonengine.lib
       
    62 LIBRARY             sysversioninfo.lib
       
    63 LIBRARY             FeatMgr.lib
       
    64 DEBUGLIBRARY 	    flogger.lib
       
    65 
       
    66 SMPSAFE
       
    67