From: bbahnsen Date: Sat, 16 Dec 2006 20:51:59 +0000 (+0000) Subject: Populate the zip file while building the manifest. X-Git-Tag: edk2-stable201903~23770 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3ff56e5e44cae2a05813df4819aee0f125a563f6;p=mirror_edk2.git Populate the zip file while building the manifest. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2107 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/Tools/Python/MkFar.py b/Tools/Python/MkFar.py index 105f1f49de..50102ce27e 100755 --- a/Tools/Python/MkFar.py +++ b/Tools/Python/MkFar.py @@ -23,8 +23,7 @@ def parseMsa(msaFile, spdDir): def parseSpd(spdFile): - filelist = [spdFile] - msaFileList = [] + filelist = [] spdDir = os.path.dirname(spdFile) @@ -33,7 +32,7 @@ def parseSpd(spdFile): xmlPaths = [ "/PackageSurfaceArea/LibraryClassDeclarations/LibraryClass/IncludeHeader", "/PackageSurfaceArea/IndustryStdIncludes/IndustryStdHeader/IncludeHeader", - "/PackageSurfaceArea/