]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Support more file types in build cache
authorShi, Steven <steven.shi@intel.com>
Tue, 27 Aug 2019 05:16:46 +0000 (13:16 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 2 Sep 2019 04:17:56 +0000 (12:17 +0800)
commit40db176d9d4f214e590488ba836f42382cc02cb4
treeb48bd053b9b9689d5e1c113f5634013353c2f088
parent47f167f47e8e4b637411f7547128f3036f5a2f5e
BaseTools: Support more file types in build cache

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1958

Current build cache does not store and restore all
types file of Hii/vfr, version and dpx. This patch
adds more file types to support them in build cache.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Steven Shi <steven.shi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/ModuleAutoGen.py