startupservices/startupanimation/tsrc/TSanimengine/group/TSanimengine.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          TSanimengine.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         TSanimengine.def
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../inc
       
    40 USERINCLUDE     ../../../../../../inc
       
    41 USERINCLUDE     ../../../../sanimengine/inc
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 SOURCE          TSanimengine.cpp
       
    48 SOURCE          TSanimengineBlocks.cpp
       
    49 SOURCE          testwaiter.cpp
       
    50 
       
    51 //RESOURCE        resource_file
       
    52 //RESOURCE        resource_file2
       
    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 
       
    63 EPOCALLOWDLLDATA
       
    64 LANG            SC
       
    65 
       
    66 /*
       
    67 START WINS      
       
    68 ?wins_specific_information
       
    69 END
       
    70 
       
    71 START MARM
       
    72 ?marm_specific_information
       
    73 END
       
    74 */
       
    75 // Other possible keywords:
       
    76  
       
    77 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    78 /*
       
    79 START BITMAP ?target
       
    80 TARGETPATH   ?emulated_path_on_target_machine
       
    81 HEADER
       
    82 SOURCE       ?color_depth ?source_bitmap
       
    83 END
       
    84 */
       
    85 // DEFFILE ?filename
       
    86 // AIF ?filename
       
    87 
       
    88 // End of File