audk/BaseTools/Source/Python/Workspace
Joey Vagedes 6b9307192b 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.Vagedes@gmail.com>

Cc: Rebecca Cran <rebecca@bsdio.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
2024-07-04 11:55:25 +00:00
..
BuildClassObject.py
DecBuildData.py
DscBuildData.py BaseTools: Syntax warning invalid escape sequence \C 2024-02-28 00:23:58 +00:00
InfBuildData.py BaseTools: InfBuildData: Fix Private value retrieval 2024-07-04 11:55:25 +00:00
MetaDataTable.py
MetaFileCommentParser.py
MetaFileParser.py
MetaFileTable.py
WorkspaceCommon.py BaseTools: Use Stronger Matching for NULL Linked Libraries 2024-04-15 19:04:08 +00:00
WorkspaceDatabase.py
__init__.py