]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.h
ArmPlatformPkg: Use EfiEventGroupSignal from UefiLib
[mirror_edk2.git] / ArmPlatformPkg / Library / PlatformIntelBdsLib / IntelBdsPlatform.h
CommitLineData
43ac100e
OM
1/** @file\r
2 Head file for BDS Platform specific code\r
3\r
9c8fe63c 4Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>\r
43ac100e
OM
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
43ac100e
OM
22#include <Library/DebugLib.h>\r
23#include <Library/DevicePathLib.h>\r
24#include <Library/UefiBootServicesTableLib.h>\r
25#include <Library/UefiRuntimeServicesTableLib.h>\r
26#include <Library/MemoryAllocationLib.h>\r
27#include <Library/BaseLib.h>\r
28#include <Library/PcdLib.h>\r
29#include <Library/GenericBdsLib.h>\r
30#include <Library/PlatformBdsLib.h>\r
9c8fe63c 31#include <Library/UefiLib.h>\r
43ac100e
OM
32\r
33#include <Guid/GlobalVariable.h>\r
0f060e34 34#include <Guid/EventGroup.h>\r
43ac100e
OM
35\r
36#endif // _INTEL_BDS_PLATFORM_H\r