]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/SecurityPkg.dec
SecurityPkg OpalPasswordSupportLib: Remove it
[mirror_edk2.git] / SecurityPkg / SecurityPkg.dec
index df4082bb8d257c69a5c0aeba876397eda9526d17..77d6b073d4010472fae9b19ecd63fcc6d9009ebb 100644 (file)
@@ -5,7 +5,7 @@
 #  It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)\r
 #  and libraries instances, which are used for those features.\r
 #\r
-# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # (C) Copyright 2015 Hewlett Packard Enterprise Development LP <BR>\r
 # Copyright (c) 2017, Microsoft Corporation.  All rights reserved. <BR>\r
 # This program and the accompanying materials are licensed and made available under\r
@@ -23,7 +23,7 @@
   PACKAGE_NAME                   = SecurityPkg\r
   PACKAGE_UNI_FILE               = SecurityPkg.uni\r
   PACKAGE_GUID                   = 4EFC4F66-6219-4427-B780-FB99F470767F\r
-  PACKAGE_VERSION                = 0.97\r
+  PACKAGE_VERSION                = 0.98\r
 \r
 [Includes]\r
   Include\r
   #\r
   TcgStorageOpalLib|Include/Library/TcgStorageOpalLib.h\r
 \r
-  ## @libraryclass  Provides interfaces about Opal commond special for Opal password solution.\r
-  #\r
-  OpalPasswordSupportLib|Include/Library/OpalPasswordSupportLib.h\r
-\r
 [Guids]\r
   ## Security package token space guid.\r
   # Include/Guid/SecurityPkgTokenSpace.h\r
 #\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule]\r
-  ## Image verification policy for OptionRom. Only following values are valid:<BR><BR>\r
-  #  NOTE: Do NOT use 0x5 and 0x2 since it violates the UEFI specification and has been removed.<BR>\r
-  #  0x00000000      Always trust the image.<BR>\r
-  #  0x00000001      Never trust the image.<BR>\r
-  #  0x00000002      Allow execution when there is security violation.<BR>\r
-  #  0x00000003      Defer execution when there is security violation.<BR>\r
-  #  0x00000004      Deny execution when there is security violation.<BR>\r
-  #  0x00000005      Query user when there is security violation.<BR>\r
-  # @Prompt Set policy for the image from OptionRom.\r
-  # @ValidRange 0x80000001 | 0x00000000 - 0x00000005\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04|UINT32|0x00000001\r
-\r
   ## Image verification policy for removable media which includes CD-ROM, Floppy, USB and network.\r
   #  Only following values are valid:<BR><BR>\r
   #  NOTE: Do NOT use 0x5 and 0x2 since it violates the UEFI specification and has been removed.<BR>\r
   gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice|0x010D0000|UINT32|0x00000007\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
+  ## Image verification policy for OptionRom. Only following values are valid:<BR><BR>\r
+  #  NOTE: Do NOT use 0x5 and 0x2 since it violates the UEFI specification and has been removed.<BR>\r
+  #  0x00000000      Always trust the image.<BR>\r
+  #  0x00000001      Never trust the image.<BR>\r
+  #  0x00000002      Allow execution when there is security violation.<BR>\r
+  #  0x00000003      Defer execution when there is security violation.<BR>\r
+  #  0x00000004      Deny execution when there is security violation.<BR>\r
+  #  0x00000005      Query user when there is security violation.<BR>\r
+  # @Prompt Set policy for the image from OptionRom.\r
+  # @ValidRange 0x80000001 | 0x00000000 - 0x00000005\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04|UINT32|0x00000001\r
+\r
   ## Indicates the presence or absence of the platform operator during firmware booting.\r
   #  If platform operator is not physical presence during boot. TPM will be locked and the TPM commands \r
   #  that required operator physical presence can not run.<BR><BR>\r
   # @Prompt Initial setting of TCG2 Persistent Firmware Management Flags\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags|0x300E2|UINT32|0x0001001B\r
 \r
+  ## Indicate current TPM2 Interrupt Number reported by _CRS control method.<BR><BR>\r
+  # TPM2 Interrupt feature is disabled If the pcd is set to 0.<BR>\r
+  # @Prompt Current TPM2 Interrupt Number\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2CurrentIrqNum|0x00|UINT32|0x0001001C\r
+\r
+  ## Indicate platform possible TPM2 Interrupt Number reported by _PRS control method.<BR><BR>\r
+  # Possible TPM2 Interrupt Number Buffer will not be reported if TPM2 Interrupt feature is disabled.<BR>\r
+  # @Prompt Possible TPM2 Interrupt Number buffer\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2PossibleIrqNumBuf|{0x00, 0x00, 0x00, 0x00}|VOID*|0x0001001D\r
+\r
 [PcdsDynamic, PcdsDynamicEx]\r
 \r
   ## This PCD indicates Hash mask for TPM 2.0. Bit definition strictly follows TCG Algorithm Registry.<BR><BR>\r