mmsengine/mmsconninit/bld/mmsconninit.mmp
changeset 0 72b543305e3a
child 67 fc91263aee62
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:  
       
    15 *     This is project specification file for the mmsconninit.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mmsconninit.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008d 0x101F4694
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 VERSION 	10.0
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../src 
       
    32 
       
    33 // Comment out the following two lines if logging not needed anymore
       
    34 // Debug wersion will log in any case (overrides the flag setting)
       
    35 //MACRO _MMSCONNINIT_LOGGING_
       
    36 //#define _MMSCONNINIT_LOGGING_
       
    37 
       
    38 SOURCE          mmsconninit.cpp
       
    39 SOURCE          MmsPhoneClient.CPP
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../mmsserver/inc
       
    43 SYSTEMINCLUDE   ../../../inc
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   /epoc32/include/libc 
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         commdb.lib
       
    49 LIBRARY         esock.lib
       
    50 LIBRARY         etelmm.lib
       
    51 LIBRARY         etel.lib
       
    52 
       
    53 #ifdef _MMSCONNINIT_LOGGING_
       
    54 LIBRARY         flogger.lib
       
    55 #else
       
    56 DEBUGLIBRARY    flogger.lib
       
    57 #endif
       
    58 
       
    59 //  End of File