javacommons/security/javaunicertstoreplugin/tsrc/build/alltests.mmp
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     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: 
       
    15 *
       
    16 */
       
    17 TARGET		  javasecurity_certstoreplugintests.exe
       
    18 TARGETTYPE	  exe
       
    19 UID			 0x00000000 0x03A6305A
       
    20 
       
    21 #include <../../../../../inc/java_stdcpp_support_for_exe.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 MACRO 	__SYMBIAN32__
       
    25 
       
    26 APP_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 CAPABILITY	AllFiles WriteDeviceData ReadUserData
       
    29 
       
    30 USERINCLUDE ../../src.s60
       
    31 USERINCLUDE ../../../../../inc
       
    32 USERINCLUDE ../extensionplugin/src
       
    33 USERINCLUDE ../../../../../javamanager/javacaptain/inc
       
    34 USERINCLUDE ../../../../../tools/cpputest/include/cpputest
       
    35 USERINCLUDE ../../../../../tools/cpputest/include/platforms/symbian
       
    36 USERINCLUDE ../utils
       
    37 
       
    38 // Using main() as entry point
       
    39 //STATICLIBRARY libcrt0.lib 
       
    40 //STATICLIBRARY libstdcpp.lib cpputest.lib
       
    41 LIBRARY		CppUTest.lib
       
    42 
       
    43 LIBRARY ctframework.lib
       
    44 LIBRARY efsrv.lib
       
    45 LIBRARY estor.lib
       
    46 LIBRARY	euser.lib
       
    47 LIBRARY x509.lib
       
    48 LIBRARY libc.lib
       
    49 LIBRARY libm.lib
       
    50 LIBRARY libpthread.lib
       
    51 LIBRARY javacomms.lib
       
    52 LIBRARY CommonEngine.lib
       
    53 LIBRARY aknnotify.lib
       
    54 
       
    55 SOURCEPATH ../../src.s60
       
    56 SOURCE			javacertstoreimpl.cpp
       
    57 SOURCE			javacertstoretoken.cpp
       
    58 SOURCE			javacertstoretokentype.cpp
       
    59 
       
    60 SOURCEPATH ../utils
       
    61 SOURCE testutils.cpp
       
    62 SOURCE testexecutor.cpp
       
    63 SOURCE testdata.cpp
       
    64 SOURCE commsmsgsender.cpp
       
    65 
       
    66 SOURCEPATH ../src
       
    67 SOURCE SymbianAllTests.cpp
       
    68 SOURCE readcerts.cpp
       
    69 SOURCE tokentests.cpp
       
    70 
       
    71