javamanager/javaregistry/legacy/tsrc/build/testlegacyregistry.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      TestLegacyRegistry.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 <domain/osextensions/platform_paths.hrh>
       
    24 
       
    25 USERINCLUDE /epoc32/include/cpputest
       
    26 USERINCLUDE ../src/utils
       
    27 USERINCLUDE ../../../../../inc // == (JAVA_SRC_ROOT)/inc
       
    28 USERINCLUDE ../../../../../jrt_plat/java_registry_api/inc
       
    29 USERINCLUDE ../../installedappsregistry/inc
       
    30 
       
    31 MACRO NGJAVA_LOGGER_ON
       
    32 
       
    33 // Using main() as entry point
       
    34 // STATICLIBRARY libcrt0.lib
       
    35 STATICLIBRARY cpputest.lib
       
    36 
       
    37 LIBRARY javastorage.lib
       
    38 LIBRARY javaregistry.lib
       
    39 LIBRARY javaregistryclient.lib // JavaRegistryUtil
       
    40 LIBRARY installedappsregistry.lib
       
    41 
       
    42 SOURCEPATH ../src
       
    43 SOURCE testlegacyregistry.cpp
       
    44 SOURCE testsuiteentry.cpp
       
    45 SOURCE testmidletentry.cpp
       
    46 SOURCE testinstalledappsregistry.cpp
       
    47 SOURCE testinstalledappsregistryentry.cpp
       
    48 SOURCE alltests.cpp
       
    49 
       
    50 SOURCEPATH ../src/utils
       
    51 SOURCE storagetestutils.cpp