mirror of https://github.com/acidanthera/audk.git
Remove over specific information from BdsDxe module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6396 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a660f6f566
commit
a4b9cb0bcf
|
@ -26,7 +26,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <Guid/DataHubRecords.h>
|
#include <Guid/DataHubRecords.h>
|
||||||
#include <Protocol/LoadFile.h>
|
#include <Protocol/LoadFile.h>
|
||||||
#include <Protocol/CpuIo.h>
|
#include <Protocol/CpuIo.h>
|
||||||
#include <Guid/HobList.h>
|
|
||||||
#include <Guid/FileInfo.h>
|
#include <Guid/FileInfo.h>
|
||||||
#include <Protocol/HiiConfigRouting.h>
|
#include <Protocol/HiiConfigRouting.h>
|
||||||
#include <Protocol/Bds.h>
|
#include <Protocol/Bds.h>
|
||||||
|
@ -57,7 +56,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <Library/UefiLib.h>
|
#include <Library/UefiLib.h>
|
||||||
#include <Library/GraphicsLib.h>
|
#include <Library/GraphicsLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
#include <Library/DxeServicesTableLib.h>
|
|
||||||
#include <Library/PerformanceLib.h>
|
#include <Library/PerformanceLib.h>
|
||||||
#include <Library/ReportStatusCodeLib.h>
|
#include <Library/ReportStatusCodeLib.h>
|
||||||
#include <Library/IfrSupportLib.h>
|
#include <Library/IfrSupportLib.h>
|
||||||
|
|
|
@ -94,7 +94,6 @@
|
||||||
GenericBdsLib
|
GenericBdsLib
|
||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
PerformanceLib
|
PerformanceLib
|
||||||
DxeServicesTableLib
|
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
GraphicsLib
|
GraphicsLib
|
||||||
UefiLib
|
UefiLib
|
||||||
|
@ -110,7 +109,6 @@
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiGlobalVariableGuid # ALWAYS_CONSUMED
|
gEfiGlobalVariableGuid # ALWAYS_CONSUMED
|
||||||
gEfiHobListGuid # ALWAYS_CONSUMED
|
|
||||||
gEfiBootStateGuid # ALWAYS_CONSUMED
|
gEfiBootStateGuid # ALWAYS_CONSUMED
|
||||||
gEfiFileSystemVolumeLabelInfoIdGuid # ALWAYS_CONSUMED
|
gEfiFileSystemVolumeLabelInfoIdGuid # ALWAYS_CONSUMED
|
||||||
gEfiFileInfoGuid # ALWAYS_CONSUMED
|
gEfiFileInfoGuid # ALWAYS_CONSUMED
|
||||||
|
|
Loading…
Reference in New Issue