messagingfw/deprecate/send_ui_api/tsrc/bc/group/SendUIAPITest.mmp
branchRCL_3
changeset 22 d2c4c66342f3
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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:   SendUIAPITest.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          SendUIAPITest.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E8
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 VENDORID     VID_DEFAULT
       
    29 
       
    30 //TARGETPATH      ?target_path
       
    31 DEFFILE         SendUIAPITest.def
       
    32 
       
    33 USERINCLUDE     ../inc 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          SendUIAPITest.cpp
       
    39 SOURCE          SendUIAPITestBlocks.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         stiftestinterface.lib
       
    43 LIBRARY         stiftestengine.lib
       
    44 LIBRARY         SENDUI.lib
       
    45 //LIBRARY         SenduiDataUtils.lib
       
    46 //LIBRARY         ServiceHandler.lib
       
    47 LIBRARY         cone.lib
       
    48 LIBRARY         ecom.lib
       
    49 LIBRARY 		bafl.lib 
       
    50 LIBRARY			eikcore.lib 
       
    51 LIBRARY	        etext.lib 
       
    52 LIBRARY	  		efsrv.lib 
       
    53 LIBRARY	 		estor.lib 
       
    54 
       
    55 
       
    56 
       
    57 LANG            SC
       
    58 
       
    59 /*
       
    60 START WINS      
       
    61 ?wins_specific_information
       
    62 END
       
    63 
       
    64 START MARM
       
    65 ?marm_specific_information
       
    66 END
       
    67 */
       
    68 // Other possible keywords:
       
    69  
       
    70 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    71 /*
       
    72 START BITMAP ?target
       
    73 TARGETPATH   ?emulated_path_on_target_machine
       
    74 HEADER
       
    75 SOURCE       ?color_depth ?source_bitmap
       
    76 END
       
    77 */
       
    78 // DEFFILE ?filename
       
    79 // AIF ?filename
       
    80 
       
    81 // End of File