eapol/eapol_framework/eapol_symbian/tools/group/eaptools.mmp
branchRCL_3
changeset 19 c74b3d9f6b9e
parent 18 bad0cc58d154
equal deleted inserted replaced
18:bad0cc58d154 19:c74b3d9f6b9e
     1 /*
       
     2 * Copyright (c) 2001-2010 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 the License "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:  Project definition file for EAP-tools project.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 12 %
       
    20 */
       
    21 
       
    22 //-------------------------------------------------------------------
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 #include "../../group/eapol.mmh"
       
    26 
       
    27 //-------------------------------------------------------------------
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 TARGET			eaptools.dll
       
    33 TARGETTYPE		dll
       
    34 UID			0x1000008d  0x20026FC8
       
    35 
       
    36 deffile eaptools.def
       
    37 
       
    38 SOURCEPATH ../../am/common/symbian 
       
    39 SOURCE dll_entry.cpp
       
    40 SOURCE eap_am_tools_symbian.cpp
       
    41 
       
    42 SOURCEPATH ../../am/common/symbian
       
    43 SOURCE eap_am_crypto_symbian.cpp
       
    44 SOURCE eap_am_mutex_symbian.cpp
       
    45 SOURCE EapConversion.cpp
       
    46 SOURCE EapExpandedType.cpp
       
    47 SOURCE EapMessageQueue.cpp
       
    48 SOURCE EapSettings.cpp
       
    49 
       
    50 SOURCEPATH ../../eap_server/src/
       
    51 SOURCE EapServerStrings.cpp
       
    52 
       
    53 SOURCEPATH	../../am/common/DSS_random
       
    54 SOURCE dss_random_symbian.cpp
       
    55 
       
    56 #if defined(USE_EAP_ASSERT_STACK_TRACE)
       
    57 SOURCEPATH ../../../eapol_common/am/common/stack
       
    58 SOURCE eap_am_stack_trace.cpp
       
    59 #endif //#if defined(USE_EAP_ASSERT_STACK_TRACE)
       
    60 
       
    61 SOURCEPATH	../../../eapol_common/am/common/crypto/md4
       
    62 SOURCE eap_am_crypto_md4.cpp
       
    63 
       
    64 SOURCEPATH	../../../eapol_common/am/common/crypto/rc4
       
    65 SOURCE eap_am_crypto_rc4.cpp
       
    66 
       
    67 SOURCEPATH	../../../eapol_common/am/common/crypto/sha1
       
    68 SOURCE eap_am_crypto_sha1.cpp
       
    69 
       
    70 SOURCEPATH	../../../eapol_common/am/common/crypto/sha-256
       
    71 SOURCE eap_am_crypto_sha_256.cpp
       
    72 
       
    73 SOURCEPATH	../../../eapol_common/am/common
       
    74 SOURCE eap_am_memory.cpp
       
    75 SOURCE eap_am_network_id.cpp
       
    76 SOURCE eap_am_tools.cpp
       
    77 SOURCE eap_timer_queue.cpp
       
    78 SOURCE eap_am_memory_store.cpp
       
    79 SOURCE eap_am_memory_store_data.cpp
       
    80 SOURCE abs_eap_am_mutex.cpp
       
    81 SOURCE eap_file_config.cpp
       
    82 
       
    83 SOURCEPATH	../../am/common/file_io/symbian
       
    84 SOURCE eap_am_file_input_symbian.cpp
       
    85 
       
    86 LIBRARY bafl.lib
       
    87 
       
    88 ///////////////////////////////////////////////////////////////////
       
    89 
       
    90 LANG	SC
       
    91 
       
    92 SOURCEPATH	../../../eapol_common/common
       
    93 SOURCE eap_base_type.cpp
       
    94 SOURCE eap_buffer.cpp
       
    95 SOURCE eap_crypto_api.cpp
       
    96 SOURCE eap_header.cpp
       
    97 SOURCE eap_expanded_type.cpp
       
    98 SOURCE eap_header_string.cpp
       
    99 SOURCE eap_state_notification.cpp
       
   100 SOURCE eap_tools.cpp
       
   101 SOURCE eap_status_string.cpp
       
   102 SOURCE eap_variable_data.cpp
       
   103 SOURCE eap_master_session_key.cpp
       
   104 SOURCE eap_general_header_base.cpp
       
   105 SOURCE eap_rogue_ap_entry.cpp
       
   106 SOURCE eap_memory_store_variable_data.cpp
       
   107 SOURCE eapol_session_key.cpp
       
   108 SOURCE eap_network_id_selector.cpp
       
   109 SOURCE eapol_ethernet_header.cpp
       
   110 SOURCE eapol_header.cpp
       
   111 SOURCE eap_tlv_header.cpp
       
   112 SOURCE eap_tlv_message_data.cpp
       
   113 SOURCE eap_method_settings.cpp
       
   114 
       
   115 SOURCEPATH	../../../eapol_common/core
       
   116 SOURCE eap_core.cpp
       
   117 SOURCE eap_core_nak_info.cpp
       
   118 SOURCE eap_core_retransmission.cpp
       
   119 SOURCE eap_session_core.cpp
       
   120 SOURCE eap_type_selection.cpp
       
   121 SOURCE eap_process_tlv_message_data.cpp
       
   122 SOURCE eap_session_core_base.cpp
       
   123 
       
   124 SOURCEPATH	../../am/eap_test_timer/symbian 
       
   125 SOURCE eap_test_timer.cpp
       
   126 
       
   127 SOURCEPATH ../../../eapol_common/type/tls_peap/tls/src
       
   128 SOURCE tls_peap_tlv_header.cpp
       
   129 
       
   130 SOURCEPATH ../../../eapol_common/type/simple_config/simple_config/src
       
   131 SOURCE simple_config_credential.cpp
       
   132 SOURCE simple_config_types.cpp
       
   133 
       
   134 USERINCLUDE ..
       
   135 USERINCLUDE ../../am/type/symbian/plugin/include
       
   136 USERINCLUDE ../../am/common
       
   137 USERINCLUDE ../../../eapol_common/am/common
       
   138 USERINCLUDE ../../am/include
       
   139 USERINCLUDE ../../../eapol_common/am/include
       
   140 USERINCLUDE ../../../eapol_common/include
       
   141 USERINCLUDE ../../../eapol_common/type
       
   142 USERINCLUDE ../../../eapol_common/am/common/DSS_random
       
   143 USERINCLUDE ../../../eapol_common/type/tls_peap/tls/include
       
   144 USERINCLUDE ../../../eapol_common/type/simple_config/simple_config/include
       
   145 USERINCLUDE ../../../eapol_common/type/simple_config/eap/include
       
   146 
       
   147 #if defined(EAP_USE_WPXM)
       
   148 USERINCLUDE ../../../eapol_common/wpx_include
       
   149 #endif //#if defined(EAP_USE_WPXM)
       
   150 USERINCLUDE ../../eap_if/include
       
   151 USERINCLUDE ../../eap_server/include
       
   152 
       
   153 
       
   154 SYSTEMINCLUDE	/epoc32/include/ecom
       
   155 SYSTEMINCLUDE	/epoc32/include/kernel 
       
   156 SYSTEMINCLUDE	/epoc32/include/libc
       
   157 SYSTEMINCLUDE	/epoc32/include/libc/netinet
       
   158 
       
   159 
       
   160 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
   161 
       
   162 // Note, do not add eapsymbiantools.lib here. This library cannot use eapsymbiantools.lib because eapsymbiantools.lib already uses eaptools.lib.
       
   163 LIBRARY		ecom.lib
       
   164 LIBRARY		eaptrace.lib
       
   165 LIBRARY		euser.lib hash.lib random.lib cryptography.lib efsrv.lib asn1.lib edbms.lib
       
   166 LIBRARY     charconv.lib
       
   167 
       
   168 MACRO USE_EAP_INTERFACE_EXPORTS
       
   169 
       
   170 //-------------------------------------------------------------------
       
   171 // End of File