From 3ff56e5e44cae2a05813df4819aee0f125a563f6 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Sat, 16 Dec 2006 20:51:59 +0000 Subject: [PATCH] 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 --- Tools/Python/MkFar.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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/