javacommons/security/tsrc/build/securityunittests.mmp
changeset 21 2a9601315dfc
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 <bldvariant.hrh>
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <../../../../inc/java_stdcpp_support_for_exe.hrh>
       
    22 
       
    23 TARGET      MIDPAuthenticationTests.exe
       
    24 TARGETTYPE  exe
       
    25 UID         0x20004c45 0xE0000031
       
    26 CAPABILITY  All -Tcb
       
    27 
       
    28 APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 USERINCLUDE ../src
       
    31 USERINCLUDE ../src/utils
       
    32 USERINCLUDE ../../../../inc // == (JAVA_SRC_ROOT)/inc
       
    33 USERINCLUDE ../../../../tools/cpputest/include/cpputest // == (JAVA_SRC_ROOT)/tools/cpputest/include/cpputest
       
    34 USERINCLUDE ../../../../tools/cpputest/include/platforms/symbian // == (JAVA_SRC_ROOT)/tools/cpputest/include/platforms/symbian
       
    35 
       
    36 LIBRARY cpputest.lib
       
    37 LIBRARY javasecurity.lib
       
    38 LIBRARY javastorage.lib
       
    39 
       
    40 SOURCEPATH ../src
       
    41 SOURCE securityunittests.cpp
       
    42 SOURCE testcertchains.cpp
       
    43 
       
    44