summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h')
-rw-r--r--IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h
new file mode 100644
index 0000000000..4bdc4b1edc
--- /dev/null
+++ b/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h
@@ -0,0 +1,31 @@
+/** @file
+ Header file to include header files common to all source files in
+ UefiLibFramework.
+
+ Copyright (c) 2007, Intel Corporation<BR>
+ All rights reserved. This program and the accompanying materials
+ are licensed and made available under the terms and conditions of the BSD License
+ which accompanies this distribution. The full text of the license may be found at
+ http://opensource.org/licenses/bsd-license.php
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+ Module Name: UefiLibFramework.h
+
+**/
+
+#ifndef _UEFI_LIB_FRAMEWORK_H_
+#define _UEFI_LIB_FRAMEWORK_H_
+
+#include <FrameworkDxe.h>
+#include <Library/UefiBootServicesTableLib.h>
+#include <Library/BaseLib.h>
+#include <Library/BaseMemoryLib.h>
+#include <Library/DebugLib.h>
+#include <Library/MemoryAllocationLib.h>
+#include <Library/PcdLib.h>
+#include <Library/PrintLib.h>
+#include <Library/UefiLib.h>
+
+#endif