Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: f47d897f93f1f67d57ca0877daf3f1663823847a https://github.com/tianocore/edk2/commit/f47d897f93f1f67d57ca0877daf3f1663823847a Author: Phil Noh <phil....@amd.com> Date: 2025-03-14 (Fri, 14 Mar 2025)
Changed paths: M UnitTestFrameworkPkg/Library/UnitTestPeiServicesTablePointerLib/UnitTestPeiServicesTablePointerLib.c M UnitTestFrameworkPkg/Library/UnitTestPeiServicesTablePointerLib/UnitTestPeiServicesTablePointerLib.h M UnitTestFrameworkPkg/Library/UnitTestPeiServicesTablePointerLib/UnitTestPeiServicesTablePointerLibMisc.c Log Message: ----------- UnitTestFrameworkPkg: Avoid duplicate library function names There are duplicate library function names between 2 Unit Test libraries (UnitTestPeiServicesTablePointerLib and UnitTestUefiBootServicesTableLib). There are 3 functions (UnitTestAllocatePages, UnitTestAllocatePool and UnitTestFreePage). This update avoids the duplication and prevents a build error when building a Unit Test application that links the libraries based on UnitTestFrameworkPkg. Signed-off-by: Phil Noh <phil....@amd.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits