]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h
0932364119720120ea1cd0a3c41f271df5e5913d
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PlatformBdsLibNull / BdsPlatform.h
1 /** @file
2 Head file for BDS Platform specific code
3
4 Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _BDS_PLATFORM_H_
10 #define _BDS_PLATFORM_H_
11
12 #include <Library/DebugLib.h>
13 #include <Library/BaseMemoryLib.h>
14 #include <Library/UefiBootServicesTableLib.h>
15 #include <Library/MemoryAllocationLib.h>
16 #include <Library/BaseLib.h>
17 #include <Library/PcdLib.h>
18 #include <Library/GenericBdsLib.h>
19 #include <Library/PlatformBdsLib.h>
20
21
22 #endif // _BDS_PLATFORM_H