iaupdate/IAD/updater/group/iaupdater.mmp
changeset 29 26b6f0522fd8
parent 0 ba25891c3a9e
child 44 329d304c1aa1
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
     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".
    54 LIBRARY         apgrfx.lib
    54 LIBRARY         apgrfx.lib
    55 LIBRARY         apmime.lib
    55 LIBRARY         apmime.lib
    56 LIBRARY         apparc.lib
    56 LIBRARY         apparc.lib
    57 LIBRARY         sisregistryclient.lib
    57 LIBRARY         sisregistryclient.lib
    58 LIBRARY         swinstcli.lib
    58 LIBRARY         swinstcli.lib
    59 LIBRARY         aknnotify.lib
       
    60 LIBRARY         bafl.lib 
       
    61 LIBRARY         estor.lib
    59 LIBRARY         estor.lib
    62 LIBRARY         commonengine.lib
    60 LIBRARY         commonengine.lib
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         ws32.lib 
    61 LIBRARY         ws32.lib 
    65 LIBRARY         ecom.lib
    62 LIBRARY         ecom.lib
    66 
    63 
    67 // Updater files dll
    64 // Updater files dll
    68 LIBRARY         iaupdaterfiles.lib
    65 LIBRARY         iaupdaterfiles.lib
    69 
    66 
    70 DEBUGLIBRARY    flogger.lib
    67 DEBUGLIBRARY    flogger.lib
    71 
    68 
    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
    69 // This is required to allow iaupdate to start the updater
    83 // by finding the updater EXE file name by using the UID value.
    70 // by finding the updater EXE file name by using the UID value.
    84 START RESOURCE  ../src/iaupdater_reg.rss
    71 START RESOURCE  ../src/iaupdater_reg.rss
    85 DEPENDS iaupdater.rsg
       
    86 TARGETPATH	    /private/10003a3f/apps
    72 TARGETPATH	    /private/10003a3f/apps
    87 END //RESOURCE
    73 END //RESOURCE
    88 
    74 
    89 SMPSAFE
    75 SMPSAFE
    90 
    76