eapol/eapol_framework/eapol_symbian/group/eapsim.mmp
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-2006 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 project EAPOL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "eapol.mmh"
       
    21 
       
    22 CAPABILITY CAP_ECOM_PLUGIN
       
    23 VENDORID VID_DEFAULT
       
    24 TARGETTYPE    PLUGIN
       
    25 
       
    26 TARGET        eapsim.dll
       
    27 UID		0x10009d8d 0x101f8e49
       
    28 
       
    29 SOURCEPATH    ../am/type/gsmsim/symbian/plugin/src
       
    30 
       
    31 START RESOURCE 101f8e49.rss
       
    32 	TARGET eapsim.rsc
       
    33 END
       
    34 
       
    35 SOURCE        EapSim.cpp
       
    36 SOURCE		  EapSimProxy.cpp
       
    37 SOURCE		  EapSimDbUtils.cpp
       
    38 SOURCEPATH    ../am/type/symbian/plugin/common
       
    39 SOURCE	      EapTypeInfo.cpp
       
    40 
       
    41 SOURCEPATH    ../am/type/gsmsim/symbian
       
    42 SOURCE 	      eap_am_type_gsmsim_symbian.cpp
       
    43 
       
    44 SOURCEPATH	  ../../eapol_common/type/gsmsim/core
       
    45 SOURCE	      eap_type_gsmsim_state_notification.cpp
       
    46 SOURCE		  eap_type_gsmsim_payloads.cpp
       
    47 SOURCE		  eap_type_gsmsim_state.cpp
       
    48 SOURCE        eap_type_gsmsim.cpp
       
    49 SOURCE		  eap_type_gsmsim_client.cpp
       
    50 SOURCE		  eap_type_gsmsim_server.cpp
       
    51 SOURCE        eap_type_gsmsim_header.cpp
       
    52 SOURCE		  eap_type_gsmsim_initialized.cpp
       
    53 SOURCE		  eap_type_gsmsim_mac_attributes.cpp
       
    54 
       
    55 SOURCEPATH	  ../../eapol_common/common
       
    56 SOURCE        eap_sim_triplets.cpp
       
    57 
       
    58 SOURCEPATH    ../am/common/symbian
       
    59 SOURCE		  eap_am_trace_symbian.cpp
       
    60 
       
    61 SOURCEPATH    ../am/type/gsmsim/symbian/plugin/src
       
    62 SOURCE		  EapSimUiConnection.cpp
       
    63 SOURCE        EapSimUiDataConnection.cpp
       
    64 SOURCE        EapSimUiSimData.cpp
       
    65 
       
    66 LIBRARY       avkon.lib
       
    67 STATICLIBRARY eapsimui.lib
       
    68 
       
    69 USERINCLUDE   ../am/type/gsmsim/symbian/plugin/inc
       
    70 USERINCLUDE   ../../eapol_common/type/gsmsim/include
       
    71 USERINCLUDE   ../../eapol_common/include
       
    72 USERINCLUDE   ../am/include
       
    73 USERINCLUDE   ../../eapol_common/am/include
       
    74 USERINCLUDE   ../../eapol_common/type
       
    75 
       
    76 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    77 
       
    78 LIBRARY       euser.lib ecom.lib eapol.lib edbms.lib efsrv.lib 
       
    79 LIBRARY		  cone.lib eikcoctl.lib eikctl.lib bafl.lib
       
    80 LIBRARY		  estor.lib	// For RReadStream
       
    81 
       
    82 LANG		  SC
       
    83 
       
    84 SOURCEPATH		../am/type/gsmsim/symbian/plugin/inc
       
    85 DOCUMENT		101f8e49.loc
       
    86 
       
    87 // For test environment, comment out USE_EAP_GSMSIM_INTERFACE in eapol.mmh.
       
    88 #if !defined(WINS) && defined(USE_EAP_GSMSIM_INTERFACE)
       
    89 	SOURCEPATH	../am/type/gsmsim/symbian
       
    90 	SOURCE 		EapSimInterface.cpp
       
    91 	LIBRARY		CustomAPI.lib etelmm.lib etel.lib	// For ETel connection	
       
    92 #endif // End of #if !defined(WINS) && defined(USE_EAP_GSMSIM_INTERFACE)
       
    93 
       
    94 MACRO EAP_NO_EXPORTS
       
    95 
       
    96 LIBRARY     eikdlg.lib
       
    97 LIBRARY     eikcore.lib
       
    98 LIBRARY     hlplch.lib
       
    99 LIBRARY		featmgr.lib
       
   100 
       
   101 //-------------------------------------------------------------------
       
   102 // End of File