eapol/eapol_framework/wapi_symbian/group/wlanwapiif.mmp
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ./accesssec/eapol/eapol_framework/wapi_symbian/group/wlanwapiif.mmp
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : Project definition file for project WAPI
       
     6 *  Version     : %version: 9.1.3.1.2 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2001-2009 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.1
       
    18 */
       
    19 
       
    20 
       
    21 //-------------------------------------------------------------------
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 #include "wapi.mmh"
       
    25 
       
    26 //-------------------------------------------------------------------
       
    27 CAPABILITY CAP_ECOM_PLUGIN
       
    28 TARGET wlanwapiif.dll
       
    29 TARGETTYPE    PLUGIN
       
    30 
       
    31 VENDORID VID_DEFAULT
       
    32 
       
    33 // ECom Dll recognition UID followed by the unique UID for this dll
       
    34 UID 0x10009D8D 0x2001959f
       
    35 
       
    36 ///////////////////////////////////////////////////////////////////
       
    37 
       
    38 LANG	SC
       
    39 
       
    40 
       
    41 USERINCLUDE ../../eapol_symbian/am/type/symbian/plugin/include
       
    42 USERINCLUDE ../../eapol_symbian/am/common
       
    43 USERINCLUDE ../../eapol_common/am/common
       
    44 USERINCLUDE ../../eapol_symbian/am/include
       
    45 USERINCLUDE ../../eapol_common/am/include
       
    46 USERINCLUDE ../../eapol_common/include
       
    47 USERINCLUDE ../../eapol_common/type
       
    48 USERINCLUDE ../../eapol_common/am/common/DSS_random
       
    49 USERINCLUDE ../../wapi_common/include/
       
    50 USERINCLUDE ../wlanwapiif/inc
       
    51 USERINCLUDE ../include
       
    52 
       
    53 SYSTEMINCLUDE /epoc32/include/ecom
       
    54 SYSTEMINCLUDE /epoc32/include/kernel 
       
    55 SYSTEMINCLUDE /epoc32/include/libc
       
    56 SYSTEMINCLUDE /epoc32/include/libc/netinet
       
    57 
       
    58 SOURCEPATH ../wlanwapiif/src
       
    59 
       
    60 SOURCE  wlan_wapi_if_implementation.cpp
       
    61 
       
    62 SOURCEPATH ../wlanwapiif/data
       
    63 START RESOURCE 2001959f.rss
       
    64 TARGET wlanwapiif.rsc
       
    65 END
       
    66 
       
    67 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    68 
       
    69 MACRO USE_EAP_INTERFACE_EXPORTS
       
    70 
       
    71 LIBRARY euser.lib ECom.lib eapol.lib edbms.lib efsrv.lib wapi.lib
       
    72 //-------------------------------------------------------------------
       
    73 // End of File