javamanager/javaregistry/tsrc/build/alltests.mmp
branchRCL_3
changeset 19 04becd199f91
child 48 e0d6e9bd3ca7
equal deleted inserted replaced
16:f5050f1da672 19: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      JavaRegistryTest.exe
       
    18 TARGETTYPE    exe
       
    19 UID      0x00000000 0x03A6305A
       
    20 CAPABILITY all -tcb -allfiles -drm
       
    21 
       
    22 #include <../../../../inc/java_stdcpp_support_for_exe.hrh>
       
    23 #include <platform_paths.hrh>
       
    24  APP_LAYER_SYSTEMINCLUDE
       
    25 MW_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 USERINCLUDE /epoc32/include/cpputest
       
    28 USERINCLUDE ../src/utils
       
    29 
       
    30 USERINCLUDE ../../../../inc // == (JAVA_SRC_ROOT)/inc
       
    31 
       
    32 // Using main() as entry point
       
    33 // STATICLIBRARY libcrt0.lib
       
    34 STATICLIBRARY cpputest.lib
       
    35 STATICLIBRARY libstdcpp.lib
       
    36 
       
    37 // LIBRARY  euser.lib
       
    38 LIBRARY javastorage.lib
       
    39 LIBRARY javaregistryclient.lib
       
    40 LIBRARY x509.lib
       
    41 
       
    42 SOURCEPATH ../src
       
    43 SOURCE testregistry.cpp
       
    44 SOURCE testregistryentry.cpp
       
    45 SOURCE testregistrypackageentry.cpp
       
    46 SOURCE testregistryapplicationentry.cpp
       
    47 SOURCE alltests.cpp
       
    48 
       
    49 SOURCEPATH ../src/utils
       
    50 SOURCE storagetestutils.cpp
       
    51