Skip to content

Commit

Permalink
RedfishClientPkg: add Redfish task service support.
Browse files Browse the repository at this point in the history
Enable Redfish task support by adding RedfishTaskDxe driver,
Redfish message library and Redfish task library to
RedfishClientPkg.

Signed-off-by: Nickle Wang <[email protected]>
  • Loading branch information
nicklela committed Oct 24, 2024
1 parent f24ee7f commit 269641a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions RedfishClientPkg/RedfishClient.fdf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
INF RedfishClientPkg/Features/BootOptionCollection/BootOptionCollectionDxe.inf
INF RedfishClientPkg/Features/BootOption/v1_0_4/Dxe/BootOptionDxe.inf
INF RedfishClientPkg/Features/SecureBoot/v1_1_0/Dxe/SecureBootDxe.inf
INF RedfishClientPkg/RedfishTaskServiceDxe/RedfishTaskServiceDxe.inf

!include RedfishClientPkg/RedfishJsonStructureDxe.fdf.inc
#
Expand Down
1 change: 1 addition & 0 deletions RedfishClientPkg/RedfishClientComponents.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
RedfishClientPkg/HiiToRedfishMemoryDxe/HiiToRedfishMemoryDxe.inf
RedfishClientPkg/HiiToRedfishBootDxe/HiiToRedfishBootDxe.inf
RedfishClientPkg/HiiToRedfishBiosDxe/HiiToRedfishBiosDxe.inf
RedfishClientPkg/RedfishTaskServiceDxe/RedfishTaskServiceDxe.inf
!endif
#
# Below two modules should be pulled in by build tool.
Expand Down
3 changes: 3 additions & 0 deletions RedfishClientPkg/RedfishClientLibs.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@
RedfishHttpLib|RedfishPkg/Library/RedfishHttpLib/RedfishHttpLib.inf
SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf
RedfishMessageLib|RedfishClientPkg/Library/RedfishMessageLib/RedfishMessageLib.inf
RedfishTaskLib|RedfishClientPkg/Library/RedfishTaskLibNull/RedfishTaskLibNull.inf
RedfishProtocolFeaturesLib|RedfishClientPkg/Library/RedfishProtocolFeaturesLib/RedfishProtocolFeaturesLib.inf
2 changes: 2 additions & 0 deletions RedfishClientPkg/RedfishClientPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@

RedfishClientPkg/Library/RedfishFeatureUtilityLib/RedfishFeatureUtilityLib.inf
RedfishClientPkg/Library/RedfishAddendumLib/RedfishAddendumLib.inf
RedfishClientPkg/Library/RedfishMessageLib/RedfishMessageLib.inf
RedfishClientPkg/Library/RedfishTaskLibNull/RedfishTaskLibNull.inf

!include RedfishClientPkg/RedfishClient.dsc.inc

0 comments on commit 269641a

Please sign in to comment.