]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Eot/FileProfile.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 / Eot / FileProfile.py
index b377ef6f4137aebc722291f84b01da505c0b76e7..0544c0d55b44fd07c63a73ef8701d692840841a5 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # fragments of source file\r
 #\r
-#  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -17,8 +17,9 @@
 #\r
 \r
 import re\r
-import os\r
+import Common.LongFilePathOs as os\r
 from ParserWarning import Warning\r
+from Common.LongFilePathSupport import OpenLongFilePath as open\r
 \r
 # Profile contents of a file\r
 PPDirectiveList = []\r