camerasrv_plat/camera_application_engine_api/tsrc/group/StifCaeTest.mmp
branchRCL_3
changeset 20 e3cdd00b5ae3
parent 19 18fa9327a158
child 21 27fe719c32e6
equal deleted inserted replaced
19:18fa9327a158 20:e3cdd00b5ae3
     1 /*
       
     2 * Copyright (c) 2002 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:  Camera Application Engine interface/integration tests
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET        STIFCaeTest.dll
       
    24 TARGETTYPE    dll
       
    25 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    26 UID             0x1000008D 0x101FB3E7
       
    27 
       
    28 CAPABILITY    CAP_GENERAL_DLL
       
    29 VENDORID      VID_DEFAULT
       
    30 
       
    31 // Define directories for the .def-files of WINS and WINSCW builds separately.
       
    32 // IMPORTANT NOTICE:  The lines in the example that end with a backslash 
       
    33 // must have one space after the backslash.
       
    34 #if defined(ARMCC)
       
    35 deffile ../EABI/ 
       
    36 #elif defined( WINSCW )
       
    37 deffile Bwinscw/ 
       
    38 #elif defined( WINS )
       
    39 deffile Bwins/ 
       
    40 #else
       
    41 deffile Bmarm/ 
       
    42 #endif
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 
       
    46 SOURCE          StifCaeTestTop.cpp
       
    47 SOURCE          CaeTestClient.cpp
       
    48 SOURCE          CaeTestStillStates.cpp
       
    49 SOURCE          CaeTestVideoStates.cpp
       
    50 SOURCE          CaeTestStatesClient.cpp
       
    51 SOURCE          CaeTestStillSettings.cpp
       
    52 SOURCE          CaeTestVideoSettings.cpp
       
    53 SOURCE          CaeTestSettingsClient.cpp
       
    54 SOURCE          CaeTestRelease.cpp
       
    55 
       
    56 // STIF TFW files
       
    57 SOURCEPATH    ../src
       
    58 SOURCE        TestFrameWork/TestCase.cpp
       
    59 SOURCE        TestFrameWork/AssertFailure.cpp
       
    60 SOURCE        TestFrameWork/TestSuite.cpp
       
    61 
       
    62 USERINCLUDE     ../inc
       
    63 USERINCLUDE     ../inc/TestFrameWork
       
    64 USERINCLUDE     ../../../../camappengine/Engine/Inc
       
    65 USERINCLUDE     ../../../../camappengine/StillConverter/Inc
       
    66 USERINCLUDE	    ../../../../inc      // MW level inc dir
       
    67 
       
    68 
       
    69 
       
    70 #if defined(__S60_)
       
    71     MW_LAYER_SYSTEMINCLUDE
       
    72 #else
       
    73     SYSTEMINCLUDE   /epoc32/include 
       
    74 #endif
       
    75 
       
    76 LIBRARY         euser.lib
       
    77 LIBRARY         efsrv.lib
       
    78 LIBRARY         fbscli.lib
       
    79 LIBRARY         ECAM.lib
       
    80 LIBRARY         caeengine.lib
       
    81 LIBRARY         stiftestinterface.lib
       
    82 
       
    83 EXPORTUNFROZEN