]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6558a837 2# \r
182b1d16
LG
3# Section Extraction Dxe Driver produces framework section extract protocol.\r
4#\r
5# The section is implemented as a linked list of section streams,\r
6# where each stream contains a linked list of children, which may be leaves or\r
7# encapsulations. Encapsulation section will further generate new section stream entries.\r
6558a837 8# \r
180a5a35
HT
9# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
10# This program and the accompanying materials\r
797a9d67 11# are licensed and made available under the terms and conditions of the BSD License\r
6558a837 12# which accompanies this distribution. The full text of the license may be found at\r
797a9d67 13# http://opensource.org/licenses/bsd-license.php\r
6558a837 14# \r
797a9d67 15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
6558a837 17# \r
6bfbb5f0 18##\r
797a9d67 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = SectionExtractionDxe\r
23 FILE_GUID = 801ADCA0-815E-46a4-84F7-657F53621A57\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
4ee6846f 26 ENTRY_POINT = SectionExtractionEntryPoint \r
182b1d16 27\r
4ee6846f 28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
797a9d67 32\r
33[Sources]\r
34 SectionExtraction.c\r
797a9d67 35\r
36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
797a9d67 39 DebugLib\r
40 BaseLib\r
41 BaseMemoryLib\r
42 UefiDriverEntryPoint\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47\r
48[Protocols]\r
182b1d16
LG
49 gEfiSectionExtractionProtocolGuid ## PRODUCEDS\r
50 gEfiDecompressProtocolGuid ## CONSUMEDS\r
797a9d67 51\r
52[Depex]\r
182b1d16
LG
53 gEfiDecompressProtocolGuid\r
54 \r
55