iaupdate/IAD/api/group/iaupdateapi.mmp
branchRCL_3
changeset 66 8b7f4e561641
parent 0 ba25891c3a9e
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
       
     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:   Project definition file of iaupdateapi.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 
       
    25 TARGET          iaupdateapi.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x2000F85C
       
    28 VERSION         10.1
       
    29 
       
    30 PAGED
       
    31 
       
    32 
       
    33 // API source files
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          iaupdate.cpp
       
    36 SOURCE          iaupdateparameters.cpp
       
    37 SOURCE          iaupdateresult.cpp
       
    38 
       
    39 // Client header files
       
    40 USERINCLUDE     ../client/inc
       
    41 
       
    42 // Client source files
       
    43 SOURCEPATH      ../client/src
       
    44 SOURCE          iaupdateclient.cpp
       
    45 SOURCE          iaupdatemanager.cpp
       
    46 
       
    47 // Client uses IAD UI services.
       
    48 // So, IAD UID information is required.
       
    49 USERINCLUDE     ../../ui/inc
       
    50 // for iaupdatetools methods
       
    51 USERINCLUDE     ../../tools/inc
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         iaupdatetools.lib
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         estor.lib
       
    58 LIBRARY         avkon.lib
       
    59 LIBRARY         apparc.lib
       
    60 LIBRARY         eikcore.lib
       
    61 LIBRARY         cone.lib
       
    62 LIBRARY         ws32.lib
       
    63 LIBRARY         apgrfx.lib
       
    64 
       
    65 // For debugging and logging purposes
       
    66 USERINCLUDE     ../../engine/inc
       
    67 DEBUGLIBRARY    flogger.lib
       
    68 
       
    69 SMPSAFE