mirror of https://github.com/acidanthera/audk.git
59 lines
1.5 KiB
INI
59 lines
1.5 KiB
INI
#/** @file
|
|
# INF file for the SMSC LAN91x series Network Controller Driver.
|
|
#
|
|
# Copyright (c) 2013-2017 Linaro.org
|
|
#
|
|
# Derived from the LAN9118 driver. Original sources
|
|
# Copyright (c) 2012-2013, ARM Limited. All rights reserved.
|
|
#
|
|
# This program and the accompanying materials are licensed and
|
|
# made available under the terms and conditions of the BSD License
|
|
# which accompanies this distribution. The full text of the license
|
|
# may be found at: http://opensource.org/licenses/bsd-license.php
|
|
#
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
#
|
|
#**/
|
|
|
|
[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]
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
NetworkPkg/NetworkPkg.dec
|
|
|
|
[LibraryClasses]
|
|
ArmLib
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DevicePathLib
|
|
IoLib
|
|
NetLib
|
|
TimerLib
|
|
UefiDriverEntryPoint
|
|
UefiLib
|
|
|
|
[Protocols]
|
|
gEfiSimpleNetworkProtocolGuid
|
|
gEfiMetronomeArchProtocolGuid
|
|
gEfiPxeBaseCodeProtocolGuid
|
|
gEfiDevicePathProtocolGuid
|
|
|
|
[FixedPcd]
|
|
gEmbeddedTokenSpaceGuid.PcdLan91xDxeBaseAddress
|
|
|
|
[Depex]
|
|
TRUE
|