]> git.proxmox.com Git - mirror_edk2.git/commit
Add genDigest() method to class FfsProcess to generate MD5 digest value for the FFS...
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Feb 2007 06:25:58 +0000 (06:25 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Feb 2007 06:25:58 +0000 (06:25 +0000)
commit73f7b9c29ce70f890a9d674abfbb9be21cb7de5c
tree842a24e022048481b39c7a7c3e9e929d347faf7f
parentc77f98697997b0847f65cc8acb56cd7da1165faa
Add genDigest() method to class FfsProcess to generate MD5 digest value for the FFS layout. This is intended to solve re-generation issue of FFS when its layout has been changed but no related section files have been  changed.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2353 6f19259b-4bc3-4df7-8a09-765794883524
Tools/Java/Source/GenBuild/org/tianocore/build/FfsProcess.java