iaupdate/IAD/tools/group/iaupdatetools.mmp
branchRCL_3
changeset 25 7333d7932ef7
parent 24 5cc91383ab1e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     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 of iaupdatetools.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 
       
    25 TARGET          iaupdatetools.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x20019596
       
    28 
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          iaupdatetools.cpp
       
    33 
       
    34 // Client header files
       
    35 USERINCLUDE     ../inc
       
    36 
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 LIBRARY         iaupdateapi.lib
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         estor.lib
       
    43 LIBRARY         avkon.lib
       
    44 LIBRARY         apparc.lib
       
    45 LIBRARY         eikcore.lib
       
    46 LIBRARY         cone.lib
       
    47 
       
    48 // For debugging and logging purposes
       
    49 USERINCLUDE     ../../engine/inc
       
    50 DEBUGLIBRARY    flogger.lib
       
    51 
       
    52 SMPSAFE