]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / DxeCrc32GuidedSectionExtractLib / DxeCrc32GuidedSectionExtractLib.inf
index f13098f8d3035f73b253333a344575d6e4f82d92..7a8efbf8cfef790fc6ced16fa594252d7e3162bc 100644 (file)
@@ -1,23 +1,27 @@
-#/** @file\r
-#  This library doesn't produce any library class. In its constructor function,\r
-#  it uses ExtractGuidedSectionLib service to registers CRC32 guided section handler\r
+## @file\r
+#  Dxe Crc32 Guided Section Extract library.\r
+#\r
+#  This library doesn't produce any library class. The constructor function uses\r
+#  ExtractGuidedSectionLib service to register CRC32 guided section handler\r
 #  that parses CRC32 encapsulation section and extracts raw data.\r
+#\r
 #  It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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                      = DxeCrc32GuidedSectionExtractLib\r
+  MODULE_UNI_FILE                = DxeCrc32GuidedSectionExtractLib.uni\r
   FILE_GUID                      = 387A2490-81FC-4E7C-8E0A-3E58C30FCD0B\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -31,7 +35,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DxeCrc32GuidedSectionExtractLib.c\r
 \r
 [Packages]\r
@@ -44,7 +48,8 @@
   DebugLib\r
   BaseMemoryLib\r
 \r
+[Guids]\r
+  gEfiCrc32GuidedSectionExtractionGuid             ## PRODUCES ## UNDEFINED\r
+\r
 [Protocols]\r
-  gEfiCrc32GuidedSectionExtractionProtocolGuid     # ALWAYS CONSUMED used as Guid, not protocol service\r
-  gEfiSecurityPolicyProtocolGuid                   # ALWAYS CONSUMED\r
-  
\ No newline at end of file
+  gEfiSecurityPolicyProtocolGuid                   ## SOMETIMES_CONSUMES # Set platform override AUTH status if exist\r