]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Eot/FvImage.py
BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR file
[mirror_edk2.git] / BaseTools / Source / Python / Eot / FvImage.py
index f668a17c09c819ed96730d2625765b10e794643f..f2a9bc68016e50a82ae4af7d00148cdb603d2355 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Parse FV image\r
 #\r
-# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -13,7 +13,7 @@
 \r
 ## Import Modules\r
 #\r
-import os\r
+import Common.LongFilePathOs as os\r
 import re\r
 import sys\r
 import uuid\r
@@ -24,7 +24,7 @@ import copy
 from UserDict import IterableUserDict\r
 from cStringIO import StringIO\r
 from array import array\r
-\r
+from Common.LongFilePathSupport import OpenLongFilePath as open\r
 from CommonDataClass import *\r
 from Common.Misc import sdict, GuidStructureStringToGuidString\r
 \r