]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/SecurityPkg.dec
Fix PCD help information format and a typo.
[mirror_edk2.git] / SecurityPkg / SecurityPkg.dec
index 444332c88cf1e8b057e177685bf46df13e6d32b4..288897671989077083a2378818b523f56a089843 100644 (file)
@@ -2,7 +2,7 @@
 #  This package includes the security drivers, defintions(including PPIs/PROTOCOLs/GUIDs  \r
 #  and library classes) and libraries instances.\r
 #\r
-# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
 # The full text of the license may be found at\r
   DEC_SPECIFICATION              = 0x00010005\r
   PACKAGE_NAME                   = SecurityPkg\r
   PACKAGE_GUID                   = 24369CAC-6AA6-4fb8-88DB-90BF061668AD\r
-  PACKAGE_VERSION                = 0.92\r
+  PACKAGE_VERSION                = 0.93\r
 \r
 [Includes]\r
   Include\r
 \r
 [LibraryClasses]\r
   ##  @libraryclass  Definitions for common TPM commands as library API for TPM\r
-  #                  module use.\r
+  #   module use.\r
+  HashLib|Include/Library/HashLib.h\r
+  PlatformSecureLib|Include/Library/PlatformSecureLib.h\r
+  TcgPhysicalPresenceLib|Include/Library/TcgPhysicalPresenceLib.h\r
+  Tpm2CommandLib|Include/Library/Tpm2CommandLib.h\r
+  Tpm2DeviceLib|Include/Library/Tpm2DeviceLib.h\r
+  Tpm12CommandLib|Include/Library/Tpm12CommandLib.h\r
+  Tpm12DeviceLib|Include/Library/Tpm12DeviceLib.h\r
   TpmCommLib|Include/Library/TpmCommLib.h\r
+  TpmMeasurementLib|Include/Library/TpmMeasurementLib.h\r
+  TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.h\r
 \r
 [Guids]\r
   ## Security package token space guid\r
   ## Include/Guid/SecureBootConfigHii.h\r
   gSecureBootConfigFormSetGuid       = { 0x5daf50a5, 0xea81, 0x4de2, {0x8f, 0x9b, 0xca, 0xbd, 0xa9, 0xcf, 0x5c, 0x14}}\r
                                       \r
+  ## Include/Guid/TrEEPhysicalPresenceData.h\r
+  gEfiTrEEPhysicalPresenceGuid = { 0xf24643c2, 0xc622, 0x494e, { 0x8a, 0xd, 0x46, 0x32, 0x57, 0x9c, 0x2d, 0x5b }}\r
+\r
+  ## Include/Guid/TpmInstance.h\r
+  gEfiTpmDeviceInstanceNoneGuid      = { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }\r
+  gEfiTpmDeviceInstanceTpm12Guid     = { 0x8b01e5b6, 0x4f19, 0x46e8, { 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc } }\r
+  gEfiTpmDeviceInstanceTpm20DtpmGuid = { 0x286bf25a, 0xc2c3, 0x408c, { 0xb3, 0xb4, 0x25, 0xe6, 0x75, 0x8b, 0x73, 0x17 } }\r
+  gEfiTpmDeviceSelectedGuid          = { 0x7f4158d3, 0x74d, 0x456d, { 0x8c, 0xb2, 0x1, 0xf9, 0xc8, 0xf7, 0x9d, 0xaa } }\r
+\r
+  ## Include/Guid/TrEEConfigHii.h\r
+  gTrEEConfigFormSetGuid              = {0xc54b425f, 0xaa79, 0x48b4, { 0x98, 0x1f, 0x99, 0x8b, 0x3c, 0x4b, 0x64, 0x1c }}\r
+\r
 [Ppis]\r
   ## Include/Ppi/LockPhysicalPresence.h\r
   gPeiLockPhysicalPresencePpiGuid    = { 0xef9aefe5, 0x2bd3, 0x4031, { 0xaf, 0x7d, 0x5e, 0xfe, 0x5a, 0xbb, 0x9a, 0xd } }\r
   ## Include/Ppi/TpmInitialized.h\r
   gPeiTpmInitializedPpiGuid      = { 0xe9db0d58, 0xd48d, 0x47f6, { 0x9c, 0x6e, 0x6f, 0x40, 0xe8, 0x6c, 0x7b, 0x41 }}\r
 \r
+  ## Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h\r
+  gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid = { 0x6e056ff9, 0xc695, 0x4364, { 0x9e, 0x2c, 0x61, 0x26, 0xf5, 0xce, 0xea, 0xae } }\r
+\r
 [PcdsFixedAtBuild]\r
   ## Pcd for OptionRom.\r
   #  Image verification policy settings:\r
   #  DEFER_EXECUTE_ON_SECURITY_VIOLATION    0x00000003\r
   #  DENY_EXECUTE_ON_SECURITY_VIOLATION     0x00000004\r
   #  QUERY_USER_ON_SECURITY_VIOLATION       0x00000005 \r
-  #  NOTE: Do NOT use QUERY_USER_ON_SECURITY_VIOLATION since it violates the UEFI specification and has been removed.\r
+  #  NOTE: Do NOT use QUERY_USER_ON_SECURITY_VIOLATION and ALLOW_EXECUTE_ON_SECURITY_VIOLATION since\r
+  #  it violates the UEFI specification and has been removed.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04|UINT32|0x00000001\r
   \r
   ## Pcd for removable media.\r
   #  DEFER_EXECUTE_ON_SECURITY_VIOLATION    0x00000003\r
   #  DENY_EXECUTE_ON_SECURITY_VIOLATION     0x00000004\r
   #  QUERY_USER_ON_SECURITY_VIOLATION       0x00000005\r
