eapol/eapol_framework/eapol_symbian/group/eapgeneric.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 project EAP-generic.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 24 %
       
    20 */
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 #include "eapol.mmh"
       
    24 
       
    25 CAPABILITY CAP_ECOM_PLUGIN
       
    26 VENDORID VID_DEFAULT
       
    27 TARGETTYPE    PLUGIN
       
    28 
       
    29 TARGET	eapgeneric.dll
       
    30 UID		0x10009d8d 0x20026FD1
       
    31 
       
    32 deffile eapgeneric.def
       
    33 
       
    34 SOURCEPATH    ../am/type/generic/symbian/plugin/src
       
    35 SOURCE		EapGeneric.cpp 
       
    36 SOURCE		EapGenericProxy.cpp 
       
    37 
       
    38 SOURCEPATH  ../eap_if/data
       
    39 START RESOURCE 20026fd1.rss
       
    40 	TARGET EapGeneric
       
    41 END
       
    42 
       
    43 SOURCEPATH	../am/type/symbian/plugin/common
       
    44 SOURCE		EapTypeInfo.cpp
       
    45 
       
    46 SOURCEPATH  ../../eapol_common/core
       
    47 SOURCE		eap_plugin_client_message_if.cpp
       
    48 SOURCE		eap_plugin_message_base.cpp
       
    49 
       
    50 SOURCEPATH  ../../eapol_common/common
       
    51 SOURCE		eap_method_settings.cpp
       
    52 
       
    53 SOURCEPATH  ../../eapol_common/type/simple_config/simple_config/src
       
    54 SOURCE		simple_config_payloads.cpp
       
    55 SOURCE		simple_config_credential.cpp
       
    56 SOURCE		simple_config_types.cpp
       
    57 SOURCE		simple_config_tlv_header.cpp
       
    58 SOURCE		simple_config_message.cpp
       
    59 
       
    60 SOURCEPATH  ../eap_if/src
       
    61 SOURCE 		eap_am_message_if_symbian.cpp
       
    62 SOURCE		EapClientIf.cpp
       
    63 
       
    64 LIBRARY	    charconv.lib
       
    65 
       
    66 SYSTEMINCLUDE /epoc32/include/ecom
       
    67 
       
    68 USERINCLUDE	../am/include
       
    69 USERINCLUDE	../am/type/symbian/plugin/include
       
    70 USERINCLUDE	../../eapol_common
       
    71 USERINCLUDE	../../eapol_common/include
       
    72 USERINCLUDE	../../eapol_common/am/include
       
    73 USERINCLUDE	../am/type/generic/symbian/plugin/inc
       
    74 USERINCLUDE	../../eapol_common/type
       
    75 USERINCLUDE	../../eapol_common/type/simple_config/simple_config/include/
       
    76 USERINCLUDE	../eap_if/include
       
    77 USERINCLUDE	../eap_server/include
       
    78 
       
    79 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    80 
       
    81 LIBRARY		euser.lib eaptools.lib eaptrace.lib eapsymbiantools.lib edbms.lib efsrv.lib  eapclientif.lib ecom.lib
       
    82 LIBRARY		cone.lib eikcoctl.lib eikctl.lib bafl.lib
       
    83 LIBRARY		estor.lib	// For RReadStream
       
    84 
       
    85 LANG		SC
       
    86 
       
    87 LIBRARY	eikdlg.lib
       
    88 LIBRARY	eikcore.lib
       
    89 LIBRARY	hlplch.lib
       
    90 LIBRARY		featmgr.lib
       
    91 
       
    92 
       
    93 //-------------------------------------------------------------------
       
    94 // End of File