79964ac8 |
1 | /** @file\r |
2 | Header file to include header files common to all source files in\r |
3 | UefiLibFramework.\r |
4 | \r |
5 | Copyright (c) 2007, Intel Corporation<BR>\r |
6 | All rights reserved. This program and the accompanying materials\r |
7 | are licensed and made available under the terms and conditions of the BSD License\r |
8 | which accompanies this distribution. The full text of the license may be found at\r |
9 | http://opensource.org/licenses/bsd-license.php\r |
10 | \r |
11 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
12 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
13 | \r |
14 | Module Name: UefiLibFramework.h\r |
15 | \r |
16 | **/\r |
17 | \r |
18 | #ifndef _UEFI_LIB_FRAMEWORK_H_\r |
19 | #define _UEFI_LIB_FRAMEWORK_H_\r |
20 | \r |
b51e6bc4 |
21 | //\r |
22 | // The package level header files this module uses\r |
23 | //\r |
79964ac8 |
24 | #include <FrameworkDxe.h>\r |
b51e6bc4 |
25 | //\r |
26 | // The protocols, PPI and GUID defintions for this module\r |
27 | //\r |
28 | #include <Guid/EventGroup.h>\r |
29 | #include <Guid/EventLegacyBios.h>\r |
30 | #include <Guid/FrameworkDevicePath.h>\r |
31 | //\r |
32 | // The Library classes this module consumes\r |
33 | //\r |
34 | #include <Library/UefiLib.h>\r |
79964ac8 |
35 | #include <Library/UefiBootServicesTableLib.h>\r |
36 | #include <Library/BaseLib.h>\r |
37 | #include <Library/BaseMemoryLib.h>\r |
38 | #include <Library/DebugLib.h>\r |
39 | #include <Library/MemoryAllocationLib.h>\r |
40 | #include <Library/PcdLib.h>\r |
41 | #include <Library/PrintLib.h>\r |
79964ac8 |
42 | \r |
43 | #endif\r |