summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/PlatformEsrt/PlatformEsrtDxe.h
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformEsrt/PlatformEsrtDxe.h')
-rw-r--r--Vlv2TbltDevicePkg/PlatformEsrt/PlatformEsrtDxe.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformEsrt/PlatformEsrtDxe.h b/Vlv2TbltDevicePkg/PlatformEsrt/PlatformEsrtDxe.h
new file mode 100644
index 0000000000..bcf1bc80be
--- /dev/null
+++ b/Vlv2TbltDevicePkg/PlatformEsrt/PlatformEsrtDxe.h
@@ -0,0 +1,32 @@
+/** @file
+ Header file for Non-FMP platform ESRT driver
+
+ Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
+
+ 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.
+
+**/
+
+
+#ifndef _EFI_PLATFORM_ESRT_DXE_H_
+#define _EFI_PLATFORM_ESRT_DXE_H_
+
+#include <Guid/SystemResourceTable.h>
+#include <Guid/SystemFwClassGuid.h>
+
+#include <Library/PrintLib.h>
+#include <Library/BaseLib.h>
+#include <Library/BaseMemoryLib.h>
+#include <Library/MemoryAllocationLib.h>
+#include <Library/UefiBootServicesTableLib.h>
+#include <Library/DebugLib.h>
+
+#include <Protocol/EsrtManagement.h>
+
+#endif // #ifndef _EFI_PLATFORM_ESRT_DXE_H_