mirror of https://github.com/acidanthera/audk.git
GUIDs should go below the correct comment block in MdePkg.dec.
Signed-off-by: lzeng14 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12051 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
74ef1d4294
commit
05c82e51e1
|
@ -12,7 +12,7 @@
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
GUIDs defined in UEFI 2.2 spec.
|
GUIDs defined in UEFI 2.3.1 spec.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __IMAGE_AUTHTICATION_H__
|
#ifndef __IMAGE_AUTHTICATION_H__
|
||||||
|
@ -271,5 +271,8 @@ extern EFI_GUID gEfiCertRsa2048Sha256Guid;
|
||||||
extern EFI_GUID gEfiCertSha1Guid;
|
extern EFI_GUID gEfiCertSha1Guid;
|
||||||
extern EFI_GUID gEfiCertRsa2048Sha1Guid;
|
extern EFI_GUID gEfiCertRsa2048Sha1Guid;
|
||||||
extern EFI_GUID gEfiCertX509Guid;
|
extern EFI_GUID gEfiCertX509Guid;
|
||||||
|
extern EFI_GUID gEfiCertSha224Guid;
|
||||||
|
extern EFI_GUID gEfiCertSha384Guid;
|
||||||
|
extern EFI_GUID gEfiCertSha512Guid;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @file
|
/** @file
|
||||||
EFI Storage Security Command Protocol as defined in UEFI specification.
|
EFI Storage Security Command Protocol as defined in UEFI 2.3.1 specification.
|
||||||
This protocol is used to abstract mass storage devices to allow code running in
|
This protocol is used to abstract mass storage devices to allow code running in
|
||||||
the EFI boot services environment to send security protocol commands to mass
|
the EFI boot services environment to send security protocol commands to mass
|
||||||
storage devices without specific knowledge of the type of device or controller
|
storage devices without specific knowledge of the type of device or controller
|
||||||
|
|
|
@ -347,40 +347,9 @@
|
||||||
## Include/Guid/WinCertificate.h
|
## Include/Guid/WinCertificate.h
|
||||||
gEfiCertTypeRsa2048Sha256Guid = { 0xa7717414, 0xc616, 0x4977, {0x94, 0x20, 0x84, 0x47, 0x12, 0xa7, 0x35, 0xbf }}
|
gEfiCertTypeRsa2048Sha256Guid = { 0xa7717414, 0xc616, 0x4977, {0x94, 0x20, 0x84, 0x47, 0x12, 0xa7, 0x35, 0xbf }}
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiImageSecurityDatabaseGuid = { 0xd719b2cb, 0x3d3a, 0x4596, { 0xa3, 0xbc, 0xda, 0xd0, 0xe, 0x67, 0x65, 0x6f }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertSha256Guid = { 0xc1c41626, 0x504c, 0x4092, {0xac, 0xa9, 0x41, 0xf9, 0x36, 0x93, 0x43, 0x28 }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertRsa2048Guid = { 0x3c5766e8, 0x269c, 0x4e34, {0xaa, 0x14, 0xed, 0x77, 0x6e, 0x85, 0xb3, 0xb6 }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertRsa2048Sha256Guid = { 0xe2b36190, 0x879b, 0x4a3d, {0xad, 0x8d, 0xf2, 0xe7, 0xbb, 0xa3, 0x27, 0x84 }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertSha1Guid = { 0x826ca512, 0xcf10, 0x4ac9, {0xb1, 0x87, 0xbe, 0x1, 0x49, 0x66, 0x31, 0xbd }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertRsa2048Sha1Guid = {0x67f8444f, 0x8743, 0x48f1, {0xa3, 0x28, 0x1e, 0xaa, 0xb8, 0x73, 0x60, 0x80 }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertX509Guid = { 0xa5c059a1, 0x94e4, 0x4aa7, {0x87, 0xb5, 0xab, 0x15, 0x5c, 0x2b, 0xf0, 0x72 }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertSha224Guid = { 0xb6e5233, 0xa65c, 0x44c9, {0x94, 0x7, 0xd9, 0xab, 0x83, 0xbf, 0xc8, 0xbd }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertSha384Guid = { 0xff3e5307, 0x9fd0, 0x48c9, {0x85, 0xf1, 0x8a, 0xd5, 0x6c, 0x70, 0x1e, 0x1 }}
|
|
||||||
|
|
||||||
## Include/Guid/ImageAuthentication.h
|
|
||||||
gEfiCertSha512Guid = { 0x93e0fae, 0xa6c4, 0x4f50, {0x9f, 0x1b, 0xd4, 0x1e, 0x2b, 0x89, 0xc1, 0x9a }}
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# GUID defined in UEFI2.2
|
# GUID defined in UEFI2.2
|
||||||
#
|
#
|
||||||
|
|
||||||
## Include/Protocol/UserManager.h
|
## Include/Protocol/UserManager.h
|
||||||
gEfiEventUserProfileChangedGuid = { 0xbaf1e6de, 0x209e, 0x4adb, {0x8d, 0x96, 0xfd, 0x8b, 0x71, 0xf3, 0xf6, 0x83 }}
|
gEfiEventUserProfileChangedGuid = { 0xbaf1e6de, 0x209e, 0x4adb, {0x8d, 0x96, 0xfd, 0x8b, 0x71, 0xf3, 0xf6, 0x83 }}
|
||||||
|
|
||||||
|
@ -411,6 +380,15 @@
|
||||||
## Include/Protocol/UserManager.h
|
## Include/Protocol/UserManager.h
|
||||||
gEfiUserInfoAccessSetupRestrictedGuid = { 0xbdb38125, 0x4d63, 0x49f4, { 0x82, 0x12, 0x61, 0xcf, 0x5a, 0x19, 0xa, 0xf8 }}
|
gEfiUserInfoAccessSetupRestrictedGuid = { 0xbdb38125, 0x4d63, 0x49f4, { 0x82, 0x12, 0x61, 0xcf, 0x5a, 0x19, 0xa, 0xf8 }}
|
||||||
|
|
||||||
|
## Include/Guid/ImageAuthentication.h
|
||||||
|
gEfiImageSecurityDatabaseGuid = { 0xd719b2cb, 0x3d3a, 0x4596, {0xa3, 0xbc, 0xda, 0xd0, 0xe, 0x67, 0x65, 0x6f }}
|
||||||
|
gEfiCertSha256Guid = { 0xc1c41626, 0x504c, 0x4092, {0xac, 0xa9, 0x41, 0xf9, 0x36, 0x93, 0x43, 0x28 }}
|
||||||
|
gEfiCertRsa2048Guid = { 0x3c5766e8, 0x269c, 0x4e34, {0xaa, 0x14, 0xed, 0x77, 0x6e, 0x85, 0xb3, 0xb6 }}
|
||||||
|
gEfiCertRsa2048Sha256Guid = { 0xe2b36190, 0x879b, 0x4a3d, {0xad, 0x8d, 0xf2, 0xe7, 0xbb, 0xa3, 0x27, 0x84 }}
|
||||||
|
gEfiCertSha1Guid = { 0x826ca512, 0xcf10, 0x4ac9, {0xb1, 0x87, 0xbe, 0x1, 0x49, 0x66, 0x31, 0xbd }}
|
||||||
|
gEfiCertRsa2048Sha1Guid = { 0x67f8444f, 0x8743, 0x48f1, {0xa3, 0x28, 0x1e, 0xaa, 0xb8, 0x73, 0x60, 0x80 }}
|
||||||
|
gEfiCertX509Guid = { 0xa5c059a1, 0x94e4, 0x4aa7, {0x87, 0xb5, 0xab, 0x15, 0x5c, 0x2b, 0xf0, 0x72 }}
|
||||||
|
|
||||||
#
|
#
|
||||||
# GUIDs defined in UEFI2.3.1
|
# GUIDs defined in UEFI2.3.1
|
||||||
#
|
#
|
||||||
|
@ -440,6 +418,11 @@
|
||||||
gEfiKmsFormatRsasha2562048Guid = { 0xa477af13, 0x877d, 0x4060, {0xba, 0xa1, 0x25, 0xd1, 0xbe, 0xa0, 0x8a, 0xd3 }}
|
gEfiKmsFormatRsasha2562048Guid = { 0xa477af13, 0x877d, 0x4060, {0xba, 0xa1, 0x25, 0xd1, 0xbe, 0xa0, 0x8a, 0xd3 }}
|
||||||
gEfiKmsFormatRsasha2563072Guid = { 0x4e1356c2, 0xeed, 0x463f, {0x81, 0x47, 0x99, 0x33, 0xab, 0xdb, 0xc7, 0xd5 }}
|
gEfiKmsFormatRsasha2563072Guid = { 0x4e1356c2, 0xeed, 0x463f, {0x81, 0x47, 0x99, 0x33, 0xab, 0xdb, 0xc7, 0xd5 }}
|
||||||
|
|
||||||
|
## Include/Guid/ImageAuthentication.h
|
||||||
|
gEfiCertSha224Guid = { 0xb6e5233, 0xa65c, 0x44c9, {0x94, 0x7, 0xd9, 0xab, 0x83, 0xbf, 0xc8, 0xbd }}
|
||||||
|
gEfiCertSha384Guid = { 0xff3e5307, 0x9fd0, 0x48c9, {0x85, 0xf1, 0x8a, 0xd5, 0x6c, 0x70, 0x1e, 0x1 }}
|
||||||
|
gEfiCertSha512Guid = { 0x93e0fae, 0xa6c4, 0x4f50, {0x9f, 0x1b, 0xd4, 0x1e, 0x2b, 0x89, 0xc1, 0x9a }}
|
||||||
|
|
||||||
#
|
#
|
||||||
# GUID defined in PI1.0
|
# GUID defined in PI1.0
|
||||||
#
|
#
|
||||||
|
@ -926,9 +909,6 @@
|
||||||
## Include/Protocol/BlockIo.h
|
## Include/Protocol/BlockIo.h
|
||||||
gEfiBlockIoProtocolGuid = { 0x964E5B21, 0x6459, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
|
gEfiBlockIoProtocolGuid = { 0x964E5B21, 0x6459, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
|
||||||
|
|
||||||
## Include/Protocol/BlockIo2.h
|
|
||||||
gEfiBlockIo2ProtocolGuid = { 0xa77b2472, 0xe282, 0x4e9f, {0xa2, 0x45, 0xc2, 0xc0, 0xe2, 0x7b, 0xbc, 0xc1 }}
|
|
||||||
|
|
||||||
## Include/Protocol/UnicodeCollation.h
|
## Include/Protocol/UnicodeCollation.h
|
||||||
gEfiUnicodeCollationProtocolGuid = { 0x1D85CD7F, 0xF43D, 0x11D2, { 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
|
gEfiUnicodeCollationProtocolGuid = { 0x1D85CD7F, 0xF43D, 0x11D2, { 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
|
||||||
|
|
||||||
|
@ -1151,15 +1131,18 @@
|
||||||
## Include/Protocol/IpSec.h
|
## Include/Protocol/IpSec.h
|
||||||
gEfiIpSec2ProtocolGuid = { 0xa3979e64, 0xace8, 0x4ddc, {0xbc, 0x7, 0x4d, 0x66, 0xb8, 0xfd, 0x9, 0x77 }}
|
gEfiIpSec2ProtocolGuid = { 0xa3979e64, 0xace8, 0x4ddc, {0xbc, 0x7, 0x4d, 0x66, 0xb8, 0xfd, 0x9, 0x77 }}
|
||||||
|
|
||||||
## Include/Protocol/StorageSecurityCommand.h
|
|
||||||
gEfiStorageSecurityCommandProtocolGuid = { 0xc88b0b6d, 0x0dfc, 0x49a7, { 0x9c, 0xb4, 0x49, 0x7, 0x4b, 0x4c, 0x3a, 0x78 } }
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Protocols defined in UEFI2.3.1
|
# Protocols defined in UEFI2.3.1
|
||||||
#
|
#
|
||||||
## Include/Protocol/Kms.h
|
## Include/Protocol/Kms.h
|
||||||
gEfiKmsProtocolGuid = { 0xEC3A978D, 0x7C4E, 0x48FA, {0x9A, 0xBE, 0x6A, 0xD9, 0x1C, 0xC8, 0xF8, 0x11 }}
|
gEfiKmsProtocolGuid = { 0xEC3A978D, 0x7C4E, 0x48FA, {0x9A, 0xBE, 0x6A, 0xD9, 0x1C, 0xC8, 0xF8, 0x11 }}
|
||||||
|
|
||||||
|
## Include/Protocol/BlockIo2.h
|
||||||
|
gEfiBlockIo2ProtocolGuid = { 0xa77b2472, 0xe282, 0x4e9f, {0xa2, 0x45, 0xc2, 0xc0, 0xe2, 0x7b, 0xbc, 0xc1 }}
|
||||||
|
|
||||||
|
## Include/Protocol/StorageSecurityCommand.h
|
||||||
|
gEfiStorageSecurityCommandProtocolGuid = { 0xc88b0b6d, 0x0dfc, 0x49a7, {0x9c, 0xb4, 0x49, 0x7, 0x4b, 0x4c, 0x3a, 0x78 }}
|
||||||
|
|
||||||
[PcdsFeatureFlag]
|
[PcdsFeatureFlag]
|
||||||
## If TRUE, the component name protocol will not be installed.
|
## If TRUE, the component name protocol will not be installed.
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE|BOOLEAN|0x0000000d
|
gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE|BOOLEAN|0x0000000d
|
||||||
|
|
Loading…
Reference in New Issue