]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/SecurityPkg.dec
SecurityPkg: Support CcMeasurementProtocol in DxeTpmMeasurementLib
[mirror_edk2.git] / SecurityPkg / SecurityPkg.dec
index e30c39f32140a0a4f35386113f6ca7721b65caa3..9f7a032d60d5b35a2037c0a4329efff6000a8506 100644 (file)
   #\r
   Tcg2PhysicalPresenceLib|Include/Library/Tcg2PhysicalPresenceLib.h\r
 \r
+  ##  @libraryclass  Handle TPM 2.0 platform hierarchy configuration\r
+  #\r
+  TpmPlatformHierarchyLib|Include/Library/TpmPlatformHierarchyLib.h\r
+\r
   ## @libraryclass  Provides interfaces about TCG storage generic command.\r
   #\r
   TcgStorageCoreLib|Include/Library/TcgStorageCoreLib.h\r
   ## GUID used to enforce loading order between Tcg2Acpi and Tcg2Smm\r
   gTcg2MmSwSmiRegisteredGuid         = { 0x9d4548b9, 0xa48d, 0x4db4, { 0x9a, 0x68, 0x32, 0xc5, 0x13, 0x9e, 0x20, 0x18 } }\r
 \r
+  ## GUID used to specify section with default PK content\r
+  gDefaultPKFileGuid                 = { 0x85254ea7, 0x4759, 0x4fc4, { 0x82, 0xd4, 0x5e, 0xed, 0x5f, 0xb0, 0xa4, 0xa0 } }\r
+\r
+  ## GUID used to specify section with default KEK content\r
+  gDefaultKEKFileGuid                = { 0x6f64916e, 0x9f7a, 0x4c35, { 0xb9, 0x52, 0xcd, 0x04, 0x1e, 0xfb, 0x05, 0xa3 } }\r
+\r
+  ## GUID used to specify section with default db content\r
+  gDefaultdbFileGuid                 = { 0xc491d352, 0x7623, 0x4843, { 0xac, 0xcc, 0x27, 0x91, 0xa7, 0x57, 0x44, 0x21 } }\r
+\r
+  ## GUID used to specify section with default dbx content\r
+  gDefaultdbxFileGuid                = { 0x5740766a, 0x718e, 0x4dc0, { 0x99, 0x35, 0xc3, 0x6f, 0x7d, 0x3f, 0x88, 0x4f } }\r
+\r
+  ## GUID used to specify section with default dbt content\r
+  gDefaultdbtFileGuid                = { 0x36c513ee, 0xa338, 0x4976, { 0xa0, 0xfb, 0x6d, 0xdb, 0xa3, 0xda, 0xfe, 0x87 } }\r
 \r
 [Ppis]\r
   ## The PPI GUID for that TPM physical presence should be locked.\r
   # @Prompt Physical presence of the platform operator.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence|TRUE|BOOLEAN|0x00010001\r
 \r
+  ## Indicates whether the TPM2 platform hierarchy will be disabled by using\r
+  #  a random password or by disabling the hierarchy\r
+  #   TRUE  - A random password will be used\r
+  #   FALSE - The hierarchy will be disabled\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdRandomizePlatformHierarchy|TRUE|BOOLEAN|0x00010024\r
+\r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## Indicates whether TPM physical presence is locked during platform initialization.\r
   #  Once it is locked, it can not be unlocked for TPM life time.<BR><BR>\r