hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#/** @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