]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
Clean up to update the reference of the these macros:
[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 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