]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.h
Omap35xxPkg: sync log level comments to DebugLib.h
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformBootManagerLib / PlatformBootManager.h
CommitLineData
b303605e
MK
1/** @file\r
2Head file for BDS Platform specific code\r
3\r
4Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
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
24#include <Guid/DebugAgentGuid.h>\r
25#include <Guid/EventGroup.h>\r
26#include <Guid/PcAnsi.h>\r
27#include <Guid/TtyTerm.h>\r
28#include <Library/BaseLib.h>\r
29#include <Library/BaseMemoryLib.h>\r
30#include <Library/PcdLib.h>\r
31#include <Library/DebugLib.h>\r
32#include <Library/DevicePathLib.h>\r
33#include <Library/MemoryAllocationLib.h>\r
34#include <Library/UefiBootServicesTableLib.h>\r
35#include <Library/UefiLib.h>\r
36#include <Library/UefiBootManagerLib.h>\r
37\r
38\r
39typedef struct {\r
40 EFI_DEVICE_PATH_PROTOCOL *DevicePath;\r
41 UINTN ConnectType;\r
42} PLATFORM_CONSOLE_CONNECT_ENTRY;\r
43\r
44extern PLATFORM_CONSOLE_CONNECT_ENTRY gPlatformConsole[];\r
45\r
46#define CONSOLE_OUT BIT0\r
47#define CONSOLE_IN BIT1\r
48#define STD_ERROR BIT2\r
49\r
50#endif // _PLATFORM_BOOT_MANAGER_H\r