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