mirror of https://github.com/acidanthera/audk.git
RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg
Add RedfishPlatformConfigDxe driver and corresponding library to RedfishPkg. Signed-off-by: Nickle Wang <nicklew@nvidia.com> Cc: Abner Chang <abner.chang@amd.com> Cc: Igor Kulchytskyy <igork@ami.com> Cc: Nick Ramirez <nramirez@nvidia.com> Reviewed-by: Abner Chang <abner.chang@amd.com> Reviewed-by: Igor Kulchytskyy <igork @ami.com>
This commit is contained in:
parent
83d77fa311
commit
56e9828380
|
@ -6,6 +6,7 @@
|
|||
# to be built in the firmware volume.
|
||||
#
|
||||
# (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
|
||||
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
|
@ -17,4 +18,6 @@
|
|||
INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
|
||||
INF RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
|
||||
INF RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
|
||||
INF RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
|
||||
INF MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
|
||||
!endif
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
# "RedfishDefines.dsc.inc".
|
||||
#
|
||||
# (C) Copyright 2020-2021 Hewlett Packard Enterprise Development LP<BR>
|
||||
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
|
@ -19,4 +20,6 @@
|
|||
RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
|
||||
RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf
|
||||
RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf
|
||||
RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf
|
||||
MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf
|
||||
!endif
|
||||
|
|
|
@ -20,5 +20,7 @@
|
|||
RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
|
||||
RedfishDebugLib|RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
|
||||
RedfishPlatformCredentialLib|RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.inf
|
||||
HiiUtilityLib|RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
|
||||
RedfishPlatformConfigLib|RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
|
||||
!endif
|
||||
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
|
||||
NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
|
||||
DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf
|
||||
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
||||
UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
||||
RedfishPlatformCredentialLib|RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf
|
||||
RedfishContentCodingLib|RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf
|
||||
|
||||
|
@ -68,5 +70,7 @@
|
|||
RedfishPkg/Library/JsonLib/JsonLib.inf
|
||||
RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf
|
||||
RedfishPkg/Library/RedfishDebugLib/RedfishDebugLib.inf
|
||||
RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf
|
||||
RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf
|
||||
|
||||
!include RedfishPkg/Redfish.dsc.inc
|
||||
|
|
Loading…
Reference in New Issue