eapol/eapol_framework/eapol_symbian/group/eapolwpxstub.mmp
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     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 
       
    20 //-------------------------------------------------------------------
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 #include "eapol.mmh"
       
    24 
       
    25 //-------------------------------------------------------------------
       
    26 
       
    27 TARGET			eapolwpxstub.lib
       
    28 
       
    29 TARGETTYPE		lib
       
    30 UID			0x1000008d  0x101f8e48
       
    31 
       
    32 ///////////////////////////////////////////////////////////////////
       
    33 
       
    34 LANG	SC
       
    35 
       
    36 SOURCEPATH ../../eapol_common/wpxstub
       
    37 SOURCE eapol_core_wpxm_stub.cpp
       
    38 SOURCE eapol_key_state_common_wpxm_stub.cpp
       
    39 SOURCE ethernet_core_wpxm_stub.cpp
       
    40 
       
    41 USERINCLUDE ..
       
    42 USERINCLUDE ../am/type/symbian/plugin/include
       
    43 USERINCLUDE ../am/common
       
    44 USERINCLUDE ../../eapol_common/am/common
       
    45 USERINCLUDE ../am/include
       
    46 USERINCLUDE ../../eapol_common/am/include
       
    47 USERINCLUDE ../../eapol_common/include
       
    48 USERINCLUDE ../../eapol_common/type
       
    49 USERINCLUDE ../../eapol_common/am/common/DSS_random
       
    50 
       
    51 SYSTEMINCLUDE /epoc32/include/ecom
       
    52 SYSTEMINCLUDE /epoc32/include/kernel 
       
    53 SYSTEMINCLUDE /epoc32/include/libc
       
    54 SYSTEMINCLUDE /epoc32/include/libc/netinet
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    57 
       
    58 //-------------------------------------------------------------------
       
    59 // End of File