startupservices/startupanimation/tsrc/TSanimctrl/group/TSanimctrl.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          TSanimctrl.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         TSanimctrl.def
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 USERINCLUDE     ../../inc
       
    39 USERINCLUDE     ../../../../../../inc
       
    40 USERINCLUDE     ../../../../sanimengine/inc
       
    41 
       
    42 OS_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 
       
    46 SOURCE          TSanimctrl.cpp
       
    47 SOURCE          sanimmockview.cpp
       
    48 SOURCE          TSanimctrlBlocks.cpp testwaiter.cpp
       
    49 SOURCE          sanimctrlrootsuite.cpp             
       
    50 
       
    51 SYSTEMINCLUDE   /epoc32/include/mw/
       
    52 
       
    53 //RESOURCE        resource_file
       
    54 //RESOURCE        resource_file2
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         stiftestinterface.lib
       
    58 LIBRARY         stiftestengine.lib
       
    59 LIBRARY         centralrepository.lib
       
    60 LIBRARY         cone.lib
       
    61 LIBRARY         ecom.lib
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         sanimctrl.lib
       
    64 
       
    65 EPOCALLOWDLLDATA
       
    66 LANG            SC
       
    67 
       
    68 /*
       
    69 START WINS      
       
    70 ?wins_specific_information
       
    71 END
       
    72 
       
    73 START MARM
       
    74 ?marm_specific_information
       
    75 END
       
    76 
       
    77 //TARGET.EPOCALLOWDLLDATA=1
       
    78 
       
    79 
       
    80 
       
    81 */
       
    82 // Other possible keywords:
       
    83  
       
    84 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    85 /*
       
    86 START BITMAP ?target
       
    87 TARGETPATH   ?emulated_path_on_target_machine
       
    88 HEADER
       
    89 SOURCE       ?color_depth ?source_bitmap
       
    90 END
       
    91 */
       
    92 // DEFFILE ?filename
       
    93 // AIF ?filename
       
    94 
       
    95 // End of File