eapol/eapol_framework/eapol_symbian/group/eapauthserver.mmp
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
child 55 9c2aa05919d9
equal deleted inserted replaced
45:bad0cc58d154 46: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 eapauthserver
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version:  33 %
       
    20 */
       
    21 
       
    22 //-------------------------------------------------------------------
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 #include "eapol.mmh"
       
    26 
       
    27 //-------------------------------------------------------------------
       
    28 CAPABILITY ALL -TCB
       
    29 VENDORID VID_DEFAULT
       
    30 
       
    31 TARGET			EapAuthServer.dll
       
    32 TARGETTYPE		dll
       
    33 UID			0x1000008d  0x20026807
       
    34 
       
    35 ///////////////////////////////////////////////////////////////////
       
    36 
       
    37 LANG	SC
       
    38 
       
    39 
       
    40 //USERINCLUDE ../../wapi_symbian/wapi_client/include/
       
    41 //USERINCLUDE ../../wapi_symbian/wapi_server/include/
       
    42 //USERINCLUDE ../../wapi_symbian/wapi_adaptation/
       
    43 USERINCLUDE ../eap_if/include
       
    44 USERINCLUDE ../eap_server/include
       
    45 USERINCLUDE ../../eapol_common/am/include
       
    46 USERINCLUDE ../../eapol_common/include
       
    47 USERINCLUDE ../../eapol_symbian/am/include
       
    48 USERINCLUDE ../../eapol_symbian/am/include/eaptlspeap_db_api_inc
       
    49 USERINCLUDE ../../eapol_common/type/simple_config/simple_config/include
       
    50 USERINCLUDE ../../eapol_symbian/am/type/fast/symbian/inc
       
    51 USERINCLUDE ../../eapol_common/type/tls_peap/eap/include/
       
    52 USERINCLUDE ../../eapol_common/type/tls_peap/tls/include/
       
    53 #if defined(USE_FAST_EAP_TYPE)
       
    54 USERINCLUDE ../../eapol_common/type/tls_peap/tls/include/wpx
       
    55 #endif
       
    56 USERINCLUDE ../am/type/tls_peap/symbian/plugin/inc
       
    57 USERINCLUDE ../am/type/ttls_pap/symbian/inc
       
    58 USERINCLUDE ../am/type/symbian/plugin/include
       
    59 
       
    60 SYSTEMINCLUDE /epoc32/include/ecom
       
    61 SYSTEMINCLUDE /epoc32/include/kernel 
       
    62 SYSTEMINCLUDE /epoc32/include/libc
       
    63 SYSTEMINCLUDE /epoc32/include/libc/netinet
       
    64 
       
    65 SOURCEPATH ../eap_server/src/
       
    66 SOURCE EapCoreIf.cpp
       
    67 SOURCE EapPluginIf.cpp
       
    68 SOURCE EapServerProcessHandler.cpp
       
    69 SOURCE EapScheduler.cpp
       
    70 SOURCE EapServer.cpp
       
    71 SOURCE EapServerExe.cpp
       
    72 SOURCE EapSession.cpp
       
    73 SOURCE EapSettingsIf.cpp
       
    74 SOURCE eap_am_general_settings_symbian.cpp
       
    75 SOURCE eap_am_plugin_symbian.cpp
       
    76 SOURCE eap_am_stack_symbian.cpp
       
    77 SOURCE eap_loaded_type.cpp
       
    78 SOURCE EapServerBackup.cpp
       
    79 
       
    80 SOURCEPATH ../eap_if/src/
       
    81 SOURCE EapClientIf.cpp
       
    82 
       
    83 SOURCEPATH ../../eapol_common/core
       
    84 SOURCE eap_core_server_message_if.cpp
       
    85 SOURCE eap_plugin_server_message_if.cpp
       
    86 SOURCE eap_general_settings_server_message_if.cpp
       
    87 SOURCE eapol_key_state_string.cpp
       
    88 
       
    89 
       
    90 SOURCEPATH  ../../eapol_common/common
       
    91 SOURCE		eap_method_settings.cpp
       
    92 
       
    93 SOURCEPATH    ../am/type/tls_peap/symbian/plugin/src
       
    94 SOURCE		  EapTlsPeapCertFetcher.cpp
       
    95 
       
    96 SOURCEPATH	../am/common/symbian
       
    97 SOURCE EapConfigToolsSymbian.cpp
       
    98 
       
    99 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
   100 
       
   101 LIBRARY  eaptools.lib eaptrace.lib eapsymbiantools.lib
       
   102 
       
   103 LIBRARY		euser.lib ecom.lib efsrv.lib cone.lib
       
   104 LIBRARY		etelmm.lib etel.lib	// For ETel connection
       
   105 LIBRARY		hash.lib random.lib cryptography.lib asn1.lib
       
   106 LIBRARY     estor.lib edbms.lib // for RReadStream and RDbColReadStream
       
   107 LIBRARY     charconv.lib 
       
   108 LIBRARY bafl.lib
       
   109 LIBRARY estlib.lib // For memcmp, used in NRC ECC library.
       
   110 
       
   111 // JPH: EapTlsPeapCertFetcher.cpp requires
       
   112 LIBRARY		  x509certnameparser.lib		// For parsing of certificate label. 
       
   113 LIBRARY	    x509.lib crypto.lib certstore.lib ctframework.lib pkixcert.lib
       
   114 LIBRARY		x500.lib eikctl.lib egul.lib fbscli.lib
       
   115 
       
   116 #if defined(USE_FAST_EAP_TYPE)
       
   117 LIBRARY		pacstoreif.lib
       
   118 #endif
       
   119 
       
   120 
       
   121 //-------------------------------------------------------------------
       
   122 // End of File