]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
DuetPkg: Remove DuetPkg
[mirror_edk2.git] / DuetPkg / Library / DxeCoreReportStatusCodeLibFromHob / DxeCoreReportStatusCodeLibFromHob.inf
diff --git a/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf b/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
deleted file mode 100644 (file)
index 618221a..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-## @file\r
-#  Report status code library for DxeCore.\r
-#\r
-#  DXE core report status code library that retrieves the status code function from\r
-#  a GUIDed HOB and installs report status code protocol for later DXE phase drivers.\r
-#\r
-#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  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
-#  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                      = DxeCoreReportStatusCodeLibFromHob\r
-  FILE_GUID                      = 5c7f8702-838f-43df-91e6-7833b6f2a067\r
-  MODULE_TYPE                    = DXE_CORE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = ReportStatusCodeLib|DXE_CORE\r
-\r
-  CONSTRUCTOR                    = DxeCoreReportStatusCodeFromHobLibConstructor\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources]\r
-  ReportStatusCodeLib.c\r
-  DxeSupport.c\r
-  ReportStatusCodeLibInternal.h\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[LibraryClasses]\r
-  PcdLib\r
-  BaseMemoryLib\r
-  BaseLib\r
-  UefiBootServicesTableLib\r
-  DebugLib\r
-  DevicePathLib\r
-  HobLib\r
-  \r
-[Guids]\r
-  gEfiStatusCodeSpecificDataGuid\r
-  gEfiStatusCodeDataTypeDebugGuid\r
-\r
-\r
-[Protocols]\r
-  gEfiStatusCodeRuntimeProtocolGuid             # PRODUCES\r
-\r
-[Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
-\r