]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / DxeCrc32GuidedSectionExtractLib / DxeCrc32GuidedSectionExtractLib.inf
index 170d0bed43ffb521a4d5680cdf2c42af181c07ef..0299f581c0aa9bbcf19cf510e7c6f4c4dc08f438 100644 (file)
@@ -1,7 +1,11 @@
-#/** @file\r
-# Crc32SectionExtract library instance registers Crc32 handler into ExtractGuidedSectionLib.\r
+## @file\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
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+#  It uses UEFI boot service CalculateCrc32 to authenticate 32 bit CRC value.\r
+#\r
+# Copyright (c) 2006 - 2010, Intel Corporation\r
 #\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
@@ -10,8 +14,7 @@
 #  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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,8 +23,6 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   CONSTRUCTOR                    = DxeCrc32GuidedSectionExtractLibConstructor\r
 \r
@@ -31,7 +32,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DxeCrc32GuidedSectionExtractLib.c\r
 \r
 [Packages]\r
@@ -44,7 +45,9 @@
   DebugLib\r
   BaseMemoryLib\r
 \r
+[Guids]\r
+  gEfiCrc32GuidedSectionExtractionGuid             ## CONSUMES ## GUID\r
+\r
 [Protocols]\r
-  gEfiCrc32GuidedSectionExtractionProtocolGuid\r
-  gEfiSecurityPolicyProtocolGuid\r
+  gEfiSecurityPolicyProtocolGuid                   ## SOMETIMES_CONSUMED (Set platform override AUTH status if exist)\r
   
\ No newline at end of file