mmsengine/mmsserversettings/bld/mmsserversettings.mmp
changeset 31 ebfee66fde93
child 47 5b14749788d7
child 72 6f657153cbc5
equal deleted inserted replaced
30:6a20128ce557 31:ebfee66fde93
       
     1 /*
       
     2 * Copyright (c) 2004-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 mmsserversettings.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mmsserversettings.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008d 0x101FB0DB
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 VERSION 	10.0
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 
       
    33 SOURCE          mmsaccount.cpp mmssettings.cpp mmsschedulesettingsutils.cpp mmsmessagestoreutils.cpp mmsregisteredapplications.cpp
       
    34 
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../inc
       
    38 USERINCLUDE     ../../mmsconninit/inc
       
    39 
       
    40 SYSTEMINCLUDE   ../../../inc
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 DEBUGLIBRARY    flogger.lib
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         schsend.lib
       
    46 LIBRARY         msgs.lib
       
    47 LIBRARY         estor.lib
       
    48 LIBRARY         centralrepository.lib
       
    49 LIBRARY         efsrv.lib 
       
    50 LIBRARY         mmsconninit.lib
       
    51 LIBRARY			bafl.lib 
       
    52 
       
    53 #if defined( ARMCC )
       
    54 deffile         ../eabi/mmsserversettings.def
       
    55 #elif defined( WINSCW )
       
    56 deffile         ../bwinscw/mmsserversettings.def
       
    57 #endif
       
    58 
       
    59 //  End of File