javacommons/security/legacysupport/tsrc/build/securitylegacysupportunittests.mmp
changeset 21 2a9601315dfc
child 47 f40128debb5d
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 TARGET		  SecurityLegacySupportTests.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 
       
    25 SYSTEMINCLUDE /epoc32/include 
       
    26 SYSTEMINCLUDE ../../../../../inc/j2me/midp2/security
       
    27 SYSTEMINCLUDE ../../../../../inc/j2me/midp2/data
       
    28 SYSTEMINCLUDE ../../../../../inc/j2me/midp2/runtime
       
    29 
       
    30 USERINCLUDE ../../../../../tools/cpputest/include/cpputest
       
    31 USERINCLUDE ../../../../../tools/cpputest/include/platforms/symbian
       
    32 USERINCLUDE ../../../../../inc
       
    33 USERINCLUDE ../src/utils
       
    34 
       
    35 STATICLIBRARY cpputest.lib
       
    36 
       
    37 LIBRARY javastorage.lib
       
    38 LIBRARY midp2userpreferences.lib
       
    39 LIBRARY midp2securitypolicyv2.lib
       
    40 LIBRARY midp2permissiondb.lib
       
    41 
       
    42 SOURCEPATH ../src/utils
       
    43 SOURCE teststoragehandler.cpp
       
    44 SOURCEPATH ../src
       
    45 SOURCE securitylegacysupportunittests.cpp     // For STL execution
       
    46 //SOURCE testsecuritypolicy.cpp
       
    47 SOURCE testpermissiondb.cpp
       
    48 SOURCE testuserpreferences.cpp