mirror of https://github.com/acidanthera/audk.git
update INF [LibraryClasses] section to match include libs in module master header file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6846 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
edd1ceb7a0
commit
d85067fdf9
|
@ -46,6 +46,9 @@
|
|||
|
||||
|
||||
[LibraryClasses]
|
||||
BaseLib
|
||||
DebugLib
|
||||
UefiBootServicesTableLib
|
||||
|
||||
[Protocols]
|
||||
gEfiCpuIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
|
||||
|
||||
[LibraryClasses]
|
||||
DebugLib
|
||||
UefiBootServicesTableLib
|
||||
DevicePathLib
|
||||
|
||||
[Protocols]
|
||||
gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
|
|
|
@ -43,6 +43,10 @@
|
|||
|
||||
|
||||
[LibraryClasses]
|
||||
BaseMemoryLib
|
||||
PeiServicesLib
|
||||
DebugLib
|
||||
PeiServicesTablePointerLib
|
||||
|
||||
[Ppis]
|
||||
gEfiPeiSmbusPpiGuid # PPI ALWAYS_CONSUMED
|
||||
|
|
Loading…
Reference in New Issue