-  #  NOTE: Do NOT use QUERY_USER_ON_SECURITY_VIOLATION since it violates the UEFI specification and has been removed.\r
+  #  NOTE: Do NOT use QUERY_USER_ON_SECURITY_VIOLATION and ALLOW_EXECUTE_ON_SECURITY_VIOLATION since\r
+  #  it violates the UEFI specification and has been removed.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04|UINT32|0x00000002\r
   \r
   ## Pcd for fixed media.\r
   #  DEFER_EXECUTE_ON_SECURITY_VIOLATION    0x00000003\r
   #  DENY_EXECUTE_ON_SECURITY_VIOLATION     0x00000004\r
   #  QUERY_USER_ON_SECURITY_VIOLATION       0x00000005  \r
-  #  NOTE: Do NOT use QUERY_USER_ON_SECURITY_VIOLATION since it violates the UEFI specification and has been removed.\r
+  #  NOTE: Do NOT use QUERY_USER_ON_SECURITY_VIOLATION and ALLOW_EXECUTE_ON_SECURITY_VIOLATION since\r
+  #  it violates the UEFI specification and has been removed.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04|UINT32|0x00000003\r
   \r
   ## Defer Image Load policy settings.\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This PCD indicates whether to set TPM physicalPresenceLifetimeLock bit.\r
-  ## Once this bit is set, it can not be cleared (It is locked for TPM life time).\r
+  #  Once this bit is set, it can not be cleared (It is locked for TPM life time).\r
   gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock|FALSE|BOOLEAN|0x00010003\r
   \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This PCD is used to specify the default value for physicalPresenceCMDEnable bit when setting physicalPresenceLifetimeLock bit.\r
-  ## If PcdPhysicalPresenceCmdEnable is set to TRUE, physicalPresenceCMDEnable bit will be set, else this bit will be cleared.\r
+  #  If PcdPhysicalPresenceCmdEnable is set to TRUE, physicalPresenceCMDEnable bit will be set, else this bit will be cleared.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable|TRUE|BOOLEAN|0x00010004\r
   \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   ## This PCD is used to specify the default value for physicalPresenceHWEnable bit when setting physicalPresenceLifetimeLock bit.\r
-  ## If PcdPhysicalPresenceHwEnable is set to TRUE, physicalPresenceHWEnable bit will be set, else this bit will be cleared.\r
+  #  If PcdPhysicalPresenceHwEnable is set to TRUE, physicalPresenceHWEnable bit will be set, else this bit will be cleared.\r
   gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable|TRUE|BOOLEAN|0x00010005\r
+\r
+[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
+  ## This PCD indicates if debugger exists.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdFirmwareDebuggerInitialized|FALSE|BOOLEAN|0x00010009\r
+\r
+  ## This PCD indicates the TPM2 initialization policy.\r
+  #  0: No initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.\r
+  #  1: Initialization needed.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy|1|UINT8|0x0001000A\r
+\r
+  ## This PCD indicates the TPM initialization policy.\r
+  #  0: No initialization needed - most likely used for chipset SRTM solution, in which TPM is already initialized.\r
+  #  1: Initialization needed.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1|UINT8|0x0001000B\r
+\r
+  ## This PCD indicates the TPM2 SelfTest policy.\r
+  #  0: No SelfTest needed - most likely used for fTPM, because it might already be tested.\r
+  #  1: SelfTest needed.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy|1|UINT8|0x0001000C\r
+\r
+  ## This PCD indicates the TPM2 SCRTM policy.\r
+  #    0: No SCRTM needed - In this case, it is already done.\r
+  #    1: SCRTM done by BIOS.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy|1|UINT8|0x0001000D\r
+\r
+  ## This PCD indicates the TPM SCRTM policy.\r
+  #    0: No SCRTM needed - In this case, it is already done.\r
+  #    1: SCRTM done by BIOS.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1|UINT8|0x0001000E\r
+\r
+  ## Guid name to identify TPM instance\r
+  #  TPM_DEVICE_INTERFACE_NONE means disable\r
+  #  TPM_DEVICE_INTERFACE_TPM12 means TPM1.2 DTPM\r
+  #  TPM_DEVICE_INTERFACE_DTPM2 means TPM2 DTPM\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0x0001000F\r
+\r
+  ## This PCD indicates the TPM2 Hash mask.\r
+  #    BIT0: SHA1\r
+  #    BIT1: SHA256\r
+  #    BIT2: SHA384\r
+  #    BIT3: SHA512\r
+  #  If this bit is set, that means this algorithm is needed to extend to PCR.\r
+  #  If this bit is clear, that means this algorithm is NOT needed to extend to PCR.\r
+  #  0xFFFFFFFF means extend all.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask|0xFFFFFFFF|UINT32|0x00010010\r
+\r
+  ## This PCD indicates if BIOS auto detect TPM1.2 or dTPM2.0.\r
+  #  0: No auto detection.\r
+  #  1: Auto detection.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmAutoDetection|TRUE|BOOLEAN|0x00010011\r
+\r
+  ## This PCD indicates TPM base address.\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0xFED40000|UINT64|0x00010012\r