diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 08:04:46 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-13 08:04:46 +0000 |
commit | 9f0b86b7f979199111b1aaa8565322c2b71b6700 (patch) | |
tree | fdb4f7963ff333787b7c05c27321bd5ca99b380a /UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf | |
parent | f8c9de87bcca956887d68491515acdeeecf5a38d (diff) | |
download | edk2-9f0b86b7f979199111b1aaa8565322c2b71b6700.zip edk2-9f0b86b7f979199111b1aaa8565322c2b71b6700.tar.gz edk2-9f0b86b7f979199111b1aaa8565322c2b71b6700.tar.bz2 |
Add DevicePathLib reference, for these macros have been moved to DevicePathLib
Change the reference of EfiIsDevicePathEnd() to IsDevicePathEnd()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6493 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf')
-rw-r--r-- | UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf b/UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf index 52cc62e..d79cf67 100644 --- a/UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf +++ b/UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf @@ -53,7 +53,8 @@ DxeServicesTableLib
BaseLib
UefiDriverEntryPoint
- UefiLib
+ UefiLib + DevicePathLib
[Guids]
|