linklayerprotocols/ethernetpacketdriver/group/Bld.inf
changeset 37 052078dda061
parent 18 39bb7c3571e9
child 38 12beb06aab5b
equal deleted inserted replaced
18:39bb7c3571e9 37:052078dda061
     1 // Copyright (c) 1999-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 // IEEE 802.3 (Ethernet(tm)) device driver
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 TOOLS WINS WINSCW 
       
    25 
       
    26 PRJ_EXPORTS
       
    27 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    28 ..\inc\EtherCardIoc.h
       
    29 #endif
       
    30 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    31 ..\inc\EtherCardApi.h
       
    32 #endif
       
    33 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    34 ..\inc\EtherCardApi.inl
       
    35 #endif
       
    36 
       
    37 ..\group\etherdrv.iby		\epoc32\rom\include\etherdrv.iby
       
    38 
       
    39 
       
    40 PRJ_MMPFILES
       
    41 #if !defined(TOOLS)
       
    42 
       
    43 ..\group\EtherCard.mmp
       
    44 #if defined(MISA) || defined(MCOT)
       
    45 ..\group\EtherSMC.mmp
       
    46 #endif
       
    47 
       
    48 #if defined(WINS)
       
    49 #if defined(WINSCW)
       
    50 ..\group\EtherWinscw.mmp
       
    51 #else
       
    52 ..\group\EtherWins.mmp
       
    53 #endif
       
    54 #endif
       
    55 
       
    56 #else
       
    57 ..\netcards\netcards.mmp
       
    58 #endif
       
    59 
       
    60 
       
    61 PRJ_TESTMMPFILES
       
    62 #if !defined(TOOLS)
       
    63 
       
    64 EtherDevTest.mmp
       
    65 ..\demoserv\DemoServ.mmp
       
    66 ..\pump\EtherPump.mmp
       
    67 
       
    68 #if defined(MISA) || defined(MCOT)
       
    69 ..\macset\MacSet.mmp
       
    70 #endif
       
    71 
       
    72 #endif