]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
index 5353149ebe2ad7620685c9ae740c81b288083883..29ab566b899c94c860ed827bd9f092d396d1e11c 100644 (file)
@@ -1,29 +1,29 @@
 ## @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
+#\r
+#  Copyright (c) 2006 - 2018, 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
-#  \r
+#\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                      = 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
-  ENTRY_POINT                    = SectionExtractionEntryPoint  \r
+  ENTRY_POINT                    = SectionExtractionEntryPoint\r
 \r
 # The following information is for reference only and not required by the build tools.\r
 #\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