mmsengine/mmspushhandler/bld/mmspushhandler.mmp
changeset 0 72b543305e3a
child 26 ebe688cedc25
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-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:   This is project specification file for the mmspushhandler.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          mmspushhandler.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 // uid2 specifies an ECOM dll, uid3 specifies a unique identifier for dll
       
    26 UID             0x10009D8D 0x101F4693
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 VERSION 	10.0
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          CMmsPushHandler.cpp
       
    34 
       
    35 START RESOURCE 101F4693.rss
       
    36 TARGET         mmspushhandler.rsc
       
    37 END
       
    38 
       
    39 
       
    40 // INCLUDES
       
    41 SYSTEMINCLUDE   ../../../inc
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 SYSTEMINCLUDE   /epoc32/include/push
       
    44 SYSTEMINCLUDE   /epoc32/include/ecom
       
    45 SYSTEMINCLUDE   /epoc32/include/libc
       
    46 
       
    47 
       
    48 // Nokia CF specifc non-public
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../../inc
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         msgs.lib
       
    55 LIBRARY         wappushutils.lib
       
    56 LIBRARY         mmsgenutils.lib			
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY		estor.lib
       
    59 DEBUGLIBRARY    flogger.lib