javamanager/javacaptain/extensionplugins/javacertstore/tsrc.s60/build/javasmartcardcertsunittests.mmp
changeset 21 2a9601315dfc
child 48 e0d6e9bd3ca7
equal deleted inserted replaced
18:e8e63152f320 21:2a9601315dfc
       
     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 // #include <oem/bldvariant.hrh>
       
    18 #include <data_caging_paths.hrh>
       
    19 //#include <domain/osextensions/platform_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <../../../../../../inc/java_stdcpp_support_for_exe.hrh>
       
    23 
       
    24 TARGET      JavaSmartCardCertsTests.exe
       
    25 TARGETTYPE  exe
       
    26 UID         0x20004c45 0xE0000031
       
    27 CAPABILITY  All -Tcb
       
    28 
       
    29 APP_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 USERINCLUDE ../src
       
    32 USERINCLUDE ../../inc
       
    33 USERINCLUDE ../../../../../../inc // == (JAVA_SRC_ROOT)/inc
       
    34 USERINCLUDE ../../../../../../tools/cpputest/include/cpputest // == (JAVA_SRC_ROOT)/tools/cpputest/include/cpputest
       
    35 USERINCLUDE ../../../../../../tools/cpputest/include/platforms/symbian // == (JAVA_SRC_ROOT)/tools/cpputest/include/platforms/symbian
       
    36 
       
    37 LIBRARY cpputest.lib
       
    38 
       
    39 LIBRARY javacaptain_ext_ondemand_7.lib
       
    40 LIBRARY libcrypto.lib
       
    41 LIBRARY ctframework.lib
       
    42 LIBRARY ctfinder.lib
       
    43 LIBRARY wimclient.lib
       
    44 LIBRARY efsrv.lib
       
    45 
       
    46 SOURCEPATH ../../src.s60
       
    47 SOURCE javasmartcardcertificatesreader.cpp
       
    48 SOURCE smartcardcertextrasreader.cpp
       
    49 SOURCE smartcardcryptotokenreader.cpp
       
    50 SOURCE metadatafilehandler.cpp
       
    51 SOURCEPATH ../src
       
    52 SOURCE javasmartcardcertsunittests.cpp
       
    53 SOURCE smartcardreader.cpp
       
    54 
       
    55