eapol/eapol_framework/eapol_symbian/group/eapclientif.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    DLL
       
    28 
       
    29 TARGET	eapclientif.dll
       
    30 UID		0x10009d8d 0x20027033
       
    31 
       
    32 
       
    33 SYSTEMINCLUDE /epoc32/include/ecom
       
    34 
       
    35 USERINCLUDE	../am/include
       
    36 USERINCLUDE	../am/type/symbian/plugin/include
       
    37 USERINCLUDE	../../eapol_common
       
    38 USERINCLUDE	../../eapol_common/include
       
    39 USERINCLUDE	../../eapol_common/am/include
       
    40 USERINCLUDE	../am/type/generic/symbian/plugin/inc
       
    41 USERINCLUDE	../../eapol_common/type
       
    42 USERINCLUDE	../../eapol_common/type/simple_config/simple_config/include/
       
    43 USERINCLUDE	../eap_server/include
       
    44 USERINCLUDE	../eap_if/include
       
    45 
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    48 
       
    49 SOURCEPATH  ../eap_if/src
       
    50 SOURCE REapSession.cpp
       
    51 SOURCE EapClientIf.cpp
       
    52 
       
    53 LIBRARY		euser.lib ecom.lib eapauthserver.lib eaptools.lib eaptrace.lib
       
    54 
       
    55 
       
    56 // end