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