messagingfw/deprecate/send_ui_plugin_api/tsrc/group/SendUiPluginAPITest.mmp
branchRCL_3
changeset 22 d2c4c66342f3
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
       
     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:   SendUiPluginAPITest.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          SendUiPluginAPITest.dll
       
    26 TARGETTYPE      dll
       
    27 UID 0x1000008D 0x101FB3EF
       
    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         SendUiPluginAPITest.def
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 APP_LAYER_SYSTEMINCLUDE 
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          SendUiPluginAPITest.cpp
       
    44 SOURCE          SendUiPluginAPITestBlocks.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			cone.lib
       
    53 LIBRARY			sendui.lib
       
    54 LIBRARY			ecom.lib
       
    55 
       
    56 LANG            SC
       
    57 
       
    58 /*
       
    59 START WINS      
       
    60 ?wins_specific_information
       
    61 END
       
    62 
       
    63 START MARM
       
    64 ?marm_specific_information
       
    65 END
       
    66 */
       
    67 // Other possible keywords:
       
    68  
       
    69 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    70 /*
       
    71 START BITMAP ?target
       
    72 TARGETPATH   ?emulated_path_on_target_machine
       
    73 HEADER
       
    74 SOURCE       ?color_depth ?source_bitmap
       
    75 END
       
    76 */
       
    77 // DEFFILE ?filename
       
    78 // AIF ?filename
       
    79 
       
    80 // End of File