imagingext_pub/exif_api/tsrc/group/ExifLibTest.mmp
changeset 0 469c91dae73b
equal deleted inserted replaced
-1:000000000000 0:469c91dae73b
       
     1 /*
       
     2 * Copyright (c) 2008 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:  ExifLib tests
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         #include <platform_paths.hrh>
       
    21 #endif
       
    22 
       
    23 TARGET          ExifLibTest.dll
       
    24 TARGETTYPE      dll
       
    25 
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 // Define directories for the .def-files of WINS and WINSCW builds separately.
       
    30 // IMPORTANT NOTICE:  The lines in the example that end with a backslash 
       
    31 // must have one space after the backslash.
       
    32 #if defined(ARMCC)
       
    33 deffile ../EABI/ 
       
    34 #elif defined( WINSCW )
       
    35 deffile ../Bwinscw/ 
       
    36 #elif defined( WINS )
       
    37 deffile ../Bwins/ 
       
    38 #else
       
    39 deffile ../Bmarm/ 
       
    40 #endif
       
    41 
       
    42 #ifdef _USE_CPPUNIT_
       
    43 UID             0x101F5380 0x101F5380 
       
    44 #else
       
    45 UID             0x1000008D 0x101FB3E7 
       
    46 #endif
       
    47 
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 #ifdef _USE_CPPUNIT_
       
    51 SOURCE          ExifLibTest.cpp
       
    52 #else
       
    53 SOURCE          ExifLibTestStif.cpp
       
    54 #endif
       
    55 SOURCE          ExifLibTestInc.cpp
       
    56 SOURCE          ExifIopTest.cpp
       
    57 SOURCE          ExifTagTest.cpp
       
    58 SOURCE          ExifReadTest.cpp
       
    59 SOURCE          ExifReadTest100.cpp
       
    60 SOURCE          ExifReadTest200.cpp
       
    61 SOURCE          ExifCreateTest.cpp
       
    62 SOURCE          ExifCreateTest100.cpp
       
    63 SOURCE          ExifModifyTest.cpp
       
    64 SOURCE          ExifModifyTest100.cpp
       
    65 SOURCE          ExifModifyTest2.cpp
       
    66 
       
    67 #ifndef _USE_CPPUNIT_ 
       
    68 SOURCE          TestFrameWork/TestCase.cpp
       
    69 SOURCE          TestFrameWork/AssertFailure.cpp
       
    70 SOURCE          TestFrameWork/TestSuite.cpp
       
    71 #endif
       
    72 
       
    73 USERINCLUDE     ../../../../imagingmodules/exiflib/inc
       
    74 USERINCLUDE	    ../../../../imagingmodules/inc
       
    75 USERINCLUDE	    ../../inc
       
    76 
       
    77 USERINCLUDE     ../inc
       
    78 USERINCLUDE     ../inc/TestFrameWork
       
    79 
       
    80 OS_LAYER_SYSTEMINCLUDE
       
    81 
       
    82 LIBRARY         euser.lib 
       
    83 LIBRARY         efsrv.lib
       
    84 LIBRARY         ExifLib.lib
       
    85 #ifdef          _USE_CPPUNIT_
       
    86 LIBRARY         cppunitframework.lib
       
    87 #else
       
    88 LIBRARY         stiftestinterface.lib
       
    89 #endif
       
    90 
       
    91 EPOCHEAPSIZE    1 10000000
       
    92 EXPORTUNFROZEN