eapol/eapol_framework/eapol_symbian/group/eapvpnif.mmp
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2000 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 CAPABILITY CAP_ECOM_PLUGIN
       
    23 TARGET eapvpnif.dll
       
    24 TARGETTYPE    PLUGIN
       
    25 
       
    26 VENDORID VID_DEFAULT
       
    27 
       
    28 // ECom Dll recognition UID followed by the unique UID for this dll
       
    29 UID 0x10009D8D 0x10200ec9
       
    30 
       
    31 SOURCEPATH ../am/eapvpnif/src
       
    32 //SOURCE		eap_vpn_if_main.cpp
       
    33 SOURCE		eap_vpn_if_proxy.cpp
       
    34 SOURCE		eap_vpn_if_implementation.cpp
       
    35 SOURCE		eap_vpn_if_timer.cpp
       
    36 
       
    37 USERINCLUDE   ../am/eapvpnif/inc
       
    38 USERINCLUDE   ../../eapol_common/include
       
    39 USERINCLUDE   ../am/include
       
    40 USERINCLUDE   ../../eapol_common/am/include
       
    41 USERINCLUDE   ../../eapol_common/type/aka/include
       
    42 USERINCLUDE   ../../eapol_common/type/gsmsim/include
       
    43 
       
    44 USERINCLUDE   ../am/type/gsmsim/symbian/plugin/inc
       
    45 USERINCLUDE   ../am/type/aka/symbian/plugin/inc
       
    46 
       
    47 SYSTEMINCLUDE /epoc32/include/ecom
       
    48 SYSTEMINCLUDE /epoc32/include/libc
       
    49 SYSTEMINCLUDE /epoc32/include/cshelp
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.
       
    52 
       
    53 SOURCEPATH ../am/eapvpnif/data
       
    54 START RESOURCE	10200ec9.rss
       
    55 TARGET eapvpnif.rsc
       
    56 END
       
    57 
       
    58 LIBRARY euser.lib ECom.lib eapol.lib edbms.lib efsrv.lib PlatformEnv.lib
       
    59 DEBUGLIBRARY    flogger.lib
       
    60 
       
    61 // End