camcordermmfplugin/tsrc/public/basic/Group/StifCamcTest.mmp
changeset 0 9b3e960ffc8a
child 35 35844111a233
equal deleted inserted replaced
-1:000000000000 0:9b3e960ffc8a
       
     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 "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: Camcorder MMF API Test DLL
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET        StifCamcTest.dll
       
    20 TARGETTYPE    dll
       
    21 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    22 UID             0x1000008D 0x101FB3E7
       
    23 
       
    24 CAPABILITY	CAP_GENERAL_DLL MultimediaDD
       
    25 VENDORID      VID_DEFAULT
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 
       
    29 SOURCE        camcTest.cpp
       
    30 SOURCE        StifcamcTestTop.cpp
       
    31 
       
    32 SOURCE        camcTest_1.cpp
       
    33 SOURCE        camcTestClient_1.cpp
       
    34 SOURCE        camcTest_2.cpp
       
    35 SOURCE        camcTestClient_2.cpp
       
    36 SOURCE        camcTest_3.cpp
       
    37 SOURCE        camcTestClient_3.cpp
       
    38 SOURCE        camcTest_4.cpp
       
    39 SOURCE        camcTestClient_4.cpp
       
    40 SOURCE        camcTest_5.cpp
       
    41 SOURCE        camcTestClient_5.cpp
       
    42 SOURCE        camcTest_6.cpp
       
    43 SOURCE        camcTestClient_6.cpp
       
    44 SOURCE        camcTest_7.cpp
       
    45 SOURCE        camcTestClient_7.cpp
       
    46 SOURCE        camcTest_8.cpp
       
    47 SOURCE        camcTestClient_8.cpp
       
    48 SOURCE        camcTest_9.cpp
       
    49 SOURCE        camcTestClient_9.cpp
       
    50 
       
    51 SOURCE        camcTest_visualcheckdsp.cpp
       
    52 SOURCE        camcTestClient_visualcheckdsp.cpp
       
    53 SOURCE        camcTest_visualcheck.cpp
       
    54 SOURCE        camcTestClient_visualcheck.cpp
       
    55 
       
    56 
       
    57 //  TestFrameWork files 
       
    58 SOURCE        TestFrameWork/testcase.cpp
       
    59 SOURCE        TestFrameWork/assertFailure.cpp
       
    60 SOURCE        TestFrameWork/testSuite.cpp
       
    61 
       
    62 USERINCLUDE   ..
       
    63 USERINCLUDE   ../inc
       
    64 USERINCLUDE   ../inc/TestFrameWork
       
    65 USERINCLUDE   ../../../../Controller/inc
       
    66 USERINCLUDE   ../../../../../inc
       
    67 
       
    68 MW_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 SYSTEMINCLUDE	/epoc32/include/libc
       
    71 
       
    72 LIBRARY       euser.lib
       
    73 LIBRARY       efsrv.lib
       
    74 LIBRARY       stiftestinterface.lib
       
    75 LIBRARY		  mediaclientvideo.lib
       
    76 LIBRARY       MMFControllerFramework.lib 
       
    77 LIBRARY       bafl.lib 
       
    78 LIBRARY       ecam.lib
       
    79 LIBRARY		ecom.lib