camerasrv_plat/asynchronous_file_saving_queue_api/tsrc/group/StifAFSQTest.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-2007 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:  Asynchronous File Saving Queue interface/integration tests
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        STIFAFSQTest.dll
       
    22 TARGETTYPE    dll
       
    23 
       
    24 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    25 UID             0x1000008D 0x101FB3E7
       
    26 
       
    27 CAPABILITY    CAP_GENERAL_DLL
       
    28 VENDORID      VID_DEFAULT
       
    29 
       
    30 // Define directories for the .def-files of WINS and WINSCW builds separately.
       
    31 // IMPORTANT NOTICE:  The lines in the example that end with a backslash 
       
    32 // must have one space after the backslash.
       
    33 #if defined(ARMCC)
       
    34 deffile ../Eabi/ 
       
    35 #elif defined( WINSCW )
       
    36 deffile ../Bwinscw/ 
       
    37 #elif defined( WINS )
       
    38 deffile ../Bwins/ 
       
    39 #else
       
    40 deffile ../Bmarm/ 
       
    41 #endif
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 
       
    45 SOURCE          StifFSQTestTop.cpp
       
    46 SOURCE          AFSQTestAsynchSave.cpp
       
    47 SOURCE          AFSQTestAdd.cpp
       
    48 SOURCE          AFSQTestDelete.cpp
       
    49 SOURCE          AFSQTestRename.cpp
       
    50 
       
    51 // STIF TFW files
       
    52 SOURCEPATH    ../src/TestFramework
       
    53 SOURCE        testCase.cpp
       
    54 SOURCE        AssertFailure.cpp
       
    55 SOURCE        TestSuite.cpp
       
    56 
       
    57 USERINCLUDE     ../inc
       
    58 USERINCLUDE     ../inc/TestFramework
       
    59 USERINCLUDE     ../../../../inc
       
    60 
       
    61 MW_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         efsrv.lib
       
    65 LIBRARY         bafl.lib
       
    66 LIBRARY         sysutil.lib
       
    67 LIBRARY         fbscli.lib
       
    68 LIBRARY         stiftestinterface.lib
       
    69 LIBRARY         AsynchFSQ.lib
       
    70 
       
    71 EXPORTUNFROZEN