]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
797a9d67 1#/** @file\r
6558a837 2# \r
3# Section Extraction Dxe Driver.\r
4# \r
5# Section Extraction Protocol implementation as defined in Intel Framework\r
6# Specification. \r
7# \r
8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
797a9d67 9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
6558a837 11# which accompanies this distribution. The full text of the license may be found at\r
797a9d67 12# http://opensource.org/licenses/bsd-license.php\r
6558a837 13# \r
797a9d67 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
6558a837 16# \r
797a9d67 17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = SectionExtractionDxe\r
22 FILE_GUID = 801ADCA0-815E-46a4-84F7-657F53621A57\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
4ee6846f 25 ENTRY_POINT = SectionExtractionEntryPoint \r
797a9d67 26 EFI_SPECIFICATION_VERSION = 0x00020000\r
4ee6846f 27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
797a9d67 31\r
32[Sources]\r
33 SectionExtraction.c\r
34 SectionExtraction.h\r
35\r
36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
39 UefiLib\r
40 DebugLib\r
41 BaseLib\r
42 BaseMemoryLib\r
43 UefiDriverEntryPoint\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48\r
49[Protocols]\r
50 gEfiSectionExtractionProtocolGuid # ALWAYS_PRODUCED\r
51 gEfiDecompressProtocolGuid # ALWAYS_CONSUMED\r
52\r
53[Depex]\r
54 TRUE