IM/group/IMApiTest.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-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 #if defined(__S60_)
       
    31     //To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    32     #include <platform_paths.hrh>
       
    33 #endif
       
    34 
       
    35 TARGET      IMApiTest.dll
       
    36 TARGETTYPE  dll
       
    37 DEFFILE     Demomodule.def
       
    38 
       
    39 CAPABILITY	ALL -TCB
       
    40 VENDORID 	0x101FB657
       
    41 SECUREID        0x102073DB
       
    42 
       
    43 LIBRARY     commdb.lib 
       
    44 LIBRARY     euser.lib
       
    45 LIBRARY     stiftestinterface.lib
       
    46 LIBRARY       ECom.lib
       
    47 LIBRARY       bafl.lib
       
    48 LIBRARY       cntmodel.lib 
       
    49 LIBRARY       flogger.lib
       
    50 LIBRARY       efsrv.lib
       
    51 LIBRARY       estor.lib       // ReadStream
       
    52 
       
    53 
       
    54 SOURCEPATH      ../src
       
    55 SOURCE          IMApiTest.cpp
       
    56 SOURCE          IMApiTestCases.cpp
       
    57 SOURCE          IMApiMTHandlers.cpp
       
    58 SOURCE          TestRunner.cpp
       
    59 SOURCE          ParserUtils.cpp
       
    60 
       
    61 
       
    62 USERINCLUDE     ../inc 
       
    63 //USERINCLUDE     ../../inc
       
    64 
       
    65 #if defined(__S60_)
       
    66     APP_LAYER_SYSTEMINCLUDE
       
    67 #else
       
    68    	SYSTEMINCLUDE   /epoc32/include/ecom
       
    69 #endif
       
    70 
       
    71 
       
    72 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    73 UID             0x1000008D 0x101FB3E7
       
    74 // End of File