[AMD Official Use Only - General] Correct email address Reviewed-by: Abner Chang <abner.ch...@amd.com>
> -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Chang, > Abner via groups.io > Sent: Friday, May 5, 2023 8:56 AM > To: Nickle Wang <nick...@nvidia.com>; devel@edk2.groups.io > Cc: Igor Kulchytskyy <ig...@ami.com> > Subject: Re: [edk2-devel] [edk2-redfish-client][PATCH 3/8] RedfishClientPkg: > Add EDKII ETag driver to build > > Caution: This message originated from an External Source. Use proper > caution when opening attachments, clicking links, or responding. > > > [AMD Official Use Only - General] > > Reviewed-by: Abner Chang <abner.ch...@hpe.com> > > > -----Original Message----- > > From: Nickle Wang <nick...@nvidia.com> > > Sent: Thursday, May 4, 2023 10:22 PM > > To: devel@edk2.groups.io > > Cc: Chang, Abner <abner.ch...@amd.com>; Igor Kulchytskyy > > <ig...@ami.com> > > Subject: [edk2-redfish-client][PATCH 3/8] RedfishClientPkg: Add EDKII > > ETag driver to build > > > > Caution: This message originated from an External Source. Use proper > > caution when opening attachments, clicking links, or responding. > > > > > > Add EDKII ETag driver to RedfishClientPkg build. > > > > Signed-off-by: Nickle Wang <nick...@nvidia.com> > > Cc: Abner Chang <abner.ch...@amd.com> > > Cc: Igor Kulchytskyy <ig...@ami.com> > > --- > > RedfishClientPkg/RedfishClientPkg.dec | 2 ++ > > RedfishClientPkg/RedfishClientComponents.dsc.inc | 1 + > > RedfishClientPkg/RedfishClient.fdf.inc | 1 + > > 3 files changed, 4 insertions(+) > > > > diff --git a/RedfishClientPkg/RedfishClientPkg.dec > > b/RedfishClientPkg/RedfishClientPkg.dec > > index 11eab386..f0fe3269 100644 > > --- a/RedfishClientPkg/RedfishClientPkg.dec > > +++ b/RedfishClientPkg/RedfishClientPkg.dec > > @@ -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 > > diff --git a/RedfishClientPkg/RedfishClientComponents.dsc.inc > > b/RedfishClientPkg/RedfishClientComponents.dsc.inc > > index da8b8699..fda4ceb7 100644 > > --- a/RedfishClientPkg/RedfishClientComponents.dsc.inc > > +++ b/RedfishClientPkg/RedfishClientComponents.dsc.inc > > @@ -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 d4c58747..f1adc7a8 100644 > > --- a/RedfishClientPkg/RedfishClient.fdf.inc > > +++ b/RedfishClientPkg/RedfishClient.fdf.inc > > @@ -12,4 +12,5 @@ > > ## > > !if $(REDFISH_CLIENT) == TRUE > > INF > > RedfishClientPkg/RedfishFeatureCoreDxe/RedfishFeatureCoreDxe.inf > > + INF RedfishClientPkg/RedfishETagDxe/RedfishETagDxe.inf > > !endif > > -- > > 2.17.1 > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#104057): https://edk2.groups.io/g/devel/message/104057 Mute This Topic: https://groups.io/mt/98684704/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-