Merged Mike
> -----Original Message----- > From: Guo, Gua <gua....@intel.com> > Sent: Tuesday, May 9, 2023 3:56 PM > To: Kinney, Michael D <michael.d.kin...@intel.com>; devel@edk2.groups.io > Subject: RE: [edk2-devel] [PATCH v3 0/2] Add more google mock library > > Add Reviewed-by message on > https://github.com/tianocore/edk2/pull/4335/commits > > Wait for push label. It can be checked in. > > -----Original Message----- > From: Kinney, Michael D <michael.d.kin...@intel.com> > Sent: Tuesday, May 9, 2023 8:17 AM > To: devel@edk2.groups.io; Guo, Gua <gua....@intel.com> > Cc: Kinney, Michael D <michael.d.kin...@intel.com> > Subject: RE: [edk2-devel] [PATCH v3 0/2] Add more google mock library > > Series Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> > > Mike > > > -----Original Message----- > > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Guo, > > Gua > > Sent: Monday, May 8, 2023 5:04 PM > > To: devel@edk2.groups.io > > Cc: Guo, Gua <gua....@intel.com> > > Subject: [edk2-devel] [PATCH v3 0/2] Add more google mock library > > > > From: Gua Guo <gua....@intel.com> > > > > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=4443 > > > > PR: https://github.com/tianocore/edk2/pull/4335 > > > > V3 > > Remove EBC and fix some coding rule > > > > V2: > > Fixed Azure build failure > > > > V1: > > Add google mock support for HobLib > > Add google mock support for PciHostBridgeLib Add google mock support > > for PeiServicesLib > > > > Gua Guo (2): > > MdeModulePkg: Add more PciHostBridgeLib gmock support > > MdePkg: Add more HobLib/PeiServicesLib gmock support > > > > MdeModulePkg/MdeModulePkg.dec | 1 + > > MdeModulePkg/Test/MdeModulePkgHostTest.dsc | 5 + > > .../GoogleTest/Library/MockPciHostBridgeLib.h | 40 ++++ > > .../MockPciHostBridgeLib.cpp | 14 ++ > > .../MockPciHostBridgeLib.inf | 35 ++++ > > MdePkg/Test/MdePkgHostTest.dsc | 2 + > > .../Include/GoogleTest/Library/MockHobLib.h | 150 ++++++++++++++ > > .../GoogleTest/Library/MockPeiServicesLib.h | 189 ++++++++++++++++++ > > .../GoogleTest/MockHobLib/MockHobLib.cpp | 30 +++ > > .../GoogleTest/MockHobLib/MockHobLib.inf | 33 +++ > > .../MockPeiServicesLib/MockPeiServicesLib.cpp | 36 ++++ > > .../MockPeiServicesLib/MockPeiServicesLib.inf | 32 +++ > > 12 files changed, 567 insertions(+) > > create mode 100644 > > > MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockPciHostBridgeLib > > .h > > create mode 100644 > > > MdeModulePkg/Test/Mock/Library/GoogleTest/MockPciHostBridgeLib/MockP > > ciHostBridgeLib.cpp > > create mode 100644 > > > MdeModulePkg/Test/Mock/Library/GoogleTest/MockPciHostBridgeLib/MockP > > ciHostBridgeLib.inf > > create mode 100644 > > MdePkg/Test/Mock/Include/GoogleTest/Library/MockHobLib.h > > create mode 100644 > > MdePkg/Test/Mock/Include/GoogleTest/Library/MockPeiServicesLib.h > > create mode 100644 > > MdePkg/Test/Mock/Library/GoogleTest/MockHobLib/MockHobLib.cpp > > create mode 100644 > > MdePkg/Test/Mock/Library/GoogleTest/MockHobLib/MockHobLib.inf > > create mode 100644 > > MdePkg/Test/Mock/Library/GoogleTest/MockPeiServicesLib/MockPeiServices > > Li > > b.cpp > > create mode 100644 > > MdePkg/Test/Mock/Library/GoogleTest/MockPeiServicesLib/MockPeiServices > > Li > > b.inf > > > > -- > > 2.39.2.windows.1 > > > > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#104446): https://edk2.groups.io/g/devel/message/104446 Mute This Topic: https://groups.io/mt/98773947/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/9847357/21656/1706620634/xyzzy [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-