eapol/eapol_framework/eapol_symbian/tools/group/eapsymbiantools.mmp
changeset 26 9abfd4f00d37
child 27 9660a5eb236f
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
       
     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: %
       
    20 */
       
    21 
       
    22 //-------------------------------------------------------------------
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 #include "../../group/eapol.mmh"
       
    26 
       
    27 //-------------------------------------------------------------------
       
    28 CAPABILITY ALL -TCB
       
    29 VENDORID VID_DEFAULT
       
    30 
       
    31 TARGET			eapsymbiantools.dll
       
    32 TARGETTYPE		dll
       
    33 UID			0x1000008d  0x20026fd0
       
    34 
       
    35 deffile eapsymbiantools.def
       
    36 
       
    37 SOURCEPATH ../../am/common/symbian
       
    38 SOURCE EapExpandedType.cpp
       
    39 SOURCE EapPluginTools.cpp
       
    40 
       
    41 ///////////////////////////////////////////////////////////////////
       
    42 
       
    43 LANG	SC
       
    44 
       
    45 //USERINCLUDE ..
       
    46 USERINCLUDE ../../am/type/symbian/plugin/include
       
    47 USERINCLUDE ../../am/common
       
    48 USERINCLUDE ../../../eapol_common/am/common
       
    49 USERINCLUDE ../../am/include
       
    50 USERINCLUDE ../../../eapol_common/am/include
       
    51 USERINCLUDE ../../../eapol_common/include
       
    52 USERINCLUDE ../../../eapol_common/type
       
    53 USERINCLUDE ../../../eapol_common/am/common/DSS_random
       
    54 USERINCLUDE ../../../eapol_common/type/tls_peap/tls/include
       
    55 USERINCLUDE ../../../eapol_common/type/simple_config/simple_config/include
       
    56 USERINCLUDE ../../../eapol_common/type/simple_config/eap/include
       
    57 
       
    58 #if defined(EAP_USE_WPXM)
       
    59 USERINCLUDE ../../../eapol_common/wpx_include
       
    60 #endif //#if defined(EAP_USE_WPXM)
       
    61 USERINCLUDE ../../eap_if/include
       
    62 USERINCLUDE ../../eap_server/include
       
    63 
       
    64 
       
    65 SYSTEMINCLUDE	/epoc32/include/ecom
       
    66 SYSTEMINCLUDE	/epoc32/include/kernel 
       
    67 SYSTEMINCLUDE	/epoc32/include/libc
       
    68 SYSTEMINCLUDE	/epoc32/include/libc/netinet
       
    69 
       
    70 
       
    71 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    72 
       
    73 LIBRARY		eaptools.lib eaptrace.lib
       
    74 LIBRARY		ecom.lib 
       
    75 LIBRARY		euser.lib hash.lib random.lib cryptography.lib efsrv.lib asn1.lib edbms.lib
       
    76 LIBRARY     charconv.lib 
       
    77 
       
    78 MACRO USE_EAP_INTERFACE_EXPORTS
       
    79 
       
    80 // exports unfrozen in winscw
       
    81 #if defined(WINSCW)
       
    82 EXPORTUNFROZEN
       
    83 #endif
       
    84 
       
    85 //-------------------------------------------------------------------
       
    86 // End of File