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