IMPSengine/tsrc/public/advance/group/IMApiTest.mmp
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002 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:  STIF TestFramework's IMApiTest
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 /*
       
    22 -------------------------------------------------------------------------------
       
    23 
       
    24     DESCRIPTION
       
    25 
       
    26     MMP file for STIF Test Framework's IMApiTest.
       
    27 
       
    28 -------------------------------------------------------------------------------
       
    29 */
       
    30 #include <platform_paths.hrh>
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 TARGET      IMApiTest.dll
       
    35 TARGETTYPE  dll
       
    36 DEFFILE     Demomodule.def
       
    37 
       
    38 CAPABILITY	ALL -TCB
       
    39 VENDORID 	0x101FB657
       
    40 SECUREID        0x102073DB
       
    41 
       
    42 LIBRARY     commdb.lib 
       
    43 LIBRARY     euser.lib
       
    44 LIBRARY     stiftestinterface.lib
       
    45 LIBRARY       ECom.lib
       
    46 LIBRARY       bafl.lib
       
    47 LIBRARY       cntmodel.lib 
       
    48 LIBRARY       flogger.lib
       
    49 LIBRARY       efsrv.lib
       
    50 LIBRARY       estor.lib       // ReadStream
       
    51 
       
    52 
       
    53 SOURCEPATH      ../src
       
    54 SOURCE          IMApiTest.cpp
       
    55 SOURCE          IMApiTestCases.cpp
       
    56 SOURCE          IMApiMTHandlers.cpp
       
    57 SOURCE          TestRunner.cpp
       
    58 SOURCE          ParserUtils.cpp
       
    59 
       
    60 
       
    61 USERINCLUDE     ../inc 
       
    62 //USERINCLUDE     ../../inc
       
    63 
       
    64 
       
    65    	SYSTEMINCLUDE   /epoc32/include/ecom
       
    66 
       
    67 
       
    68 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    69 UID             0x1000008D 0x101FB3E7
       
    70 // End of File