]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: always resolve OpenSslLib, IntrinsicLib and BaseCryptLib
authorGary Lin <glin@suse.com>
Tue, 17 Jan 2017 04:52:30 +0000 (12:52 +0800)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 17 Jan 2017 09:25:03 +0000 (10:25 +0100)
This commit provides unconditional library resolutions for the OpenSslLib,
IntrinsicLib and BaseCryptLib classes, regardless of whether those classes
are actually used by any module.

Although those libraries depends on OpenSSL, they won't be built unless
a module really uses them. Thus, missing OpenSSL from the tree won't
cause any build failure as long as SECURE_BOOT_ENABLE is false.

(Based on Jiaxin's patch and Laszlo's suggestion)

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Justen Jordan L <jordan.l.justen@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
Cc: Long Qin <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>

No differences found