iaupdate/IAD/updater/group/iaupdater.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 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 
       
    41 USERINCLUDE     ../inc
    37 USERINCLUDE     ../inc
    42 USERINCLUDE     ../updaterfiles/inc
    38 USERINCLUDE     ../updaterfiles/inc
    43 USERINCLUDE     ../../loc
    39 USERINCLUDE     ../../loc
    44 // Notice, that iaupdate engine headers are only needed
    40 // Notice, that iaupdate engine headers are only needed
    45 // for the debug logging. So, for normal purposes, the
    41 // for the debug logging. So, for normal purposes, the
    57 LIBRARY         efsrv.lib
    53 LIBRARY         efsrv.lib
    58 LIBRARY         apgrfx.lib
    54 LIBRARY         apgrfx.lib
    59 LIBRARY         apmime.lib
    55 LIBRARY         apmime.lib
    60 LIBRARY         apparc.lib
    56 LIBRARY         apparc.lib
    61 LIBRARY         sisregistryclient.lib
    57 LIBRARY         sisregistryclient.lib
       
    58 LIBRARY         swinstcli.lib
       
    59 LIBRARY         aknnotify.lib
       
    60 LIBRARY         bafl.lib 
    62 LIBRARY         estor.lib
    61 LIBRARY         estor.lib
    63 LIBRARY         commonengine.lib
    62 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
       
    70 
    66 
    71 // Updater files dll
    67 // Updater files dll
    72 LIBRARY         iaupdaterfiles.lib
    68 LIBRARY         iaupdaterfiles.lib
    73 
    69 
    74 DEBUGLIBRARY    flogger.lib
    70 DEBUGLIBRARY    flogger.lib
    75 
    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 
    76 // This is required to allow iaupdate to start the updater
    82 // This is required to allow iaupdate to start the updater
    77 // by finding the updater EXE file name by using the UID value.
    83 // by finding the updater EXE file name by using the UID value.
    78 START RESOURCE  ../src/iaupdater_reg.rss
    84 START RESOURCE  ../src/iaupdater_reg.rss
       
    85 DEPENDS iaupdater.rsg
    79 TARGETPATH	    /private/10003a3f/apps
    86 TARGETPATH	    /private/10003a3f/apps
    80 END //RESOURCE
    87 END //RESOURCE
    81 
    88 
    82 SMPSAFE
    89 SMPSAFE
    83 
    90