]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
FatPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
index b6ab1e82cbfb0791baeb18e0559d3a1a75d659ac..ab0bd630763661efe328e79ad373b987b981db5c 100644 (file)
@@ -1,13 +1,12 @@
 ## @file\r
-#  \r
 #  Section Extraction Dxe Driver produces framework section extract protocol.\r
 #\r
 #  The section is implemented as a linked list of section streams,\r
 #  where each stream contains a linked list of children, which may be leaves or\r
 #  encapsulations. Encapsulation section will further generate new section stream entries.\r
 #  \r
-#  Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\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
@@ -20,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SectionExtractionDxe\r
+  MODULE_UNI_FILE                = SectionExtractionDxe.uni\r
   FILE_GUID                      = 801ADCA0-815E-46a4-84F7-657F53621A57\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   BaseLib\r
   BaseMemoryLib\r
   UefiDriverEntryPoint\r
+  UefiLib\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [Protocols]\r
-  gEfiSectionExtractionProtocolGuid    ## PRODUCEDS\r
-  gEfiDecompressProtocolGuid           ## CONSUMEDS\r
+  gEfiSectionExtractionProtocolGuid    ## PRODUCES\r
+  gEfiDecompressProtocolGuid           ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiDecompressProtocolGuid\r
-  \r
-  
\ No newline at end of file
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  SectionExtractionDxeExtra.uni\r