#/** @file
|
# INF file for the SMSC LAN91x series Network Controller Driver.
|
#
|
# WARNING:
|
# This driver fails to follow the UEFI driver model without a good
|
# reason, and only remains in the tree because it is still used by
|
# a small number of platforms. It will be removed when no longer used.
|
# New platforms should not use it, and no one should use this as
|
# reference code for developing new drivers.
|
#
|
# Copyright (c) 2013-2017 Linaro.org
|
#
|
# Derived from the LAN9118 driver. Original sources
|
# Copyright (c) 2012-2013, ARM Limited. All rights reserved.
|
#
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
#
|
#**/
|
|
[Defines]
|
INF_VERSION = 0x00010019
|
BASE_NAME = Lan91xDxe
|
FILE_GUID = 5c12ea2f-9897-48af-8138-25f4ce6ff8d6
|
MODULE_TYPE = DXE_DRIVER
|
VERSION_STRING = 0.1
|
ENTRY_POINT = Lan91xDxeEntry
|
|
[Sources.common]
|
Lan91xDxe.c
|
Lan91xDxeHw.h
|
|
[Packages]
|
MdeModulePkg/MdeModulePkg.dec
|
MdePkg/MdePkg.dec
|
NetworkPkg/NetworkPkg.dec
|
Platform/ARM/VExpressPkg/ArmVExpressPkg.dec
|
|
[LibraryClasses]
|
ArmLib
|
BaseLib
|
BaseMemoryLib
|
DevicePathLib
|
IoLib
|
NetLib
|
TimerLib
|
UefiDriverEntryPoint
|
UefiLib
|
|
[Protocols]
|
gEfiSimpleNetworkProtocolGuid
|
gEfiMetronomeArchProtocolGuid
|
gEfiPxeBaseCodeProtocolGuid
|
gEfiDevicePathProtocolGuid
|
|
[FixedPcd]
|
gArmVExpressTokenSpaceGuid.PcdLan91xDxeBaseAddress
|
|
[Depex]
|
TRUE
|