searchengine/util/tsrc/cpixtoolsunittest/group/cpixtoolsunittest.mmp
changeset 0 671dee74050a
child 8 6547bf8ca13a
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 /*
       
     2 * Copyright (c) 2010 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: This is the project specification file for cpixtoolsunittest
       
    15 */
       
    16 
       
    17 
       
    18 OPTION CW -wchar_t on
       
    19 MACRO _WCHAR_T_DECLARED
       
    20 
       
    21 
       
    22 TARGET          cpixtoolsunittest.exe
       
    23 TARGETTYPE      exe
       
    24 UID             0x100039CE 0xE5DD12DC
       
    25 VENDORID        0
       
    26 
       
    27 SOURCEPATH      ../data
       
    28 START RESOURCE  cpixtoolsunittest_reg.rss
       
    29 #ifdef WINSCW
       
    30 TARGETPATH      /private/10003a3f/apps
       
    31 #else
       
    32 TARGETPATH      /private/10003a3f/import/apps
       
    33 #endif
       
    34 END //RESOURCE
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          cpixtoolsunittest.cpp
       
    38 SOURCE          geotests.cpp
       
    39 SOURCE          parseunittest.cpp
       
    40 SOURCE          conversiontests.cpp
       
    41 SOURCE          memorytest.cpp
       
    42 SOURCE          mutextest.cpp
       
    43 SOURCE          syncqueuetests.cpp
       
    44 SOURCE          jobqueuetests.cpp
       
    45 SOURCE          pooltests.cpp
       
    46 SOURCE          autoarraytests.cpp
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../../itk/inc/public
       
    50 USERINCLUDE     ../../../cpixtools/inc/public
       
    51 
       
    52 SYSTEMINCLUDE   /epoc32/include
       
    53 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    54 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE   /epoc32/include/stdapis/stlportv5
       
    56 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    57 
       
    58 
       
    59 // Using main() as entry point
       
    60 STATICLIBRARY   libcrt0.lib
       
    61 STATICLIBRARY   libcpixtools.lib
       
    62 STATICLIBRARY   libitk.lib
       
    63 
       
    64 
       
    65 // libc and euser are always needed when using main() entry point
       
    66 LIBRARY         libc.lib
       
    67 LIBRARY         libglib.lib
       
    68 LIBRARY         libstdcpp.lib
       
    69 LIBRARY   		libpthread.lib
       
    70 LIBRARY         libm.lib
       
    71 LIBRARY         euser.lib
       
    72 
       
    73 // No capabilities needed by this application
       
    74 CAPABILITY      ReadUserData WriteUserData
       
    75 
       
    76