mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 00:54:06 +02:00
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
This commit is contained in:
parent
f8c9de87bc
commit
9f0b86b7f9
@ -35,7 +35,9 @@ Revision History
|
|||||||
#include <Library/HobLib.h>
|
#include <Library/HobLib.h>
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
|
#include <Library/DevicePathLib.h>
|
||||||
|
|
||||||
#include "FwBlockService.h"
|
#include "FwBlockService.h"
|
||||||
|
|
||||||
ESAL_FWB_GLOBAL *mFvbModuleGlobal;
|
ESAL_FWB_GLOBAL *mFvbModuleGlobal;
|
||||||
@ -1488,7 +1490,7 @@ Returns:
|
|||||||
NULL
|
NULL
|
||||||
);
|
);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
} else if (EfiIsDevicePathEnd (TempFwbDevicePath)) {
|
} else if (IsDevicePathEnd (TempFwbDevicePath)) {
|
||||||
//
|
//
|
||||||
// Device allready exists, so reinstall the FVB protocol
|
// Device allready exists, so reinstall the FVB protocol
|
||||||
//
|
//
|
||||||
|
@ -36,7 +36,9 @@ Abstract:
|
|||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/PcdLib.h>
|
#include <Library/PcdLib.h>
|
||||||
|
#include <Library/DevicePathLib.h>
|
||||||
|
|
||||||
#include <Guid/FirmwareFileSystem2.h>
|
#include <Guid/FirmwareFileSystem2.h>
|
||||||
#include <Guid/SystemNvDataGuid.h>
|
#include <Guid/SystemNvDataGuid.h>
|
||||||
|
|
||||||
|
@ -53,7 +53,8 @@
|
|||||||
DxeServicesTableLib
|
DxeServicesTableLib
|
||||||
BaseLib
|
BaseLib
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
UefiLib
|
UefiLib
|
||||||
|
DevicePathLib
|
||||||
|
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user