]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / SectionExtractionDxe / SectionExtractionDxe.inf
CommitLineData
a402e129
MK
1## @file\r
2# Section Extraction DXE Driver\r
3#\r
4# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a402e129
MK
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = SectionExtractionDxe\r
13 FILE_GUID = A0E8E04C-9B5A-43be-8B7D-C98760492B68\r
14 MODULE_TYPE = DXE_DRIVER\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = SectionExtractionDxeEntry\r
6036e94d 17 MODULE_UNI_FILE = SectionExtractionDxe.uni\r
a402e129
MK
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64\r
23#\r
24\r
25[Sources]\r
26 SectionExtractionDxe.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30\r
31[LibraryClasses]\r
32 UefiDriverEntryPoint\r
33 UefiBootServicesTableLib\r
34 DebugLib\r
35 BaseMemoryLib\r
36 MemoryAllocationLib\r
37 ExtractGuidedSectionLib\r
38\r
39[Depex]\r
40 TRUE\r
41\r
42[UserExtensions.TianoCore."ExtraFiles"]\r
43 SectionExtractionDxeExtra.uni\r