]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
... / ...
CommitLineData
1## @file\r
2# Section Extraction Dxe Driver produces framework section extract protocol.\r
3#\r
4# The section is implemented as a linked list of section streams,\r
5# where each stream contains a linked list of children, which may be leaves or\r
6# encapsulations. Encapsulation section will further generate new section stream entries.\r
7# \r
8# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# \r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16# \r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SectionExtractionDxe\r
22 MODULE_UNI_FILE = SectionExtractionDxe.uni\r
23 FILE_GUID = 801ADCA0-815E-46a4-84F7-657F53621A57\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = SectionExtractionEntryPoint \r
27\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 SectionExtraction.c\r
35\r
36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
39 DebugLib\r
40 BaseLib\r
41 BaseMemoryLib\r
42 UefiDriverEntryPoint\r
43 UefiLib\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48\r
49[Protocols]\r
50 gEfiSectionExtractionProtocolGuid ## PRODUCES\r
51 gEfiDecompressProtocolGuid ## SOMETIMES_CONSUMES\r
52\r
53[Depex]\r
54 gEfiDecompressProtocolGuid\r
55\r
56[UserExtensions.TianoCore."ExtraFiles"]\r
57 SectionExtractionDxeExtra.uni\r