videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/group/VcxMyVideosMdsDbTest.mmp
branchRCL_3
changeset 23 8f0df5c82986
child 26 67eb01668b0e
equal deleted inserted replaced
21:55fa1ec415c6 23:8f0df5c82986
       
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2010 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 // %version: 1 %
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 SMPSAFE
       
    25 EPOCALLOWDLLDATA
       
    26 
       
    27 TARGET          VcxMyVideosMdsDbTest.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x101FB3E3
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 
       
    37 //TARGETPATH      ?target_path
       
    38 DEFFILE         VcxMyVideosMdsDbTest.def
       
    39 
       
    40 USERINCLUDE     ../inc 
       
    41 USERINCLUDE     ../../../inc
       
    42 USERINCLUDE     ../../../../../inc
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 
       
    48 SOURCE          VcxMyVideosMdsDbTest.cpp
       
    49 SOURCE          VcxMyVideosMdsDbTestBlocks.cpp
       
    50 SOURCE          vcxmyvideoscollectionutil.cpp
       
    51 SOURCE          mdesession.cpp
       
    52 SOURCE          mdesessionimpl.cpp
       
    53 SOURCE          mdeobjectdef.cpp
       
    54 SOURCE          mdeproperty.cpp
       
    55 SOURCE          mdepropertydef.cpp
       
    56 SOURCE          mdeobject.cpp
       
    57 SOURCE          mdenamespacedef.cpp
       
    58 SOURCE          mdequery.cpp
       
    59 SOURCE          mdeobjectquery.cpp
       
    60 SOURCE          mdeitem.cpp
       
    61 SOURCE          mdeinstanceitem.cpp
       
    62 SOURCE          mdeorderrule.cpp
       
    63 
       
    64 SOURCEPATH      ../../../src
       
    65 SOURCE          vcxmyvideosmdsdb.cpp
       
    66 
       
    67 APP_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    70 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    71 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    72 
       
    73 SYSTEMINCLUDE   /epoc32/include/ecom
       
    74 LIBRARY         euser.lib
       
    75 LIBRARY         ecom.lib
       
    76 LIBRARY         estor.lib
       
    77 LIBRARY         mpxcommon.lib
       
    78 LIBRARY         bafl.lib
       
    79 LIBRARY         flogger.lib
       
    80 LIBRARY         efsrv.lib
       
    81 LIBRARY         charconv.lib
       
    82 LIBRARY         stiftestinterface.lib
       
    83 LIBRARY         stiftestengine.lib
       
    84 
       
    85 LANG            SC
       
    86 
       
    87 
       
    88 // End of File