mmsengine/mmsmessage/bld/mmsmessage.mmp
changeset 31 ebfee66fde93
child 47 5b14749788d7
child 70 a15d9966050f
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     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 mmsutils.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mmsmessage.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d 0x100058E0
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 VERSION 	10.0
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          mmsmessagemain.cpp
       
    34 SOURCE          mmsheaders.cpp
       
    35 SOURCE          mmsmessageoperation.cpp
       
    36 SOURCE          mmssendingchain.cpp
       
    37 SOURCE          mmselementdescriptor.cpp
       
    38 SOURCE          mmsmmboxflags.cpp
       
    39 SOURCE          mmsmmboxmessageheaders.cpp
       
    40 SOURCE          mmsmmboxviewheaders.cpp
       
    41 SOURCE          mmsdeleteresultarray.cpp
       
    42 SOURCE          mmscliententry.cpp
       
    43 SOURCE          mmsserverentry.cpp
       
    44 SOURCE          mmsdrm.cpp
       
    45 //SOURCE          mmsownnumber.cpp
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../../inc
       
    49 USERINCLUDE     ../../mmsconninit/inc
       
    50 USERINCLUDE     ../../mmscodec/inc
       
    51 USERINCLUDE     ../../mmsserversettings/inc
       
    52 USERINCLUDE     ../../mmsserver/inc
       
    53 
       
    54 SYSTEMINCLUDE   ../../../inc
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         estor.lib
       
    59 LIBRARY         msgs.lib
       
    60 LIBRARY         bafl.lib
       
    61 LIBRARY         efsrv.lib
       
    62 LIBRARY         mmsgenutils.lib
       
    63 LIBRARY         mmsserversettings.lib
       
    64 LIBRARY         charconv.lib
       
    65 LIBRARY         centralrepository.lib
       
    66 //LIBRARY         VPbkEng.lib
       
    67 
       
    68 LIBRARY         caf.lib
       
    69 LIBRARY         cafutils.lib
       
    70 LIBRARY         drmrights.lib
       
    71 
       
    72 DEBUGLIBRARY    flogger.lib
       
    73 
       
    74 #if defined(ARMCC)
       
    75 deffile       ../eabi/mmsmessage.def
       
    76 #elif defined( WINS )
       
    77 DEFFILE       ../bwins/wins.def
       
    78 #endif
       
    79 
       
    80 //  End of File