serviceproviders/sapi_messaging/tsrc/testing/tmessagingtest/get_message_async/group/get_message_async.mmp
changeset 22 fc9cf246af83
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
       
     1 /*
       
     2 * Copyright (c) 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 the License "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 *
       
    16 */
       
    17 
       
    18 #include "../../../../../../group/sapiincludes.mmpi"
       
    19 
       
    20 TARGET          get_message_async.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E3
       
    23 
       
    24 EpocAllowDllData
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         get_message_async.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37 
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          get_message_async.cpp
       
    42 SOURCE          get_message_asyncBlocks.cpp
       
    43 
       
    44 //RESOURCE        resource_file
       
    45 //RESOURCE        resource_file2
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         stiftestinterface.lib
       
    49 LIBRARY         messagingservice.lib
       
    50 LIBRARY				bafl.lib 	
       
    51 LIBRARY           efsrv.lib
       
    52 LANG            SC
       
    53 
       
    54 /*
       
    55 START WINS      
       
    56 ?wins_specific_information
       
    57 END
       
    58 
       
    59 START MARM
       
    60 ?marm_specific_information
       
    61 END
       
    62 */
       
    63 // Other possible keywords:
       
    64  
       
    65 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    66 /*
       
    67 START BITMAP ?target
       
    68 TARGETPATH   ?emulated_path_on_target_machine
       
    69 HEADER
       
    70 SOURCE       ?color_depth ?source_bitmap
       
    71 END
       
    72 */
       
    73 // DEFFILE ?filename
       
    74 // AIF ?filename
       
    75 
       
    76 // End of File