Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 6b9307192bf590b3136e690a07196d4255051fdc https://github.com/tianocore/edk2/commit/6b9307192bf590b3136e690a07196d4255051fdc Author: Joey Vagedes <joey.vage...@gmail.com> Date: 2024-07-04 (Thu, 04 Jul 2024)
Changed paths: M BaseTools/Source/Python/Workspace/InfBuildData.py Log Message: ----------- BaseTools: InfBuildData: Fix Private value retrieval Update retrieval of private guids, protocols, or ppis from a package's declaration file to use the original path of the module's INF file rather than the current path. When building the same module multiple times in the same INF (by override the define's FILE_GUID), a temporary instance of the module is generated outside the package, causing the retrieval of private values to fail as the check to access private values is done by verifying the module to build, is inside the package. Signed-off-by: Joey Vagedes <joey.vage...@gmail.com> Cc: Rebecca Cran <rebe...@bsdio.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> Cc: Bob Feng <bob.c.f...@intel.com> Cc: Yuwei Chen <yuwei.c...@intel.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