os/boardsupport/emulator/emulatorbsp/enet.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // wins/enet.mmp
    15 // 
    16 //
    17 
    18 #include "kernel/kern_ext.mmh"
    19 
    20 USERINCLUDE         inc
    21 USERINCLUDE          wpdpack/include
    22 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
    23 
    24 target                          ethernet.pdd
    25 targettype                      pdd
    26 
    27 sourcepath                      specific
    28 source                          ethernet.cpp
    29 
    30 start wins
    31 
    32 #ifdef WINSCW
    33 win32_library	kernel32.lib wpdpack/lib/wpcap.lib 
    34 #else
    35 win32_library		kernel32.lib wpdpack/lib/wpcap.lib msvcrt.lib
    36 #endif
    37 
    38 end
    39 
    40 capability all
    41 
    42 
    43 VENDORID 0x70000001