]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/FrameworkDxe.h
Initial directory structure of IntelFrameworkPkg.
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkDxe.h
diff --git a/IntelFrameworkPkg/Include/FrameworkDxe.h b/IntelFrameworkPkg/Include/FrameworkDxe.h
new file mode 100644 (file)
index 0000000..6fb767e
--- /dev/null
@@ -0,0 +1,27 @@
+/** @file\r
+  Header file that supports Framework extension to UEFI/PI for DXE modules.\r
+\r
+  This header file must include Framework extension definitions common to DXE\r
+  modules.\r
+\r
+  Copyright (c) 2007, Intel Corporation\r
+  All rights reserved. This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+  Module Name:    FrameworkDxe.h\r
+\r
+**/\r
+\r
+#ifndef _FRAMEWORK_DXE_H_\r
+#define _FRAMEWORK_DXE_H_\r
+\r
+#include <FrameworkBase.h>\r
+#include <Common/FrameworkDxeCis.h>\r
+#include <Common/FrameworkStatusCode.h>\r
+\r
+#endif\r