javacommons/security/legacysupport/midp2securitypolicyv2/plugins/securitypolicyV2/build/MIDP2SecurityPolicyV2Dll.mmp
branchRCL_3
changeset 19 04becd199f91
child 48 e0d6e9bd3ca7
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 /*
       
     2 * Copyright (c) 2004 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 
       
    18 
       
    19 /**
       
    20 @file
       
    21 
       
    22 @SYMPurpose MIDP2SecurityPolicyV2.dll Java security policy interface implementation
       
    23 */
       
    24 
       
    25 #include <../../../../../../../inc/project_defines.hrh>
       
    26 
       
    27 target			MIDP2SecurityPolicyV2.dll
       
    28 targettype		dll
       
    29 CAPABILITY		CAP_GENERAL_DLL
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 UID     0x1000008d 0x2000CFEC  // KSharedLibraryUid 
       
    33                                // SharedJavaLibraryUid
       
    34 
       
    35 PAGED
       
    36 
       
    37 #if defined(WINS)
       
    38 deffile ./bwins/MIDP2SecurityPolicyV2.def
       
    39 #elif defined(GCC32)
       
    40 deffile ./bmarm/MIDP2SecurityPolicyV2.def
       
    41 #elif defined(ARMCC)
       
    42 deffile ./midp2secrp/eabi/MIDP2SecurityPolicyV2.def
       
    43 #endif
       
    44 
       
    45 systeminclude	/epoc32/include
       
    46 systeminclude	/epoc32/include/libc
       
    47 
       
    48 systeminclude ../../../../../../../inc
       
    49 
       
    50 userinclude		../export
       
    51 userinclude     ../../../../../../../inc
       
    52 
       
    53 sourcepath		../src
       
    54 
       
    55 source			main.cpp
       
    56 source			CDriveAccessPolicy.cpp
       
    57 source			CFileSystemAccessPolicy.cpp
       
    58 source			ConnectionFilter.cpp
       
    59 source			CPathAccessPolicy.cpp
       
    60 source			FunctionGroup.cpp
       
    61 source			FunctionGroupBinding.cpp
       
    62 source			Permission.cpp
       
    63 source			ProtectionDomain.cpp
       
    64 source			SecurityPolicy.cpp
       
    65 source			SimpleMapping.cpp
       
    66 source			XPFParser.cpp
       
    67 source 			BlanketPermissionPolicy.cpp
       
    68 source 			BlanketPermissionPolicyElement.cpp
       
    69 
       
    70 library			efsrv.lib
       
    71 library			euser.lib
       
    72 library	        centralrepository.lib
       
    73 
       
    74 //debuglibrary	flogger.lib
       
    75 library	flogger.lib
       
    76 library	estlib.lib
       
    77