eapol/eapol_framework/wapi_symbian/group/wapi.mmp
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
child 20 8b3129ac4c0f
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ./accesssec/eapol/eapol_framework/wapi_symbian/group/wapi.mmp
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : Project definition file for project WAPI
       
     6 *  Version     : %version: 34.1.4.1.4 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2001-2009 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.1
       
    18 */
       
    19 
       
    20 
       
    21 //-------------------------------------------------------------------
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 #include "wapi.mmh"
       
    25 
       
    26 //-------------------------------------------------------------------
       
    27 CAPABILITY ALL -TCB
       
    28 VENDORID VID_DEFAULT
       
    29 
       
    30 TARGET			  wapi.dll
       
    31 TARGETTYPE		dll
       
    32 UID			      0x1000008d  0x2001B269
       
    33 
       
    34 ///////////////////////////////////////////////////////////////////
       
    35 
       
    36 LANG	SC
       
    37 
       
    38 
       
    39 USERINCLUDE ../../eapol_symbian/am/type/symbian/plugin/include
       
    40 USERINCLUDE ../../eapol_symbian/am/common
       
    41 USERINCLUDE ../../eapol_common/am/common
       
    42 USERINCLUDE ../../eapol_symbian/am/include
       
    43 USERINCLUDE ../../eapol_common/am/include
       
    44 USERINCLUDE ../../eapol_common/include
       
    45 USERINCLUDE ../../eapol_common/type
       
    46 USERINCLUDE ../../eapol_common/am/common/DSS_random
       
    47 USERINCLUDE ../../eapol_common/type/tls_peap/tls/include
       
    48 
       
    49 #if defined(USE_NRC_ECC_ALGORITHMS)
       
    50 USERINCLUDE ../../wapi_common/ecc_library
       
    51 #endif //#if defined(USE_NRC_ECC_ALGORITHMS)
       
    52 
       
    53 USERINCLUDE ../../wapi_common/include/
       
    54 USERINCLUDE ../wlanwapiif/inc
       
    55 USERINCLUDE ../include
       
    56 USERINCLUDE ../../../../accesssec_plat/wapi_db_api/inc
       
    57 
       
    58 SYSTEMINCLUDE /epoc32/include/ecom
       
    59 SYSTEMINCLUDE /epoc32/include/kernel 
       
    60 SYSTEMINCLUDE /epoc32/include/libc
       
    61 SYSTEMINCLUDE /epoc32/include/libc/netinet
       
    62 
       
    63 SOURCEPATH ../../eapol_common/common/
       
    64 SOURCE  asn1_der_type.cpp
       
    65 
       
    66 SOURCEPATH	../../eapol_symbian/am/common/file_io/symbian
       
    67 SOURCE eap_am_file_input_symbian.cpp
       
    68 
       
    69 SOURCEPATH ../../eapol_common/core
       
    70 SOURCE eap_core_retransmission.cpp
       
    71 
       
    72 SOURCEPATH	../../eapol_symbian/am/common/symbian
       
    73 SOURCE eap_am_trace_symbian.cpp
       
    74 
       
    75 SOURCEPATH ../../wapi_common/src/
       
    76 SOURCE abs_ec_am_algorithms.cpp
       
    77 SOURCE abs_ec_certificate_store.cpp
       
    78 SOURCE ec_am_algorithms_direct_nrc.cpp
       
    79 SOURCE ec_am_base_algorithms.cpp
       
    80 SOURCE ec_base_certificate_store.cpp
       
    81 SOURCE ec_certificate_store.cpp
       
    82 SOURCE ec_cs_compare_certificate_id.cpp
       
    83 SOURCE ec_cs_compare_certificate_issuer_name.cpp
       
    84 SOURCE ec_cs_compare_certificate_reference.cpp
       
    85 SOURCE ec_cs_compare_reference_id.cpp
       
    86 SOURCE ec_cs_compare_reference.cpp
       
    87 SOURCE ec_cs_compare_reference_issuer_name.cpp
       
    88 SOURCE ec_cs_completion.cpp
       
    89 SOURCE ec_cs_data.cpp
       
    90 SOURCE ec_cs_strings.cpp
       
    91 SOURCE ec_cs_tlv.cpp
       
    92 SOURCE ec_cs_tlv_header.cpp
       
    93 SOURCE ec_cs_tlv_message.cpp
       
    94 SOURCE ec_cs_tlv_payloads.cpp
       
    95 SOURCE wai_message.cpp
       
    96 SOURCE wai_message_payloads.cpp
       
    97 SOURCE wai_protocol_packet_header.cpp
       
    98 SOURCE wai_tlv_header.cpp
       
    99 SOURCE wai_usksa.cpp
       
   100 SOURCE wai_variable_data.cpp
       
   101 SOURCE wapi_am_crypto_sms4.cpp
       
   102 SOURCE wapi_am_wlan_authentication.cpp
       
   103 SOURCE wapi_asn1_der_parser.cpp
       
   104 SOURCE wapi_certificate_asn1_der_parser.cpp
       
   105 SOURCE wapi_core.cpp
       
   106 SOURCE wapi_core_retransmission.cpp
       
   107 SOURCE wapi_ethernet_core.cpp
       
   108 SOURCE wapi_message_wlan_authentication.cpp
       
   109 SOURCE wapi_session_core.cpp
       
   110 SOURCE wapi_strings.cpp
       
   111 SOURCE wapi_wlan_authentication.cpp
       
   112 SOURCE dummy_wapi_core.cpp
       
   113 
       
   114 SOURCEPATH ../wapi_core/symbian
       
   115 SOURCE  wapi_am_core_symbian.cpp
       
   116 SOURCE  wapi_am_wlan_authentication_symbian.cpp
       
   117 SOURCE  certificate_store_db_symbian.cpp
       
   118 SOURCE 	WapiCertificates.cpp
       
   119 
       
   120 SOURCEPATH ../../eapol_common/type/tls_peap/tls/src
       
   121 SOURCE tls_peap_tlv_header.cpp
       
   122 
       
   123 #if defined(USE_NRC_ECC_ALGORITHMS)
       
   124 SOURCEPATH ../../wapi_common/ecc_library
       
   125 SOURCE nc_big.c
       
   126 SOURCE nc_drmeccp256.c
       
   127 SOURCE nc_gfp_ecc.c
       
   128 SOURCE nc_hash.c
       
   129 SOURCE nc_pkcs1_5.c
       
   130 SOURCE nc_prime.c
       
   131 SOURCE nc_rand.c
       
   132 SOURCE nc_sha1.c
       
   133 SOURCE nc_sha256.c
       
   134 SOURCE nc_sha512.c
       
   135 #endif //#if defined(USE_NRC_ECC_ALGORITHMS)
       
   136 
       
   137 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
   138 
       
   139 LIBRARY		euser.lib ecom.lib eapol.lib efsrv.lib cone.lib
       
   140 LIBRARY		etelmm.lib etel.lib	// For ETel connection
       
   141 LIBRARY		hash.lib random.lib cryptography.lib asn1.lib
       
   142 LIBRARY   estor.lib edbms.lib // for RReadStream and RDbColReadStream
       
   143 LIBRARY   charconv.lib 
       
   144 LIBRARY   bafl.lib
       
   145 LIBRARY   estlib.lib // For memcmp, used in NRC ECC library.
       
   146 
       
   147 LIBRARY   wlandbif.lib
       
   148 
       
   149 
       
   150 MACRO USE_EAP_INTERFACE_EXPORTS
       
   151 //-------------------------------------------------------------------
       
   152 // End of File