]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.
[mirror_edk2.git] / Nt32Pkg / WinNtOemHookStatusCodeHandlerDxe / WinNtOemHookStatusCodeHandlerDxe.inf
diff --git a/Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf b/Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
new file mode 100644 (file)
index 0000000..dfd3c06
--- /dev/null
@@ -0,0 +1,51 @@
+#/** @file\r
+# OEM hook status code handler driver which produces general handler and hook it\r
+# onto the DXE status code router.\r
+#\r
+# Copyright (c) 2007 - 2009, 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
+#\r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = WinNtOemHookStatusCodeHandlerDxe\r
+  FILE_GUID                      = CA4233AD-847E-4E5D-AD3F-21CABFE5E23C\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  ENTRY_POINT                    = WinNtOemHookStatusCodeHandlerDxeEntry\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32\r
+#\r
+#  HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION\r
+#\r
+\r
+[Sources.common]\r
+  WinNtOemHookStatusCodeHandlerDxe.c\r
+\r
+\r
+[Packages]\r
+  Nt32Pkg/Nt32Pkg.dec\r
+  MdePkg/MdePkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  OemHookStatusCodeLib\r
+\r
+[Protocols]\r
+  gEfiRscHandlerProtocolGuid                    ## CONSUMES\r
+\r
+[Depex]\r
+  gEfiRscHandlerProtocolGuid\r