iaupdate/IAD/updater/group/iaupdater.mmp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    32 UID             0x100039CE KIAUpdaterUid 
    32 UID             0x100039CE KIAUpdaterUid 
    33 SECUREID        KIAUpdaterUid
    33 SECUREID        KIAUpdaterUid
    34 
    34 
    35 MW_LAYER_SYSTEMINCLUDE
    35 MW_LAYER_SYSTEMINCLUDE
    36 
    36 
       
    37 SYSTEMINCLUDE     /epoc32/include/mw/hb
       
    38 SYSTEMINCLUDE     /epoc32/include/mw/hb/hbcore 
       
    39 SYSTEMINCLUDE     /epoc32/include/mw/hb/hbwidgets
       
    40 
    37 USERINCLUDE     ../inc
    41 USERINCLUDE     ../inc
    38 USERINCLUDE     ../updaterfiles/inc
    42 USERINCLUDE     ../updaterfiles/inc
    39 USERINCLUDE     ../../loc
    43 USERINCLUDE     ../../loc
    40 // Notice, that iaupdate engine headers are only needed
    44 // Notice, that iaupdate engine headers are only needed
    41 // for the debug logging. So, for normal purposes, the
    45 // for the debug logging. So, for normal purposes, the
    53 LIBRARY         efsrv.lib
    57 LIBRARY         efsrv.lib
    54 LIBRARY         apgrfx.lib
    58 LIBRARY         apgrfx.lib
    55 LIBRARY         apmime.lib
    59 LIBRARY         apmime.lib
    56 LIBRARY         apparc.lib
    60 LIBRARY         apparc.lib
    57 LIBRARY         sisregistryclient.lib
    61 LIBRARY         sisregistryclient.lib
    58 LIBRARY         swinstcli.lib
       
    59 LIBRARY         aknnotify.lib
       
    60 LIBRARY         bafl.lib 
       
    61 LIBRARY         estor.lib
    62 LIBRARY         estor.lib
    62 LIBRARY         commonengine.lib
    63 LIBRARY         commonengine.lib
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         ws32.lib 
    64 LIBRARY         ws32.lib 
    65 LIBRARY         ecom.lib
    65 LIBRARY         ecom.lib
       
    66 
       
    67 LIBRARY         sif.lib
       
    68 LIBRARY         hbcore.lib
       
    69 LIBRARY         hbwidgets.lib
    66 
    70 
    67 // Updater files dll
    71 // Updater files dll
    68 LIBRARY         iaupdaterfiles.lib
    72 LIBRARY         iaupdaterfiles.lib
    69 
    73 
    70 DEBUGLIBRARY    flogger.lib
    74 DEBUGLIBRARY    flogger.lib
    71 
    75 
    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
    76 // This is required to allow iaupdate to start the updater
    83 // by finding the updater EXE file name by using the UID value.
    77 // by finding the updater EXE file name by using the UID value.
    84 START RESOURCE  ../src/iaupdater_reg.rss
    78 START RESOURCE  ../src/iaupdater_reg.rss
    85 DEPENDS iaupdater.rsg
       
    86 TARGETPATH	    /private/10003a3f/apps
    79 TARGETPATH	    /private/10003a3f/apps
    87 END //RESOURCE
    80 END //RESOURCE
    88 
    81 
    89 SMPSAFE
    82 SMPSAFE
    90 
    83