]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Enables FFS to support the GUID value format
authorFan, ZhijuX <zhijux.fan@intel.com>
Thu, 9 May 2019 11:58:32 +0000 (19:58 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 10 May 2019 09:07:07 +0000 (17:07 +0800)
commit6b74ccf0f8b53256b696ce921d50b873f6f9db57
tree95392e7b3b4f6d6c280fddbada133415f13a6f6c
parentafe8c4110c072126b9fb3821397a0216bf7dd8ad
BaseTools:Enables FFS to support the GUID value format

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

Per FDF spec, FFS Rule can specify the hard code FILE Guid value.
But,BaseTools reports the build failure.It should be fixed.

This patch is going to fix that issue.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py