#/** @file # INF file for the SMSC LAN91x series Network Controller Driver. # # Copyright (c) 2013 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 = 0x00010006 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] OpenPlatformPkg/Drivers/Net/Lan91xDxe/Lan91xDxe.dec NetworkPkg/NetworkPkg.dec MdeModulePkg/MdeModulePkg.dec MdePkg/MdePkg.dec [LibraryClasses] BaseLib UefiLib NetLib UefiDriverEntryPoint BaseMemoryLib ArmLib IoLib TimerLib DevicePathLib [Protocols] gEfiSimpleNetworkProtocolGuid gEfiMetronomeArchProtocolGuid gEfiPxeBaseCodeProtocolGuid gEfiDevicePathProtocolGuid [FixedPcd] gLan91xDxeTokenSpaceGuid.PcdLan91xDxeBaseAddress [Depex] TRUE