mediamgmt/group/MediaMgmtSmokeTestModule.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 the License "Symbian Foundation License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.symbianfoundation.org/legal/sfl-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 TARGET          MediaMgmtSmokeTestModule.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         MediaMgmtSmokeTestModule.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          MediaMgmtSmokeTestModule.cpp
       
    42 SOURCE          MediaMgmtSmokeTestModuleBlocks.cpp MediaMgmtObserver.cpp
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY			bafl.lib
       
    46 LIBRARY         stiftestinterface.lib
       
    47 LIBRARY         stiftestengine.lib
       
    48 LIBRARY			MGFetch.lib
       
    49 
       
    50 LANG            SC
       
    51 
       
    52 /*
       
    53 START WINS      
       
    54 ?wins_specific_information
       
    55 END
       
    56 
       
    57 START MARM
       
    58 ?marm_specific_information
       
    59 END
       
    60 */
       
    61 // Other possible keywords:
       
    62  
       
    63 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    64 /*
       
    65 START BITMAP ?target
       
    66 TARGETPATH   ?emulated_path_on_target_machine
       
    67 HEADER
       
    68 SOURCE       ?color_depth ?source_bitmap
       
    69 END
       
    70 */
       
    71 // DEFFILE ?filename
       
    72 // AIF ?filename
       
    73 
       
    74 // End of File