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:
qhuang8 2008-11-14 01:48:58 +00:00
parent f5f965703b
commit 3501cc994c
2 changed files with 4 additions and 0 deletions

View File

@ -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
///

View File

@ -54,6 +54,7 @@
BaseLib
UefiDriverEntryPoint
DebugLib
DevicePathLib
[Protocols]