]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
1 #/** @file
2 #
3 # Section Extraction Dxe Driver.
4 #
5 # Section Extraction Protocol implementation as defined in Intel Framework
6 # Specification.
7 #
8 # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = SectionExtractionDxe
22 FILE_GUID = 801ADCA0-815E-46a4-84F7-657F53621A57
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = SectionExtractionEntryPoint
26 EFI_SPECIFICATION_VERSION = 0x00020000
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 SectionExtraction.c
34 SectionExtraction.h
35
36 [LibraryClasses]
37 UefiBootServicesTableLib
38 MemoryAllocationLib
39 UefiLib
40 DebugLib
41 BaseLib
42 BaseMemoryLib
43 UefiDriverEntryPoint
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 IntelFrameworkPkg/IntelFrameworkPkg.dec
48
49 [Protocols]
50 gEfiSectionExtractionProtocolGuid # ALWAYS_PRODUCED
51 gEfiDecompressProtocolGuid # ALWAYS_CONSUMED
52
53 [Depex]
54 TRUE