]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg/BaseHashApiLib: Change PcdHashApiLibPolicy type to FixedAtBuild
authorAmol N Sukerkar <amol.n.sukerkar@intel.com>
Sun, 16 Feb 2020 03:51:03 +0000 (03:51 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Feb 2020 16:38:22 +0000 (16:38 +0000)
commit70228e101e67445dadec2756c61785289b060402
tree91d283206b0e16ec2d9f24bb1843730ff48c5923
parentc70bdf9d4a6a65b88970f31bc2cabd4d08b33885
CryptoPkg/BaseHashApiLib: Change PcdHashApiLibPolicy type to FixedAtBuild

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2511

This commit changes the PCD PcdHashApiLibPolicy to the type
PcdsFixedAtBuild so as to be able to optimize away the unused hashing
algorithms in HashApiLib instance used by a driver.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Amol N Sukerkar <amol.n.sukerkar@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
CryptoPkg/CryptoPkg.dec