VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf

Last change on this file was 105670, checked in by vboxsync, 7 months ago

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1## @file
2# Implementation of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL interfaces.
3#
4# (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
5# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
6# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = RedfishPlatformConfigDxe
15 FILE_GUID = BEAEFFE1-0633-41B5-913C-9389339C2927
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = RedfishPlatformConfigDxeEntryPoint
19 UNLOAD_IMAGE = RedfishPlatformConfigDxeUnload
20
21[Packages]
22 MdePkg/MdePkg.dec
23 MdeModulePkg/MdeModulePkg.dec
24 RedfishPkg/RedfishPkg.dec
25
26[Sources]
27 RedfishPlatformConfigCapability.c
28 RedfishPlatformConfigDxe.h
29 RedfishPlatformConfigDxe.c
30 RedfishPlatformConfigImpl.h
31 RedfishPlatformConfigImpl.c
32
33[LibraryClasses]
34 BaseLib
35 BaseMemoryLib
36 DebugLib
37 DevicePathLib
38 HiiLib
39 HiiUtilityLib
40 MemoryAllocationLib
41 PcdLib
42 PrintLib
43 RedfishDebugLib
44 UefiLib
45 UefiBootServicesTableLib
46 UefiRuntimeServicesTableLib
47 UefiDriverEntryPoint
48
49[Protocols]
50 gEdkIIRedfishPlatformConfigProtocolGuid ## PRODUCED
51 gEfiHiiDatabaseProtocolGuid ## CONSUMED
52 gEfiHiiStringProtocolGuid ## CONSUMED
53 gEfiRegularExpressionProtocolGuid ## CONSUMED
54
55[Guids]
56 gEfiRegexSyntaxTypePerlGuid ## CONSUMED
57
58[FixedPcd]
59 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigFeatureProperty
60 gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigDebugProperty
61
62[Depex]
63 TRUE
Note: See TracBrowser for help on using the repository browser.

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