iaupdate/IAD/updater/group/iaupdater.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2007-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:   mmp file for iaupdater.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh> 
       
    21 #include "../inc/iaupdateruids.h"
       
    22 
       
    23 CAPABILITY      AllFiles ReadDeviceData ReadUserData TrustedUI PowerMgmt
       
    24 VENDORID        VID_DEFAULT   
       
    25 
       
    26 PAGED
       
    27 
       
    28 TARGETPATH      /sys/bin
       
    29 TARGET          iaupdater.exe
       
    30 TARGETTYPE      exe
       
    31 
       
    32 UID             0x100039CE KIAUpdaterUid 
       
    33 SECUREID        KIAUpdaterUid
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../updaterfiles/inc
       
    39 USERINCLUDE     ../../loc
       
    40 // Notice, that iaupdate engine headers are only needed
       
    41 // for the debug logging. So, for normal purposes, the
       
    42 // updater is independend from the IAD itself.
       
    43 USERINCLUDE     ../../engine/inc
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 SOURCE          iaupdater.cpp
       
    47 SOURCE          iaupdatermngr.cpp 
       
    48 SOURCE          iaupdaterinstaller.cpp
       
    49 SOURCE          iaupdaterdialog.cpp
       
    50 SOURCE          iaupdatersilentlauncher.cpp
       
    51 
       
    52 LIBRARY         euser.lib 
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         apgrfx.lib
       
    55 LIBRARY         apmime.lib
       
    56 LIBRARY         apparc.lib
       
    57 LIBRARY         sisregistryclient.lib
       
    58 LIBRARY         swinstcli.lib
       
    59 LIBRARY         aknnotify.lib
       
    60 LIBRARY         bafl.lib 
       
    61 LIBRARY         estor.lib
       
    62 LIBRARY         commonengine.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         ws32.lib 
       
    65 LIBRARY         ecom.lib
       
    66 
       
    67 // Updater files dll
       
    68 LIBRARY         iaupdaterfiles.lib
       
    69 
       
    70 DEBUGLIBRARY    flogger.lib
       
    71 
       
    72 START RESOURCE  ../src/iaupdater.rss
       
    73 HEADER
       
    74 TARGETPATH      APP_RESOURCE_DIR
       
    75 #ifdef __S60_32__
       
    76 LANG            SC
       
    77 #else
       
    78 LANGUAGE_IDS
       
    79 #endif
       
    80 END
       
    81 
       
    82 // This is required to allow iaupdate to start the updater
       
    83 // by finding the updater EXE file name by using the UID value.
       
    84 START RESOURCE  ../src/iaupdater_reg.rss
       
    85 DEPENDS iaupdater.rsg
       
    86 TARGETPATH	    /private/10003a3f/apps
       
    87 END //RESOURCE
       
    88 
       
    89 SMPSAFE
       
    90 
       
    91 //EOF