eapol/eapol_framework/eapol_symbian/group/eapgeneric.mmp
changeset 26 9abfd4f00d37
child 27 9660a5eb236f
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
       
     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: 22 %
       
    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 SOURCEPATH    ../am/type/generic/symbian/plugin/src
       
    33 SOURCE		EapGeneric.cpp 
       
    34 SOURCE		EapGenericProxy.cpp 
       
    35 
       
    36 SOURCEPATH  ../eap_if/data
       
    37 START RESOURCE 20026fd1.rss
       
    38 	TARGET EapGeneric
       
    39 END
       
    40 
       
    41 SOURCEPATH	../am/type/symbian/plugin/common
       
    42 SOURCE		EapTypeInfo.cpp
       
    43 
       
    44 SOURCEPATH  ../../eapol_common/core
       
    45 SOURCE		eap_plugin_client_message_if.cpp
       
    46 SOURCE		eap_plugin_message_base.cpp
       
    47 
       
    48 SOURCEPATH  ../../eapol_common/common
       
    49 SOURCE		eap_method_settings.cpp
       
    50 
       
    51 SOURCEPATH  ../../eapol_common/type/simple_config/simple_config/src
       
    52 SOURCE		simple_config_payloads.cpp
       
    53 SOURCE		simple_config_credential.cpp
       
    54 SOURCE		simple_config_types.cpp
       
    55 SOURCE		simple_config_tlv_header.cpp
       
    56 SOURCE		simple_config_message.cpp
       
    57 
       
    58 SOURCEPATH  ../eap_if/src
       
    59 SOURCE 		eap_am_message_if_symbian.cpp
       
    60 SOURCE		EapClientIf.cpp
       
    61 
       
    62 LIBRARY	    charconv.lib
       
    63 
       
    64 SYSTEMINCLUDE /epoc32/include/ecom
       
    65 
       
    66 USERINCLUDE	../am/include
       
    67 USERINCLUDE	../am/type/symbian/plugin/include
       
    68 USERINCLUDE	../../eapol_common
       
    69 USERINCLUDE	../../eapol_common/include
       
    70 USERINCLUDE	../../eapol_common/am/include
       
    71 USERINCLUDE	../am/type/generic/symbian/plugin/inc
       
    72 USERINCLUDE	../../eapol_common/type
       
    73 USERINCLUDE	../../eapol_common/type/simple_config/simple_config/include/
       
    74 USERINCLUDE	../eap_if/include
       
    75 USERINCLUDE	../eap_server/include
       
    76 
       
    77 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    78 
       
    79 LIBRARY		euser.lib eaptools.lib eaptrace.lib eapsymbiantools.lib edbms.lib efsrv.lib  eapclientif.lib ecom.lib
       
    80 LIBRARY		cone.lib eikcoctl.lib eikctl.lib bafl.lib
       
    81 LIBRARY		estor.lib	// For RReadStream
       
    82 
       
    83 LANG		SC
       
    84 
       
    85 LIBRARY	eikdlg.lib
       
    86 LIBRARY	eikcore.lib
       
    87 LIBRARY	hlplch.lib
       
    88 LIBRARY		featmgr.lib
       
    89 
       
    90 // exports unfrozen in winscw
       
    91 #if defined(WINSCW)
       
    92 EXPORTUNFROZEN
       
    93 #endif
       
    94 
       
    95 //-------------------------------------------------------------------
       
    96 // End of File