]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
MdePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdePkg / Library / BaseExtractGuidedSectionLib / BaseExtractGuidedSectionLib.inf
index b0930e1027db22efcae58570917b28de4e28e2b2..1bd245ee84c14e9c2c81e4b39d7e97ff0f492c33 100644 (file)
@@ -7,11 +7,8 @@
 #  in their initialization without any issues. They only have to be careful in \r
 #  the implementation of runtime services, because this BASE library instance doesn't \r
 #  convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address.\r
-#  And a driver should use this ExtractGuidedSectionLib to do implementation internally, also\r
-#  this ExtractGuidedSectionLib couldn't be used for guided section extraction that is required\r
-#  by PEI and DXE core for recovery or capsule image processing, etc.\r
-#\r
-#  Copyright (c) 2007 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  \r
+#  Copyright (c) 2007 - 2014, 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
@@ -25,6 +22,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseExtractGuidedSectionLib\r
+  MODULE_UNI_FILE                = BaseExtractGuidedSectionLib.uni\r
   FILE_GUID                      = 4e3236e9-d1c8-4c04-a89f-26f1c44b2592\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
@@ -48,5 +46,6 @@
   PcdLib\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler\r
-  gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress\r
+  gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler         ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress    ## CONSUMES\r
+\r