diff options
author | gaoliming <gaoliming@byosoft.com.cn> | 2020-09-25 15:49:18 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-10-10 05:43:11 +0000 |
commit | cf0d09ca7b28c360730db645e8bee4dfe0ae3134 (patch) | |
tree | cabb16414ea7666e036d32b3282089317dea3c5d /FmpDevicePkg/Test | |
parent | f1567720b13a578ffa54716119f826df622babcd (diff) | |
download | edk2-cf0d09ca7b28c360730db645e8bee4dfe0ae3134.tar.gz edk2-cf0d09ca7b28c360730db645e8bee4dfe0ae3134.tar.bz2 edk2-cf0d09ca7b28c360730db645e8bee4dfe0ae3134.zip |
BaseTools: Copy PACKED definition from MdePkg Base.h
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2938
MdePkg Acpi10.h definition depends on PACKED.
When structure PCD refers to Acpi10.h, build will fail,
because PACKED definition is missing in BaseTools BaseTypes.h.
C source tools include BaseTools BaseTypes.h. They don't include MdePkg Base.h.
When C source tools include MdePkg Acpi10.h, they also need PACKED definition.
So, add PACKED definition into BaseTools BaseTypes.h.
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Signed-off-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Tested-by: Garrett Kirkendall <garrett.kirkendall@amd.com>
Diffstat (limited to 'FmpDevicePkg/Test')
0 files changed, 0 insertions, 0 deletions