]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.h
ArmVirtualizationPkg: PlatformIntelBdsLib: add basic policy
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Library / PlatformIntelBdsLib / IntelBdsPlatform.h
CommitLineData
be8afe14
LE
1/** @file\r
2 Head file for BDS Platform specific code\r
3\r
4Copyright (c) 2004 - 2008, 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\r
15#ifndef _INTEL_BDS_PLATFORM_H_\r
16#define _INTEL_BDS_PLATFORM_H_\r
17\r
18#include <Protocol/DevicePathFromText.h>\r
19#include <Protocol/DevicePathToText.h>\r
20\r
21#include <Library/BaseMemoryLib.h>\r
22#include <Library/BdsLib.h>\r
23#include <Library/DebugLib.h>\r
24#include <Library/DevicePathLib.h>\r
25#include <Library/UefiBootServicesTableLib.h>\r
26#include <Library/UefiRuntimeServicesTableLib.h>\r
27#include <Library/MemoryAllocationLib.h>\r
28#include <Library/BaseLib.h>\r
29#include <Library/PcdLib.h>\r
30#include <Library/GenericBdsLib.h>\r
31#include <Library/PlatformBdsLib.h>\r
32\r
33#include <Guid/GlobalVariable.h>\r
34\r
1b610ac2
LE
35VOID\r
36PlatformBdsEnterFrontPage (\r
37 IN UINT16 TimeoutDefault,\r
38 IN BOOLEAN ConnectAllHappened\r
39 );\r
40\r
be8afe14 41#endif // _INTEL_BDS_PLATFORM_H\r