VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiPayloadPkg/PayloadLoaderPeim/PayloadLoaderPeim.inf@ 107675

最後變更 在這個檔案從107675是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.3 KB
 
1## @file
2# Produce LoadFile PPI for payload loading.
3#
4# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = PayloadLoaderPeim
13 FILE_GUID = D071A3B4-3EC1-40C5-BEF8-D0BD4A2446F0
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16
17 ENTRY_POINT = InitializePayloadLoaderPeim
18
19#
20# The following information is for reference only and not required by the build tools.
21#
22# VALID_ARCHITECTURES = IA32 X64
23#
24
25[Sources]
26 PayloadLoaderPeim.c
27 ElfLib.h
28 ElfLib/ElfLibInternal.h
29 ElfLib/ElfCommon.h
30 ElfLib/Elf32.h
31 ElfLib/Elf64.h
32 ElfLib/ElfLibInternal.h
33 ElfLib/ElfLib.c
34 ElfLib/Elf32Lib.c
35 ElfLib/Elf64Lib.c
36
37[Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 PcAtChipsetPkg/PcAtChipsetPkg.dec
41 UefiPayloadPkg/UefiPayloadPkg.dec
42
43[LibraryClasses]
44 PcdLib
45 MemoryAllocationLib
46 BaseMemoryLib
47 PeiServicesLib
48 HobLib
49 BaseLib
50 PeimEntryPoint
51 DebugLib
52
53[Ppis]
54 gEfiPeiLoadFilePpiGuid ## PRODUCES
55
56[Pcd]
57 gPcAtChipsetPkgTokenSpaceGuid.PcdRtcIndexRegister
58 gPcAtChipsetPkgTokenSpaceGuid.PcdRtcTargetRegister
59
60[Guids]
61 gUniversalPayloadExtraDataGuid ## PRODUCES
62
63[Depex]
64 TRUE
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette