]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
EmbeddedPkg/PrePiLib: remove dead status code reporting code
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiLib / PrePiLib.inf
index 449e57d1af844bf3f710dfb9d0f4aa3ce2b7c267..83a0edcb8d9403d0740b9cad1e74db6083a8de22 100644 (file)
@@ -1,18 +1,14 @@
 #/** @file\r
 # Component description file for Apple Pre PI Library\r
 #\r
-# LIbrary helps you build a platform that skips PEI and loads DXE Core \r
+# LIbrary helps you build a platform that skips PEI and loads DXE Core\r
 # directly. Helps building HOBs, reading data from the FV, and doing\r
-# decompression. \r
+# decompression.\r
 #\r
+#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2008, Apple Inc. 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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 #**/\r
   FILE_GUID                      = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PrePiLib \r
+  LIBRARY_CLASS                  = PrePiLib\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources.common]\r
   FwVol.c\r
   PrePiLib.c\r
-  ReportStatusCode.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   EmbeddedPkg/EmbeddedPkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec              # needed to support StatusCodes\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec  # needed to support StatusCodes\r
-\r
 \r
 [LibraryClasses]\r
   BaseLib\r
   HobLib\r
 \r
 [Guids]\r
-  gEfiStatusCodeSpecificDataGuid\r
   gEfiMemoryTypeInformationGuid\r
-  gEfiStatusCodeDataTypeDebugGuid\r
 \r
 [Protocols]\r
-  gEfiStatusCodeRuntimeProtocolGuid\r
   gPeCoffLoaderProtocolGuid\r
-  \r
+\r
 \r
 [FixedPcd.common]\r
-  gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
   gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
 \r
   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r