diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/SectionExtractionDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf index 5353149ebe..ab0bd63076 100644 --- a/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf +++ b/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf @@ -1,12 +1,11 @@ ## @file
-#
# Section Extraction Dxe Driver produces framework section extract protocol.
#
# The section is implemented as a linked list of section streams,
# where each stream contains a linked list of children, which may be leaves or
# encapsulations. Encapsulation section will further generate new section stream entries.
#
-# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -20,6 +19,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = SectionExtractionDxe
+ MODULE_UNI_FILE = SectionExtractionDxe.uni
FILE_GUID = 801ADCA0-815E-46a4-84F7-657F53621A57
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
@@ -47,10 +47,11 @@ IntelFrameworkPkg/IntelFrameworkPkg.dec
[Protocols]
- gEfiSectionExtractionProtocolGuid ## PRODUCEDS
- gEfiDecompressProtocolGuid ## CONSUMEDS
+ gEfiSectionExtractionProtocolGuid ## PRODUCES
+ gEfiDecompressProtocolGuid ## SOMETIMES_CONSUMES
[Depex]
gEfiDecompressProtocolGuid
-
-
\ No newline at end of file +
+[UserExtensions.TianoCore."ExtraFiles"]
+ SectionExtractionDxeExtra.uni
|