iaupdate/IAD/updater/updaterfiles/group/iaupdaterfiles.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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:   mmp file for iaupdaterdiles.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY      CAP_GENERAL_DLL
       
    22 
       
    23 TARGET          iaupdaterfiles.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x2000E1F5
       
    26 
       
    27 PAGED
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 // Controller files
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          iaupdaterfilelistfile.cpp
       
    36 SOURCE          iaupdaterfilelist.cpp
       
    37 SOURCE          iaupdaterfileinfo.cpp
       
    38 SOURCE          iaupdaterresultsfile.cpp
       
    39 SOURCE          iaupdaterresult.cpp
       
    40 SOURCE          iaupdateridentifier.cpp
       
    41 
       
    42 LIBRARY         bafl.lib
       
    43 LIBRARY	        efsrv.lib
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         estor.lib
       
    46 LIBRARY         sysutil.lib
       
    47 
       
    48 // For debugging purposes
       
    49 USERINCLUDE    ../../../engine/inc
       
    50 DEBUGLIBRARY    flogger.lib
       
    51 
       
    52 SMPSAFE