]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.h
MdePkg: introduce standalone MM entry point library implementation
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformBootManagerLib / PlatformBootManager.h
CommitLineData
b303605e
MK
1/** @file\r
2Head file for BDS Platform specific code\r
3\r
9bd5e0cc 4Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
b303605e
MK
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12**/\r
13\r
14#ifndef _PLATFORM_BOOT_MANAGER_H\r
15#define _PLATFORM_BOOT_MANAGER_H\r
16\r
17#include <PiDxe.h>\r
18\r
19#include <Library/PlatformBootManagerLib.h>\r
20\r
21#include <Protocol/FirmwareVolume2.h>\r
22#include <Protocol/AcpiS3Save.h>\r
23#include <Protocol/DxeSmmReadyToLock.h>\r
9bd5e0cc 24#include <Protocol/EsrtManagement.h>\r
b303605e
MK
25#include <Guid/DebugAgentGuid.h>\r
26#include <Guid/EventGroup.h>\r
27#include <Guid/PcAnsi.h>\r
28#include <Guid/TtyTerm.h>\r
29#include <Library/BaseLib.h>\r
30#include <Library/BaseMemoryLib.h>\r
31#include <Library/PcdLib.h>\r
32#include <Library/DebugLib.h>\r
33#include <Library/DevicePathLib.h>\r
34#include <Library/MemoryAllocationLib.h>\r
35#include <Library/UefiBootServicesTableLib.h>\r
9bd5e0cc 36#include <Library/UefiRuntimeServicesTableLib.h>\r
b303605e
MK
37#include <Library/UefiLib.h>\r
38#include <Library/UefiBootManagerLib.h>\r
9bd5e0cc
JY
39#include <Library/PrintLib.h>\r
40#include <Library/HobLib.h>\r
41#include <Library/CapsuleLib.h>\r
42#include <Library/DxeServicesLib.h>\r
b303605e
MK
43\r
44typedef struct {\r
45 EFI_DEVICE_PATH_PROTOCOL *DevicePath;\r
46 UINTN ConnectType;\r
47} PLATFORM_CONSOLE_CONNECT_ENTRY;\r
48\r
49extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];\r
50\r
51#define CONSOLE_OUT BIT0\r
52#define CONSOLE_IN BIT1\r
53#define STD_ERROR BIT2\r
54\r
55#endif // _PLATFORM_BOOT_MANAGER_H\r