eapol/eapol_framework/eapol_symbian/group/wlaneapolif.mmp
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2007 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 #include <platform_paths.hrh>
       
    20 #include "eapol.mmh"
       
    21 
       
    22 #if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
       
    23 
       
    24 CAPABILITY CAP_ECOM_PLUGIN
       
    25 TARGET wlaneapolif.dll
       
    26 TARGETTYPE    PLUGIN
       
    27 
       
    28 VENDORID VID_DEFAULT
       
    29 
       
    30 // ECom Dll recognition UID followed by the unique UID for this dll
       
    31 UID 0x10009D8D 0x2000b05a
       
    32 
       
    33 SOURCEPATH ../am/wlaneapolif/src
       
    34 SOURCE		wlan_eapol_if_implementation.cpp
       
    35 
       
    36 USERINCLUDE   ../am/wlaneapolif/inc
       
    37 USERINCLUDE ..
       
    38 USERINCLUDE ../am/type/symbian/plugin/include
       
    39 USERINCLUDE ../am/common
       
    40 USERINCLUDE ../../eapol_common/am/common
       
    41 USERINCLUDE ../am/include
       
    42 USERINCLUDE   ../../eapol_common/am/include
       
    43 USERINCLUDE   ../../eapol_common/include
       
    44 USERINCLUDE   ../../eapol_common/type
       
    45 USERINCLUDE ../../eapol_common/am/common/DSS_random
       
    46 
       
    47 #if defined(USE_EAP_SIMPLE_CONFIG)
       
    48 USERINCLUDE   ../../eapol_common/type/simple_config/simple_config/include
       
    49 USERINCLUDE   ../../eapol_common/type/simple_config/eap/include
       
    50 #endif // #if defined(USE_EAP_SIMPLE_CONFIG)
       
    51 
       
    52 SYSTEMINCLUDE /epoc32/include/ecom
       
    53 SYSTEMINCLUDE /epoc32/include/libc
       
    54 SYSTEMINCLUDE /epoc32/include/cshelp
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    57 
       
    58 SOURCEPATH ../am/wlaneapolif/data
       
    59 START RESOURCE	2000b05a.rss
       
    60 TARGET wlaneapolif.rsc
       
    61 END
       
    62 
       
    63 LIBRARY euser.lib ECom.lib eapol.lib edbms.lib efsrv.lib
       
    64 DEBUGLIBRARY    flogger.lib
       
    65 
       
    66 #else
       
    67 
       
    68 TARGETTYPE    NONE
       
    69 
       
    70 #endif //#if defined(USE_EAPOL_WLAN_AUTHENTICATION_MESSAGE_IF)
       
    71 
       
    72 // End