]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / DxeExtractGuidedSectionLib / DxeExtractGuidedSectionLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of ExtractGuidedSection Library for DXE phase.\r
0fa00159 3#\r
d173d9c7 4# This library provides generic extract guided section functions for DXE module.\r
85ea851e 5#\r
9095d37b 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
0fa00159 7#\r
9344f092 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0fa00159
LG
9#\r
10#\r
6bfbb5f0 11##\r
0fa00159
LG
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = DxeExtractGuidedSectionLib\r
c92c1790 16 MODULE_UNI_FILE = DxeExtractGuidedSectionLib.uni\r
0fa00159
LG
17 FILE_GUID = f773469b-e265-4b0c-b0a6-2f971fbfe72b\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
3cb0a311 20 LIBRARY_CLASS = ExtractGuidedSectionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
0fa00159
LG
21\r
22 CONSTRUCTOR = DxeExtractGuidedSectionLibConstructor\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
3cb0a311 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
0fa00159
LG
28#\r
29\r
6bfbb5f0 30[Sources]\r
0fa00159
LG
31 DxeExtractGuidedSectionLib.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36\r
37[LibraryClasses]\r
38 MemoryAllocationLib\r
39 BaseMemoryLib\r
40 DebugLib\r
8472f1f5 41 UefiBootServicesTableLib\r
0fa00159 42\r