mobilemessaging/unieditor/mtm/bld/UniMtms.mmp
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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 UniMtms.dll.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // ...LOGGING - Turned on by default on debug binaries....
       
    25 //MACRO           USE_LOGGER    // UREL debugging support from code files
       
    26 //#define         USE_LOGGER    // UREL debugging support from mmp file
       
    27 //MACRO           USE_RDEBUG    // Turn on the logging via RDEBUG
       
    28 
       
    29 TARGET          unimtms.dll
       
    30 TARGETTYPE      dll
       
    31 UID             0x10004845 0x102072D6
       
    32 VENDORID        VID_DEFAULT
       
    33 CAPABILITY      CAP_GENERAL_DLL
       
    34 VERSION 	10.0
       
    35 PAGED
       
    36 
       
    37 SOURCEPATH  ../data
       
    38 
       
    39 START RESOURCE  UniRegistry.rss
       
    40 TARGET          uni.rsc
       
    41 TARGETPATH      MTM_INFO_FILE_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 START RESOURCE  UniMtms.rss
       
    46 TARGETPATH      MTM_RESOURCE_DIR
       
    47 HEADER
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 
       
    51 SOURCEPATH  ../src
       
    52 
       
    53 SOURCE UniMtmPanic.cpp
       
    54 SOURCE UniDummyServerMtm.cpp
       
    55 SOURCE UniClientMtm.cpp
       
    56 SOURCE UniMtmUi.cpp
       
    57 SOURCE UniMtmUiData.cpp
       
    58 SOURCE UniHeaders.cpp
       
    59 
       
    60 USERINCLUDE     ../inc
       
    61 USERINCLUDE     ../../inc
       
    62 
       
    63 SYSTEMINCLUDE   ../../../../inc
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 LIBRARY euser.lib   
       
    67 LIBRARY estor.lib
       
    68 LIBRARY efsrv.lib
       
    69 LIBRARY mtur.lib
       
    70 LIBRARY muiu.lib
       
    71 LIBRARY bafl.lib
       
    72 LIBRARY charconv.lib
       
    73 LIBRARY msgs.lib
       
    74 LIBRARY mmsgenutils.lib
       
    75 LIBRARY commonengine.lib
       
    76 LIBRARY aknskins.lib
       
    77 LIBRARY centralrepository.lib
       
    78 LIBRARY msgcommonutils.lib
       
    79 
       
    80 #ifdef USE_LOGGER
       
    81 LIBRARY                 flogger.lib
       
    82 #else
       
    83 DEBUGLIBRARY            flogger.lib
       
    84 #endif
       
    85 
       
    86 #if defined( ARMCC )
       
    87 deffile       ../eabi/UniMtms.def
       
    88 //#elif defined( WINSCW )
       
    89 //deffile       ../bwinscw/UniMtms.def
       
    90 #elif defined( WINS )
       
    91 DEFFILE       ../bwins/UniMtms.def
       
    92 #endif
       
    93 
       
    94 // End of file