eapol/eapol_framework/eapol_symbian/tools/group/eaptrace.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-2010 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 trace library.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 5 %
       
    20 */
       
    21 
       
    22 //-------------------------------------------------------------------
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 #include "../../group/eapol.mmh"
       
    26 
       
    27 //-------------------------------------------------------------------
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 TARGET			eaptrace.dll
       
    33 TARGETTYPE		dll
       
    34 UID			0x1000008d  0x2002b38f
       
    35 
       
    36 deffile eaptrace.def
       
    37 
       
    38 SOURCEPATH ../../am/common/symbian
       
    39 SOURCE eap_am_trace_symbian.cpp
       
    40 
       
    41 ///////////////////////////////////////////////////////////////////
       
    42 
       
    43 LANG	SC
       
    44 
       
    45 USERINCLUDE ../../am/type/symbian/plugin/include
       
    46 USERINCLUDE ../../am/common
       
    47 USERINCLUDE ../../../eapol_common/am/common
       
    48 USERINCLUDE ../../am/include
       
    49 USERINCLUDE ../../../eapol_common/am/include
       
    50 USERINCLUDE ../../../eapol_common/include
       
    51 USERINCLUDE ../../../eapol_common/type
       
    52 USERINCLUDE ../../../eapol_common/am/common/DSS_random
       
    53 USERINCLUDE ../../../eapol_common/type/tls_peap/tls/include
       
    54 USERINCLUDE ../../../eapol_common/type/simple_config/simple_config/include
       
    55 USERINCLUDE ../../../eapol_common/type/simple_config/eap/include
       
    56 
       
    57 USERINCLUDE ../../eap_if/include
       
    58 USERINCLUDE ../../eap_server/include
       
    59 
       
    60 
       
    61 SYSTEMINCLUDE	/epoc32/include/ecom
       
    62 SYSTEMINCLUDE	/epoc32/include/kernel 
       
    63 SYSTEMINCLUDE	/epoc32/include/libc
       
    64 SYSTEMINCLUDE	/epoc32/include/libc/netinet
       
    65 
       
    66 
       
    67 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    68 
       
    69 LIBRARY		ecom.lib 
       
    70 LIBRARY		euser.lib hash.lib random.lib cryptography.lib efsrv.lib asn1.lib edbms.lib
       
    71 LIBRARY     charconv.lib 
       
    72 
       
    73 MACRO USE_EAP_INTERFACE_EXPORTS
       
    74 
       
    75 
       
    76 //-------------------------------------------------------------------
       
    77 // End of File