]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformBootManagerLib / PlatformBootManager.h
diff --git a/QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.h b/QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.h
deleted file mode 100644 (file)
index bd4f224..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-/** @file\r
-Head file for BDS Platform specific code\r
-\r
-Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-**/\r
-\r
-#ifndef _PLATFORM_BOOT_MANAGER_H\r
-#define _PLATFORM_BOOT_MANAGER_H\r
-\r
-#include <PiDxe.h>\r
-\r
-#include <Library/PlatformBootManagerLib.h>\r
-\r
-#include <Protocol/FirmwareVolume2.h>\r
-#include <Protocol/AcpiS3Save.h>\r
-#include <Protocol/DxeSmmReadyToLock.h>\r
-#include <Protocol/EsrtManagement.h>\r
-#include <Guid/DebugAgentGuid.h>\r
-#include <Guid/EventGroup.h>\r
-#include <Guid/PcAnsi.h>\r
-#include <Guid/TtyTerm.h>\r
-#include <Library/BaseLib.h>\r
-#include <Library/BaseMemoryLib.h>\r
-#include <Library/PcdLib.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/DevicePathLib.h>\r
-#include <Library/MemoryAllocationLib.h>\r
-#include <Library/UefiBootServicesTableLib.h>\r
-#include <Library/UefiRuntimeServicesTableLib.h>\r
-#include <Library/UefiLib.h>\r
-#include <Library/UefiBootManagerLib.h>\r
-#include <Library/PrintLib.h>\r
-#include <Library/HobLib.h>\r
-#include <Library/CapsuleLib.h>\r
-#include <Library/DxeServicesLib.h>\r
-\r
-typedef struct {\r
-  EFI_DEVICE_PATH_PROTOCOL  *DevicePath;\r
-  UINTN                     ConnectType;\r
-} PLATFORM_CONSOLE_CONNECT_ENTRY;\r
-\r
-extern PLATFORM_CONSOLE_CONNECT_ENTRY  gPlatformConsole[];\r
-\r
-#define CONSOLE_OUT BIT0\r
-#define CONSOLE_IN  BIT1\r
-#define STD_ERROR   BIT2\r
-\r
-#endif // _PLATFORM_BOOT_MANAGER_H\r