]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
Coding style modification.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
1 #/** @file
2 # Section Extraction Dxe Driver.
3 #
4 # Status Code Architectural Protocol implementation as defined in Tiano
5 # Architecture Specification. This driver has limited functionality
6 # at runtime and will not log to Data Hub at runtime.
7 # Copyright (c) 2006, Intel Corporation.
8 #
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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
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 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = SectionExtractionEntryPoint
29
30 [Sources]
31 SectionExtraction.c
32 SectionExtraction.h
33
34 [LibraryClasses]
35 UefiBootServicesTableLib
36 MemoryAllocationLib
37 UefiLib
38 DebugLib
39 BaseLib
40 BaseMemoryLib
41 UefiDriverEntryPoint
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 IntelFrameworkPkg/IntelFrameworkPkg.dec
46
47 [Protocols]
48 gEfiSectionExtractionProtocolGuid # ALWAYS_PRODUCED
49 gEfiDecompressProtocolGuid # ALWAYS_CONSUMED
50
51 [Depex]
52 TRUE