eapol/eapol_framework/eapol_symbian/group/eapgeneralsettings.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-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 EAP-general settings.
       
    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	eapgeneralsettings.dll
       
    30 UID		0x10009d8d 0x20026FD6
       
    31 
       
    32 deffile eapgeneralsettings.def
       
    33 
       
    34 SOURCEPATH  ../eap_if/data
       
    35 START RESOURCE 20026fd6.rss
       
    36 	TARGET EapGeneralSettings
       
    37 END
       
    38 
       
    39 SOURCEPATH  ../../eapol_common/core
       
    40 SOURCE		eap_general_settings_client_message_if.cpp
       
    41 SOURCE		eap_general_settings_message.cpp
       
    42 
       
    43 SOURCEPATH  ../../eapol_common/common
       
    44 SOURCE		eap_method_settings.cpp
       
    45 
       
    46 SOURCEPATH  ../eap_if/src
       
    47 SOURCE		EapGeneralSettingsImpl.cpp
       
    48 SOURCE		EapGeneralSettingsProxy.cpp
       
    49 SOURCE 		eap_am_message_if_symbian.cpp
       
    50 SOURCE		EapClientIf.cpp
       
    51 
       
    52 LIBRARY	    charconv.lib
       
    53 
       
    54 SYSTEMINCLUDE /epoc32/include/ecom
       
    55 
       
    56 USERINCLUDE	../am/include
       
    57 USERINCLUDE	../am/type/symbian/plugin/include
       
    58 USERINCLUDE	../../eapol_common
       
    59 USERINCLUDE	../../eapol_common/include
       
    60 USERINCLUDE	../../eapol_common/am/include
       
    61 USERINCLUDE	../am/type/generic/symbian/plugin/inc
       
    62 USERINCLUDE	../../eapol_common/type
       
    63 USERINCLUDE	../../eapol_common/type/simple_config/simple_config/include/
       
    64 USERINCLUDE	../eap_if/include
       
    65 USERINCLUDE	../eap_server/include
       
    66 
       
    67 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    68 
       
    69 LIBRARY		euser.lib eaptools.lib eaptrace.lib eapsymbiantools.lib edbms.lib efsrv.lib ecom.lib eapclientif.lib
       
    70 LIBRARY		cone.lib eikcoctl.lib eikctl.lib bafl.lib
       
    71 LIBRARY		estor.lib	// For RReadStream
       
    72 
       
    73 LANG		SC
       
    74 
       
    75 LIBRARY	eikdlg.lib
       
    76 LIBRARY	eikcore.lib
       
    77 LIBRARY	hlplch.lib
       
    78 LIBRARY		featmgr.lib
       
    79 
       
    80 
       
    81 //-------------------------------------------------------------------
       
    82 // End of File