fotaapplication/FotaEngine/group/fotaengine.mmp
branchRCL_3
changeset 25 b183ec05bd8c
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 specification file for fotaengine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 //MACRO  _FOTA_DEBUG 
       
    24 //MACRO  _FOTA_DEBUG_RDEBUG
       
    25 
       
    26 TARGET          fotaengine.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x1000008d 0x102072C5
       
    29 
       
    30 CAPABILITY CAP_GENERAL_DLL
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 SOURCEPATH      ../SRC
       
    34 SOURCE          fotaengine.cpp
       
    35 //SOURCE          fotaengstream.cpp
       
    36 SOURCEPATH		../../inc
       
    37 SOURCE          FotaIPCTypes.cpp
       
    38 
       
    39 USERINCLUDE    ../INC  ../../inc ../../cenrep
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE		/epoc32/include/uiklaf/private
       
    43 
       
    44 LIBRARY         avkon.lib
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         estor.lib
       
    47 LIBRARY         apparc.lib
       
    48 LIBRARY         cone.lib
       
    49 LIBRARY         bafl.lib
       
    50 LIBRARY         apgrfx.lib
       
    51 LIBRARY         mtur.lib
       
    52 LIBRARY         eikcore.lib
       
    53 LIBRARY			efsrv.lib
       
    54 LIBRARY			ws32.lib			// wssession
       
    55 LIBRARY			centralrepository.lib
       
    56 LIBRARY	flogger.lib
       
    57 
       
    58 SMPSAFE
       
    59 
       
    60 //End of file