localconnectivityservice/obexreceiveservices/mtmuiinfrared/group/irmtmui.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     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 IrMtmUi.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          irmtmui.dll
       
    25 TARGETTYPE      dll
       
    26 TARGETPATH      SHARED_LIB_DIR
       
    27 UID             0x10004845 0x101F8635
       
    28 CAPABILITY      CAP_GENERAL_DLL
       
    29 VENDORID      	VID_DEFAULT
       
    30 
       
    31 SOURCEPATH	    ../data
       
    32 START RESOURCE irmtmui.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 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCE          irmtmui.cpp 
       
    44 SOURCE          irmtmuidata.cpp 
       
    45 SOURCE          irmtmuidll.cpp
       
    46 
       
    47 LIBRARY         obexutils.lib
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         msgs.lib
       
    50 LIBRARY         mtur.lib
       
    51 LIBRARY         muiu.lib
       
    52 LIBRARY         featmgr.lib
       
    53 DEBUGLIBRARY	flogger.lib
       
    54 
       
    55 // End of File