mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-26 16:41:06 +00:00
For case-insensitive file systems, edk2 String.py collides with the Python string.py, which results in build errors. This,for example, applies to building via the Windows Subsystem for Linux from a DriveFS file system. This patch renames String to StringUtils to prevent conflicts for case-insensitive file systems. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Liming Gao <liming.gao@intel.com> |
||
|---|---|---|
| .. | ||
| MetaFileWorkspace | ||
| Xml | ||
| __init__.py | ||
| C.g | ||
| c.py | ||
| Check.py | ||
| CLexer.py | ||
| CodeFragment.py | ||
| CodeFragmentCollector.py | ||
| config.ini | ||
| Configuration.py | ||
| CParser.py | ||
| Database.py | ||
| Ecc.py | ||
| EccGlobalData.py | ||
| EccToolError.py | ||
| Exception.py | ||
| exception.xml | ||
| FileProfile.py | ||
| MetaDataParser.py | ||
| ParserWarning.py | ||