]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/FdfParser.py
There is a limitation on WINDOWS OS for the length of entire file path can’t be large...
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / FdfParser.py
index f1e03f4c3f7820e519bcf05dd741fc0ca7c1256e..01dab7bdabac4075688fbddfb19ae264548fea0a 100644 (file)
@@ -55,7 +55,8 @@ from Common.String import ReplaceMacro
 from Common.Misc import tdict\r
 \r
 import re\r
-import os\r
+import Common.LongFilePathOs as os\r
+from Common.LongFilePathSupport import OpenLongFilePath as open\r
 \r
 ##define T_CHAR_SPACE                ' '\r
 ##define T_CHAR_NULL                 '\0'\r