mediasettings/mediasettingsengine/tsrc/mediasettingsenginetest/group/mpxmediasettingsenginetest.mmp
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2009 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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description:   MMP file for STIF Test Framework's TestScripter*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          mpxmediasettingsenginetest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    27 // VENDORID     0x00000000
       
    28 /* Remove comments and replace 0x00000000 with correct secure id */
       
    29 // SECUREID     0x00000000
       
    30 
       
    31 //TARGETPATH      ?target_path
       
    32 DEFFILE         mpxmediasettingsenginetest.def
       
    33 
       
    34 USERINCLUDE     ../inc 
       
    35 USERINCLUDE		../../../inc
       
    36 USERINCLUDE     ../../../../../tsrc/VCXTestCommon/inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   /epoc32/include/ecom
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          mpxmediasettingsenginetest.cpp
       
    43 SOURCE          mpxmediasettingsenginetestBlocks.cpp
       
    44 
       
    45 //RESOURCE        resource_file
       
    46 //RESOURCE        resource_file2
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 LIBRARY         stiftestengine.lib
       
    51 LIBRARY         Flogger.lib
       
    52 
       
    53 LIBRARY         MMFCONTROLLERFRAMEWORK.LIB
       
    54 LIBRARY         charconv.lib
       
    55 LIBRARY         MPSettEngine.lib
       
    56 LIBRARY         apengine.lib
       
    57 LIBRARY         commdb.lib
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         efsrv.lib
       
    60 LIBRARY			CentralRepository.lib
       
    61 LIBRARY         ecom.lib
       
    62 LIBRARY         VCXTestCommon.lib
       
    63 
       
    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