Reviewed-by: Abner Chang ________________________________ From: Wang, Nickle (HPS SW) Sent: Monday, October 25, 2021 4:21 PM To: Chang, Abner (HPS SW/FW Technologist) ; devel@edk2.groups.io Cc: Liming Gao Subject: Re: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build Reviewed-by: Nickle Wang Thanks, Nickle ________________________________ From: Chang, Abner (HPS SW/FW Technologist) Sent: Monday, October 25, 2021 15:41 To: devel@edk2.groups.io Cc: Wang, Nickle (HPS SW) ; Liming Gao Subject: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build Add EDKII ETag driver to RedfishClientPkg build. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao --- RedfishClientPkg/RedfishClientPkg.dec | 5 +++-- RedfishClientPkg/RedfishClientComponents.dsc.inc | 3 ++- RedfishClientPkg/RedfishClient.fdf.inc | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/RedfishClientPkg/RedfishClientPkg.dec b/RedfishClientPkg/RedfishClientPkg.dec index 11eab386c64..1b998c09932 100644 --- a/RedfishClientPkg/RedfishClientPkg.dec +++ b/RedfishClientPkg/RedfishClientPkg.dec @@ -1,4 +1,4 @@ -## @file +## @file # Redfish Client Package # # (C) Copyright 2021 Hewlett Packard Enterprise Development LP
@@ -24,6 +24,8 @@ gEdkIIRedfishFeatureProtocolGuid = { 0x785CC694, 0x4930, 0xEFBF, { 0x2A, 0xCB, 0xA4, 0xB6, 0xA1, 0xCC, 0xAA, 0x34 } } ## Include/Protocol/EdkIIRedfishResourceConfigProtocol.h gEdkIIRedfishResourceConfigProtocolGuid = { 0x6f164c68, 0xfb09, 0x4646, { 0xa8, 0xd3, 0x24, 0x11, 0x5d, 0xab, 0x3e, 0xe7 } } + ## Include/Protocol/EdkiiRedfishETagProtocol.h + gEdkIIRedfishETagProtocolGuid = { 0x5706d368, 0xaf66, 0x48f5, { 0x89, 0xfc, 0xa6, 0x61, 0xce, 0xb5, 0xa6, 0xa9 } } [Guids] ## Include/Guid/RedfishClientPkgTokenSpace.h @@ -37,4 +39,3 @@ # { 0x7CE88FB3, 0x4BD7, 0x4679, { 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B }} # gEfiRedfishClientPkgTokenSpaceGuid.PcdEdkIIRedfishFeatureDriverStartupEventGuid|{0xB3, 0x8F, 0xE8, 0x7C, 0xD7, 0x4B, 0x79, 0x46, 0x87, 0xA8, 0xA8, 0xD8, 0xDE, 0xE5, 0x0D, 0x2B}|VOID*|0x10000003 - diff --git a/RedfishClientPkg/RedfishClientComponents.dsc.inc b/RedfishClientPkg/RedfishClientComponents.dsc.inc index da8b869972e..5c4dbd62883 100644 --- a/RedfishClientPkg/RedfishClientComponents.dsc.inc +++ b/RedfishClientPkg/RedfishClientComponents.dsc.inc @@ -1,4 +1,4 @@ -## @file +## @file # Redfish Client DSC include file for [Components*] section of all Architectures. # # This file can be included to the [Components*] section(s) of a platform DSC file @@ -14,6 +14,7 @@ !if $(REDFISH_CLIENT) == TRUE RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf + RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf !endif !if $(REDFISH_CLIENT_ALL_AUTOGENED) == TRUE diff --git a/RedfishClientPkg/RedfishClient.fdf.inc b/RedfishClientPkg/RedfishClient.fdf.inc index d4c5874787f..1b07982e5de 100644 --- a/RedfishClientPkg/RedfishClient.fdf.inc +++ b/RedfishClientPkg/RedfishClient.fdf.inc @@ -1,4 +1,4 @@ -## @file +## @file # Redfish Client FDF include file for [FV*] section of all Architectures. # # This file can be included to the [FV*] section(s) of a platform FDF file @@ -12,4 +12,5 @@ ## !if $(REDFISH_CLIENT) == TRUE INF RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf + INF RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf !endif -- 2.21.0.windows.1