mirror of https://github.com/acidanthera/audk.git
Add the dependency of DevicePathLib for the reference of DevicePathLib macros.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6542 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f5f965703b
commit
3501cc994c
|
@ -32,8 +32,11 @@
|
|||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
|
||||
#include <IndustryStandard/Pci22.h>
|
||||
|
||||
|
||||
///
|
||||
/// bit definition
|
||||
///
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
BaseLib
|
||||
UefiDriverEntryPoint
|
||||
DebugLib
|
||||
DevicePathLib
|
||||
|
||||
|
||||
[Protocols]
|
||||
|
|
Loading…
Reference in New Issue