SecurityPkg/Library/SecureBootVariableLib: HOST_APPLICATION IA32/X64 only

Update SecureBootVariableLib host-based unit test INF file to only
list VALID_ARCHITECTURES of IA32 and X64 to align with all other
host-based unit test INF files. The UnitTestFrameworkPkg only
provides build support of host-based unit tests to OS applications
for IA32 and X64.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Oliver Smith-Denny <osde@linux.microsoft.com>
This commit is contained in:
Michael D Kinney 2023-03-24 15:28:01 -07:00 committed by mergify[bot]
parent 0657e74116
commit 358e23c1be
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
# #
# The following information is for reference only and not required by the build tools. # The following information is for reference only and not required by the build tools.
# #
# VALID_ARCHITECTURES = IA32 X64 AARCH64 # VALID_ARCHITECTURES = IA32 X64
# #
[Sources] [Sources]

View File

@ -23,7 +23,7 @@
LIBRARY_CLASS = UefiLib LIBRARY_CLASS = UefiLib
# #
# VALID_ARCHITECTURES = IA32 X64 EBC # VALID_ARCHITECTURES = IA32 X64
# #
[Sources] [Sources]

View File

@ -15,7 +15,7 @@
LIBRARY_CLASS = UefiRuntimeServicesTableLib LIBRARY_CLASS = UefiRuntimeServicesTableLib
# #
# VALID_ARCHITECTURES = IA32 X64 EBC # VALID_ARCHITECTURES = IA32 X64
# #
[Sources] [Sources]