startupservices/startupanimation/tsrc/Tsanimihl/group/Tsanimihl.mmp
changeset 77 b01c07dfcf84
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
       
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: MMP file for STIF Test Framework's TestScripter 
       
    16 * testclass test module.
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 SMPSAFE
       
    23 
       
    24 TARGET          Tsanimihl.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         Tsanimihl.def
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 
       
    39 OS_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          Tsanimihl.cpp
       
    44 SOURCE          TsanimihlBlocks.cpp
       
    45 SOURCE 		    testWaiter.cpp
       
    46 
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../../inc
       
    50 USERINCLUDE     ../../../../../../inc
       
    51 USERINCLUDE     ../../../../sanimengine/inc
       
    52 
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         stiftestinterface.lib
       
    56 LIBRARY         stiftestengine.lib
       
    57 LIBRARY         ecom.lib
       
    58 LIBRARY         efsrv.lib
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         sanimengine.lib
       
    61 
       
    62 EPOCALLOWDLLDATA
       
    63 LANG            SC
       
    64 
       
    65 /*
       
    66 START WINS      
       
    67 ?wins_specific_information
       
    68 END
       
    69 
       
    70 START MARM
       
    71 ?marm_specific_information
       
    72 END
       
    73 */
       
    74 // Other possible keywords:
       
    75  
       
    76 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    77 /*
       
    78 START BITMAP ?target
       
    79 TARGETPATH   ?emulated_path_on_target_machine
       
    80 HEADER
       
    81 SOURCE       ?color_depth ?source_bitmap
       
    82 END
       
    83 */
       
    84 // DEFFILE ?filename
       
    85 // AIF ?filename
       
    86 
       
    87 // End of File