]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:copy the common PcdValueCommon.c to output directory
authorFan, ZhijuX <zhijux.fan@intel.com>
Wed, 11 Mar 2020 09:51:21 +0000 (17:51 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 12 Mar 2020 02:02:55 +0000 (02:02 +0000)
commit484b1534ed8fbee17cab958627e3707554843770
treec5506f7f2bec047d47855f7e8b8f3751ddc4696c
parent5e75c4d1fe4fd641abc9c15404e65a1dffe70e3e
BaseTools:copy the common PcdValueCommon.c to output directory

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2568

PcdValueInit shares the same Edk2\BaseTools\Source\C\PcdValueCommon.c.
To avoid the conflict, it should copy this file to its output directory,
If so, PcdValueCommon.c file will be private for PcdValueInit

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@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/Workspace/DscBuildData.py