]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PlatformBdsLibNull/BdsPlatform.h
Update all files to follow doxygen style file header.
[mirror_edk2.git] / MdeModulePkg / Library / PlatformBdsLibNull / BdsPlatform.h
CommitLineData
8dbae30d 1/** @file\r
2 Head file for BDS Platform specific code\r
93e3992d 3\r
8dbae30d 4Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This 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
93e3992d 9\r
8dbae30d 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
93e3992d 12\r
8dbae30d 13**/\r
93e3992d 14\r
15#ifndef _BDS_PLATFORM_H\r
16#define _BDS_PLATFORM_H\r
17\r
18#include <PiDxe.h>\r
19\r
20#include <Library/DebugLib.h>\r
21#include <Library/BaseMemoryLib.h>\r
22#include <Library/UefiBootServicesTableLib.h>\r
23#include <Library/MemoryAllocationLib.h>\r
24#include <Library/BaseLib.h>\r
25#include <Library/PcdLib.h>\r
26#include <Library/GenericBdsLib.h>\r
27#include <Library/PlatformBdsLib.h>\r
28#include <Library/GraphicsLib.h>\r
29\r
30#endif // _BDS_PLATFORM_H\r