eapol/eapol_framework/eapol_symbian/group/eapsecurid.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        eapsecurid.dll
       
    27 UID	          0x10009d8d 0x101F8E74
       
    28 
       
    29 SOURCEPATH    ../am/type/securid/symbian/plugin/src
       
    30 
       
    31 START RESOURCE 101F8E74.rss 
       
    32 	TARGET eapsecurid.rsc
       
    33 END
       
    34 
       
    35 SOURCE        EapSecurID.cpp
       
    36 SOURCE        EapSecurIDProxy.cpp
       
    37 
       
    38 SOURCE        EapSecurIDDbUtils.cpp
       
    39 SOURCE        EapGtcDbUtils.cpp
       
    40 
       
    41 SOURCEPATH    ../am/type/symbian/plugin/common
       
    42 SOURCE	      EapTypeInfo.cpp
       
    43 
       
    44 SOURCEPATH    ../am/type/securid/symbian
       
    45 SOURCE 	      eap_am_type_securid_symbian.cpp
       
    46 
       
    47 SOURCEPATH    ../../eapol_common/type/securid/core
       
    48 SOURCE		  eap_type_securid.cpp
       
    49 SOURCE		  eap_type_securid_client.cpp
       
    50 SOURCE		  eap_type_securid_state.cpp
       
    51 
       
    52 #ifdef COMPILE_EAP_SECURID_SERVER
       
    53 	SOURCE		  eap_type_securid_server.cpp
       
    54 #endif
       
    55 
       
    56 SOURCEPATH    ../am/common/symbian
       
    57 SOURCE		  eap_am_trace_symbian.cpp
       
    58 
       
    59 SOURCEPATH    ../am/type/securid/symbian/plugin/src
       
    60 SOURCE		  EapGtcUiConnection.cpp
       
    61 SOURCE        EapGtcUiDataConnection.cpp
       
    62 SOURCE        EapGtcUiGtcData.cpp
       
    63 LIBRARY       avkon.lib
       
    64 STATICLIBRARY eapgtcui.lib
       
    65 
       
    66 USERINCLUDE   ../am/type/securid/symbian/plugin/inc
       
    67 USERINCLUDE   ../../eapol_common/type/securid/include
       
    68 USERINCLUDE   ../../eapol_common/include
       
    69 USERINCLUDE   ../am/include
       
    70 USERINCLUDE   ../../eapol_common/am/include
       
    71 USERINCLUDE	  ../am/type/symbian/plugin/include
       
    72 USERINCLUDE   ../../eapol_common/type
       
    73 
       
    74 //SYSTEMINCLUDE /epoc32/include/ecom
       
    75 //SYSTEMINCLUDE /epoc32/include/libc
       
    76 //SYSTEMINCLUDE /epoc32/include/cshelp
       
    77 
       
    78 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    79 
       
    80 LIBRARY     euser.lib ecom.lib eapol.lib edbms.lib efsrv.lib cone.lib eikcoctl.lib
       
    81 LIBRARY		bafl.lib
       
    82 LIBRARY     eikdlg.lib
       
    83 LIBRARY     eikcore.lib
       
    84 LIBRARY     hlplch.lib
       
    85 LIBRARY		featmgr.lib
       
    86 
       
    87 LANG		  SC
       
    88 
       
    89 MACRO EAP_NO_EXPORTS=1
       
    90 
       
    91 //-------------------------------------------------------------------
       
    92 
       
    93 //-------------------------------------------------------------------
       
    94 // End of File