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