mirror of https://github.com/acidanthera/audk.git
ShellPkg/UefiHandleParsingLib: remove TrEE reference.
TrEE is deprecated. We need use Tcg2. Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Chao B Zhang <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Chao B Zhang <chao.b.zhang@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
dc080d3b61
commit
5902cfa945
|
@ -2349,7 +2349,6 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
|
||||||
{STRING_TOKEN(STR_I2CEN), &gEfiI2cEnumerateProtocolGuid, NULL},
|
{STRING_TOKEN(STR_I2CEN), &gEfiI2cEnumerateProtocolGuid, NULL},
|
||||||
{STRING_TOKEN(STR_I2C_H), &gEfiI2cHostProtocolGuid, NULL},
|
{STRING_TOKEN(STR_I2C_H), &gEfiI2cHostProtocolGuid, NULL},
|
||||||
{STRING_TOKEN(STR_I2C_BCM), &gEfiI2cBusConfigurationManagementProtocolGuid, NULL},
|
{STRING_TOKEN(STR_I2C_BCM), &gEfiI2cBusConfigurationManagementProtocolGuid, NULL},
|
||||||
{STRING_TOKEN(STR_TREE), &gEfiTrEEProtocolGuid, NULL},
|
|
||||||
{STRING_TOKEN(STR_TCG2), &gEfiTcg2ProtocolGuid, NULL},
|
{STRING_TOKEN(STR_TCG2), &gEfiTcg2ProtocolGuid, NULL},
|
||||||
{STRING_TOKEN(STR_TIMESTAMP), &gEfiTimestampProtocolGuid, NULL},
|
{STRING_TOKEN(STR_TIMESTAMP), &gEfiTimestampProtocolGuid, NULL},
|
||||||
{STRING_TOKEN(STR_RNG), &gEfiRngProtocolGuid, NULL},
|
{STRING_TOKEN(STR_RNG), &gEfiRngProtocolGuid, NULL},
|
||||||
|
|
|
@ -262,7 +262,6 @@
|
||||||
gEfiI2cEnumerateProtocolGuid ## UNDEFINED
|
gEfiI2cEnumerateProtocolGuid ## UNDEFINED
|
||||||
gEfiI2cHostProtocolGuid ## UNDEFINED
|
gEfiI2cHostProtocolGuid ## UNDEFINED
|
||||||
gEfiI2cBusConfigurationManagementProtocolGuid ## UNDEFINED
|
gEfiI2cBusConfigurationManagementProtocolGuid ## UNDEFINED
|
||||||
gEfiTrEEProtocolGuid ## UNDEFINED
|
|
||||||
gEfiTcg2ProtocolGuid ## UNDEFINED
|
gEfiTcg2ProtocolGuid ## UNDEFINED
|
||||||
gEfiTimestampProtocolGuid ## UNDEFINED
|
gEfiTimestampProtocolGuid ## UNDEFINED
|
||||||
gEfiRngProtocolGuid ## UNDEFINED
|
gEfiRngProtocolGuid ## UNDEFINED
|
||||||
|
|
|
@ -302,7 +302,6 @@
|
||||||
#string STR_I2CEN #language en-US "I2cEnumerate"
|
#string STR_I2CEN #language en-US "I2cEnumerate"
|
||||||
#string STR_I2C_H #language en-US "I2cHost"
|
#string STR_I2C_H #language en-US "I2cHost"
|
||||||
#string STR_I2C_BCM #language en-US "I2cBusConfigurationManagement"
|
#string STR_I2C_BCM #language en-US "I2cBusConfigurationManagement"
|
||||||
#string STR_TREE #language en-US "TrEE"
|
|
||||||
#string STR_TCG2 #language en-US "Tcg2"
|
#string STR_TCG2 #language en-US "Tcg2"
|
||||||
#string STR_TIMESTAMP #language en-US "Timestamp"
|
#string STR_TIMESTAMP #language en-US "Timestamp"
|
||||||
#string STR_RNG #language en-US "Rng"
|
#string STR_RNG #language en-US "Rng"
|
||||||
|
|
Loading…
Reference in New Issue