]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/Vtf.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 / Vtf.py
index e7e36491db60fbe24f01de4fd734617c0502b13e..64b5d771382d4b07c51d0f97cd09c7b5e70628d9 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # process VTF generation\r
 #\r
-#  Copyright (c) 2007, 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
@@ -16,8 +16,9 @@
 # Import Modules\r
 #\r
 from GenFdsGlobalVariable import GenFdsGlobalVariable\r
-import os\r
+import Common.LongFilePathOs as os\r
 from CommonDataClass.FdfClass import VtfClassObject\r
+from Common.LongFilePathSupport import OpenLongFilePath as open\r
 T_CHAR_LF = '\n'\r
 \r
 ## generate VTF\r