btobexprofiles/obexreceiveservices/mtmuibluetooth/group/btmtmui.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2002 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 BtMtmUi.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          btmtmui.dll
       
    25 TARGETTYPE      dll
       
    26 TARGETPATH 			SHARED_LIB_DIR 
       
    27 UID             0x10004845 0x101F8634
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID 				VID_DEFAULT
       
    30 
       
    31 SOURCEPATH	    ../data
       
    32 START RESOURCE btmtmui.rss
       
    33 TARGETPATH MTM_INFO_FILE_DIR
       
    34 HEADER
       
    35 LANGUAGE_IDS
       
    36 END
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 USERINCLUDE     ../inc
       
    40 SYSTEMINCLUDE  ../../../inc ../../../../inc  
       
    41 SYSTEMINCLUDE /epoc32/include/mw/hb/hbwidgets
       
    42 SYSTEMINCLUDE  /epoc32/include/mw/hb/hbcore
       
    43 
       
    44 #ifdef NO101APPDEPFIXES
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 #else   //NO101APPDEPFIXES
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 #endif  //NO101APPDEPFIXES
       
    49 
       
    50 SOURCE          btmtmuidll.cpp 
       
    51 SOURCE          btmtmuidata.cpp 
       
    52 SOURCE          btmtmui.cpp
       
    53 
       
    54 LIBRARY         obexutils.lib
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         msgs.lib
       
    57 LIBRARY         mtur.lib
       
    58 #ifdef NO101APPDEPFIXES
       
    59 LIBRARY         muiu.lib
       
    60 #endif  //NO101APPDEPFIXES
       
    61 LIBRARY         bluetooth.lib
       
    62 LIBRARY         btdevice.lib
       
    63 LIBRARY         btengdiscovery.lib
       
    64 DEBUGLIBRARY	flogger.lib
       
    65 
       
    66 // End of File