]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/UefiHandleParsingLib: remove TrEE reference.
authorJiewen Yao <jiewen.yao@intel.com>
Wed, 14 Mar 2018 13:46:00 +0000 (21:46 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Fri, 16 Mar 2018 06:19:42 +0000 (14:19 +0800)
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>
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni

index b7b0246ac93af5cadb5a5c1b994d5143247893df..2d94a52108bd839a237f34bc24c2e5bc31292a4d 100644 (file)
@@ -2349,7 +2349,6 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
   {STRING_TOKEN(STR_I2CEN),                 &gEfiI2cEnumerateProtocolGuid,                    NULL},\r
   {STRING_TOKEN(STR_I2C_H),                 &gEfiI2cHostProtocolGuid,                         NULL},\r
   {STRING_TOKEN(STR_I2C_BCM),               &gEfiI2cBusConfigurationManagementProtocolGuid,   NULL},\r
-  {STRING_TOKEN(STR_TREE),                  &gEfiTrEEProtocolGuid,                            NULL},\r
   {STRING_TOKEN(STR_TCG2),                  &gEfiTcg2ProtocolGuid,                            NULL},\r
   {STRING_TOKEN(STR_TIMESTAMP),             &gEfiTimestampProtocolGuid,                       NULL},\r
   {STRING_TOKEN(STR_RNG),                   &gEfiRngProtocolGuid,                             NULL},\r
index 06e882ac3331e0f0741483f2eb80fc9fa499de57..05b9a7b769d3b372d86f8c371783bc6b6a407343 100644 (file)
   gEfiI2cEnumerateProtocolGuid                            ## UNDEFINED\r
   gEfiI2cHostProtocolGuid                                 ## UNDEFINED\r
   gEfiI2cBusConfigurationManagementProtocolGuid           ## UNDEFINED\r
-  gEfiTrEEProtocolGuid                                    ## UNDEFINED\r
   gEfiTcg2ProtocolGuid                                    ## UNDEFINED\r
   gEfiTimestampProtocolGuid                               ## UNDEFINED\r
   gEfiRngProtocolGuid                                     ## UNDEFINED\r
index 9076a54159bed295c66b873c2f0063683e4e6335..15f391204514d49186e9d5e316ac969f3710cc53 100644 (file)
 #string STR_I2CEN                 #language en-US "I2cEnumerate"\r
 #string STR_I2C_H                 #language en-US "I2cHost"\r
 #string STR_I2C_BCM               #language en-US "I2cBusConfigurationManagement"\r
-#string STR_TREE                  #language en-US "TrEE"\r
 #string STR_TCG2                  #language en-US "Tcg2"\r
 #string STR_TIMESTAMP             #language en-US "Timestamp"\r
 #string STR_RNG                   #language en-US "Rng"\r