videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideoscollectionutiltest/group/VcxMyVideosCollectionUtilTest.mmp
branchRCL_3
changeset 15 8f0df5c82986
equal deleted inserted replaced
14:55fa1ec415c6 15:8f0df5c82986
       
     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          VcxMyVideosCollectionUtilTest.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         VcxMyVideosCollectionUtilTest.def
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 USERINCLUDE     ../../../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          VcxMyVideosCollectionUtilTest.cpp
       
    45 SOURCE          VcxMyVideosCollectionUtilTestBlocks.cpp
       
    46 
       
    47 
       
    48 SOURCEPATH      ../../../src
       
    49 SOURCE          vcxmyvideoscollectionutil.cpp
       
    50 
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         stiftestinterface.lib
       
    54 LIBRARY         stiftestengine.lib
       
    55 
       
    56 // From original project, should these be stubbed?
       
    57 LIBRARY         estor.lib
       
    58 LIBRARY         mpxcommon.lib
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         efsrv.lib
       
    61 
       
    62 LANG            SC
       
    63 
       
    64 /*
       
    65 START WINS      
       
    66 ?wins_specific_information
       
    67 END
       
    68 
       
    69 START MARM
       
    70 ?marm_specific_information
       
    71 END
       
    72 */
       
    73 // Other possible keywords:
       
    74  
       
    75 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    76 /*
       
    77 START BITMAP ?target
       
    78 TARGETPATH   ?emulated_path_on_target_machine
       
    79 HEADER
       
    80 SOURCE       ?color_depth ?source_bitmap
       
    81 END
       
    82 */
       
    83 // DEFFILE ?filename
       
    84 // AIF ?filename
       
    85 
       
    86 // End of File