emulator/emulatorbsp/enet.mmp
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     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