]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will fix K9...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
... / ...
CommitLineData
1## @file\r
2# \r
3# Section Extraction Dxe Driver produces framework section extract protocol.\r
4#\r
5# The section is implemented as a linked list of section streams,\r
6# where each stream contains a linked list of children, which may be leaves or\r
7# encapsulations. Encapsulation section will further generate new section stream entries.\r
8# \r
9# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# \r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17# \r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SectionExtractionDxe\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\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47\r
48[Protocols]\r
49 gEfiSectionExtractionProtocolGuid ## PRODUCEDS\r
50 gEfiDecompressProtocolGuid ## CONSUMEDS\r
51\r
52[Depex]\r
53 gEfiDecompressProtocolGuid\r
54 \r
55