eapol/eapol_framework/eapol_symbian/group/eapcoreinterfaceimplementation.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 EAPOL
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 9 %
       
    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	EapCoreInterfaceImplementation.dll
       
    30 UID		0x10009D8D 0x20026FCD
       
    31 SECUREID 0x20026FCD
       
    32 
       
    33 deffile eapcoreinterfaceimplementation.def
       
    34 
       
    35 SOURCEPATH  ../eap_if/data
       
    36 START RESOURCE 20026fcd.rss
       
    37 TARGET EapCoreInterfaceImplementation
       
    38 END
       
    39 
       
    40 /*
       
    41 SOURCEPATH  ../eap_if/data
       
    42 START RESOURCE 20026fd3.rss
       
    43 	TARGET EapPlugin.rsc
       
    44 END
       
    45 */
       
    46 
       
    47 SYSTEMINCLUDE /epoc32/include/ecom
       
    48 
       
    49 USERINCLUDE	../am/include
       
    50 USERINCLUDE	../am/type/symbian/plugin/include
       
    51 USERINCLUDE	../../eapol_common
       
    52 USERINCLUDE	../../eapol_common/include
       
    53 USERINCLUDE	../../eapol_common/am/include
       
    54 USERINCLUDE	../am/type/generic/symbian/plugin/inc
       
    55 USERINCLUDE	../../eapol_common/type
       
    56 USERINCLUDE	../../eapol_common/type/simple_config/simple_config/include/
       
    57 USERINCLUDE	../eap_server/include
       
    58 USERINCLUDE	../eap_if/include
       
    59 
       
    60 
       
    61 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    62 
       
    63 SOURCEPATH  ../eap_if/src
       
    64 SOURCE EapCoreInterfaceImplementation.cpp
       
    65 SOURCE EapClientIf.cpp
       
    66 
       
    67 LIBRARY		euser.lib ecom.lib eapclientif.lib eaptools.lib eaptrace.lib eapsymbiantools.lib
       
    68 
       
    69 
       
    70 // end