eapol/eapol_framework/eapol_symbian/tools/group/eapsymbiantools.mmp
changeset 39 fe6b6762fccd
parent 33 938269283a16
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
     1 /*
     1 /*
     2 * Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2001-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Project definition file for project EAPOL
    14 * Description:  Project definition file for tools library.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 9 %
    19 * %version: 10 %
    20 */
    20 */
    21 
    21 
    22 //-------------------------------------------------------------------
    22 //-------------------------------------------------------------------
    23 
    23 
    24 #include <platform_paths.hrh>
    24 #include <platform_paths.hrh>
    25 #include "../../group/eapol.mmh"
    25 #include "../../group/eapol.mmh"
    26 
    26 
    27 //-------------------------------------------------------------------
    27 //-------------------------------------------------------------------
    28 CAPABILITY ALL -TCB
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
    29 VENDORID VID_DEFAULT
    30 VENDORID VID_DEFAULT
    30 
    31 
    31 TARGET			eapsymbiantools.dll
    32 TARGET			eapsymbiantools.dll
    32 TARGETTYPE		dll
    33 TARGETTYPE		dll
    33 UID			0x1000008d  0x20026fd0
    34 UID			0x1000008d  0x20026fd0
    40 
    41 
    41 ///////////////////////////////////////////////////////////////////
    42 ///////////////////////////////////////////////////////////////////
    42 
    43 
    43 LANG	SC
    44 LANG	SC
    44 
    45 
    45 //USERINCLUDE ..
       
    46 USERINCLUDE ../../am/type/symbian/plugin/include
    46 USERINCLUDE ../../am/type/symbian/plugin/include
    47 USERINCLUDE ../../am/common
    47 USERINCLUDE ../../am/common
    48 USERINCLUDE ../../../eapol_common/am/common
    48 USERINCLUDE ../../../eapol_common/am/common
    49 USERINCLUDE ../../am/include
    49 USERINCLUDE ../../am/include
    50 USERINCLUDE ../../../eapol_common/am/include
    50 USERINCLUDE ../../../eapol_common/am/include
    53 USERINCLUDE ../../../eapol_common/am/common/DSS_random
    53 USERINCLUDE ../../../eapol_common/am/common/DSS_random
    54 USERINCLUDE ../../../eapol_common/type/tls_peap/tls/include
    54 USERINCLUDE ../../../eapol_common/type/tls_peap/tls/include
    55 USERINCLUDE ../../../eapol_common/type/simple_config/simple_config/include
    55 USERINCLUDE ../../../eapol_common/type/simple_config/simple_config/include
    56 USERINCLUDE ../../../eapol_common/type/simple_config/eap/include
    56 USERINCLUDE ../../../eapol_common/type/simple_config/eap/include
    57 
    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
    58 USERINCLUDE ../../eap_if/include
    62 USERINCLUDE ../../eap_server/include
    59 USERINCLUDE ../../eap_server/include
    63 
    60 
    64 
    61 
    65 SYSTEMINCLUDE	/epoc32/include/ecom
    62 SYSTEMINCLUDE	/epoc32/include/ecom
    75 LIBRARY		euser.lib hash.lib random.lib cryptography.lib efsrv.lib asn1.lib edbms.lib
    72 LIBRARY		euser.lib hash.lib random.lib cryptography.lib efsrv.lib asn1.lib edbms.lib
    76 LIBRARY     charconv.lib 
    73 LIBRARY     charconv.lib 
    77 
    74 
    78 MACRO USE_EAP_INTERFACE_EXPORTS
    75 MACRO USE_EAP_INTERFACE_EXPORTS
    79 
    76 
       
    77 
    80 //-------------------------------------------------------------------
    78 //-------------------------------------------------------------------
    81 // End of File
    79 // End of File