linklayerprotocols/ethernetnif/group/bld.inf
changeset 37 052078dda061
parent 0 af10295192d8
equal deleted inserted replaced
18:39bb7c3571e9 37:052078dda061
       
     1 // Copyright (c) 2005-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 // Historical Note: networking/ether802/inc/EthProto.h is originally a copy of
       
    15 // networking/ether802/version1/inc/ethinter.h to prevent both Ethernet drivers exporting the same named header.
       
    16 // IEEE 802.3 (Ethernet(tm)) support 
       
    17 // 
       
    18 //
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 #ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    25 
       
    26 #include "../version1/group/BLD.INF"
       
    27 
       
    28 #else
       
    29 
       
    30 PRJ_PLATFORMS
       
    31 
       
    32 DEFAULT
       
    33 
       
    34 PRJ_EXPORTS
       
    35 
       
    36 ../INC/ETHINTER.H			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/ethinter.h)
       
    37 ../INC/EthProto.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/ethproto.h)
       
    38 ../INC/PKTDRV.H				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pktdrv.h)
       
    39 ../INC/pktdrv_internal.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/pktdrv_internal.h)
       
    40 ../INC/ethmcpr.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/ethmcpr.h)
       
    41 ../group/ether802.iby		/epoc32/rom/include/ether802.iby
       
    42 
       
    43 ../data/ether802.ini		/epoc32/data/z/private/101f7989/esock/ether802.ini
       
    44 ../data/ether802.ini		/epoc32/wins/c/private/101f7989/esock/ether802.ini
       
    45 ../data/ether802.ini		/epoc32/winscw/c/private/101f7989/esock/ether802.ini
       
    46 ../data/configchange.pl		/epoc32/tools/configchange.pl
       
    47 
       
    48 ../data/ethernetCed_eka2_platsec_emulator.xml		/epoc32/winscw/c/ethernetced.xml
       
    49 ../data/ethernetCed_eka2_platsec_emulator.xml		/epoc32/wins/c/ethernetced.xml
       
    50 
       
    51 
       
    52 PRJ_MMPFILES
       
    53 
       
    54 ../group/ethproto.mmp
       
    55 ../group/ether802.mmp
       
    56 ../group/EtherPkt.mmp
       
    57 ../group/IRLAN.MMP
       
    58 
       
    59 #endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY