Commit | Line | Data |
---|---|---|
ddac74d1 | 1 | /** @file\r |
2 | Head file for BDS Platform specific code\r | |
3 | \r | |
180a5a35 HT |
4 | Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>\r |
5 | This program and the accompanying materials\r | |
ddac74d1 | 6 | are licensed and made available under the terms and conditions of the BSD License\r |
7 | which accompanies this distribution. The full text of the license may be found at\r | |
8 | http://opensource.org/licenses/bsd-license.php\r | |
9 | \r | |
10 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
11 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
12 | \r | |
13 | **/\r | |
14 | \r | |
15 | #ifndef _BDS_PLATFORM_H_\r | |
16 | #define _BDS_PLATFORM_H_\r | |
17 | \r | |
ddac74d1 | 18 | #include <Library/DebugLib.h>\r |
19 | #include <Library/BaseMemoryLib.h>\r | |
20 | #include <Library/UefiBootServicesTableLib.h>\r | |
21 | #include <Library/MemoryAllocationLib.h>\r | |
22 | #include <Library/BaseLib.h>\r | |
23 | #include <Library/PcdLib.h>\r | |
24 | #include <Library/GenericBdsLib.h>\r | |
25 | #include <Library/PlatformBdsLib.h>\r | |
26 | \r | |
27 | \r | |
28 | #endif // _BDS_PLATFORM_H\r |