]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
index 5353149ebe2ad7620685c9ae740c81b288083883..ab0bd630763661efe328e79ad373b987b981db5c 100644 (file)
@@ -1,12 +1,11 @@
 ## @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 - 2012, Intel Corporation. All rights reserved.<BR>\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
@@ -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
   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