]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / DxeExtractGuidedSectionLib / DxeExtractGuidedSectionLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of ExtractGuidedSection Library for DXE phase.\r
3#\r
4# This library provides generic extract guided section functions for DXE module.\r
5#\r
6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = DxeExtractGuidedSectionLib\r
16 MODULE_UNI_FILE = DxeExtractGuidedSectionLib.uni\r
17 FILE_GUID = f773469b-e265-4b0c-b0a6-2f971fbfe72b\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = ExtractGuidedSectionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
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
27# VALID_ARCHITECTURES = IA32 X64 EBC\r
28#\r
29\r
30[Sources]\r
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
41 UefiBootServicesTableLib\r
42\r