sdkcreationmw/sdkruntimes/emulatorplugins/Ethernet/group/EcmtEthernetPlugin.mmp
changeset 0 b26acd06ea60
child 1 ac50fd48361b
equal deleted inserted replaced
-1:000000000000 0:b26acd06ea60
       
     1 /*
       
     2 * Copyright (c) 2002 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 "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 specification for the Ethernet (npacket) plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // These headers define the UID values
       
    20 #include "..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc\EcmtUids.h"
       
    21 #include "..\inc\EcmtEthernetPluginUids.h"
       
    22 
       
    23 TARGET          EcmtEthernetPlugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             KECOM_DLL_UID KETHERNETPLUGIN_DLL_UID
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ..\src
       
    30 SOURCE          EcmtEthernetPlugin.cpp
       
    31 SOURCEPATH      ..\..\Common\src
       
    32 SOURCE          EcmtCommonPluginBase.cpp
       
    33 SOURCE          EcmtFile.cpp
       
    34 
       
    35 USERINCLUDE     ..\inc
       
    36 USERINCLUDE     ..\..\Common\inc
       
    37 USERINCLUDE     ..\..\..\..\sdkconnectivityfw\emuconnectserver\Core\inc
       
    38 USERINCLUDE     ..\..\..\..\..\Ecmt\osutils\inc
       
    39 SYSTEMINCLUDE   \epoc32\include
       
    40 SYSTEMINCLUDE   \epoc32\include\ecom
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY		commdb.lib
       
    44 LIBRARY		bafl.lib
       
    45 LIBRARY		efsrv.lib
       
    46 LIBRARY		EcmtOsUtils.lib
       
    47 
       
    48 SOURCEPATH     ..\data
       
    49 START RESOURCE KETHERNETPLUGIN_RSS
       
    50 #ifdef SYMBIAN_SECURE_ECOM
       
    51 TARGET          EcmtEthernetPlugin.rsc
       
    52 #endif // SYMBIAN_SECURE_ECOM
       
    53 END
       
    54 
       
    55 START WINS
       
    56 WIN32_LIBRARY   kernel32.lib
       
    57 END