Re: [edk2-devel] [PATCH 3/3] CryptoPkg: Make EC source file config-able

2022-04-12 Thread Yao, Jiewen
Since this PcdEcEnabled is static, you don't need add PcdLib in the INF. Thank you Yao Jiewen > -Original Message- > From: Li, Yi1 > Sent: Wednesday, April 13, 2022 2:25 PM > To: devel@edk2.groups.io > Cc: Li, Yi1 ; Yao, Jiewen ; Wang, Jian > J > Subject: [PATCH 3/3] CryptoPkg: Make EC

[edk2-devel] [PATCH 3/3] CryptoPkg: Make EC source file config-able

2022-04-12 Thread yi1 li
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3679 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3828 Use PCD gEfiCryptoPkgTokenSpaceGuid.PcdEcEnabled to config-able source files list in OpensslLib.inf and OpensslLibCrypto.inf. If PcdEcEnabled equals to FALSE, this file will not be compi