]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Report Error if use SET in Dsc
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 2 Jan 2019 08:09:46 +0000 (16:09 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 11 Jan 2019 02:51:19 +0000 (10:51 +0800)
commitb8920ccc3c8d4abca35bb78c5845666b14fa7eb4
treef3393b7abbab23c171fb0036b80ebb8b94c9e3f9
parentb85c8fb4d4dee870b6f37d6f53b9229f47c31450
BaseTools: Report Error if use SET in Dsc

Build tool do not support SET syntax in DSC.
If the SET statement is used in DSC, build tool just ignore it.
That behavior confused some users that
they think SET statement works in DSC like in FDF.
To avoid such confusion, build tool report ERROR
if there is "SET" statement in Dsc file.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Cc: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/MetaFileParser.py