diff options
author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-10 14:32:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 14:32:12 +0000 |
commit | 9a6e8cc656001872146db43aea4c3890b95b9335 (patch) | |
tree | 24ca872bee0e522da4aaeb50e84db4ab598d1afd /MdePkg/MdePkg.dec | |
parent | b24d49422eab6f37bb2e27d65903829ad939e910 (diff) | |
parent | 6c061c4715325494b8b25453158166f9032e0335 (diff) | |
download | edk2-9a6e8cc656001872146db43aea4c3890b95b9335.tar.gz |
Merge branch 'master' into leiflindholm-pr-templateleiflindholm-pr-template
Diffstat (limited to 'MdePkg/MdePkg.dec')
-rw-r--r-- | MdePkg/MdePkg.dec | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 94170ff9a4..5dbe5a9f72 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -751,6 +751,16 @@ ## Include/Guid/DeviceAuthentication.h
gEfiDeviceSignatureDatabaseGuid = { 0xb9c2b4f4, 0xbf5f, 0x462d, {0x8a, 0xdf, 0xc5, 0xc7, 0xa, 0xc3, 0x5d, 0xad }}
+ ## Include/Guid/ConformanceProfiles.h
+ gEfiConfProfilesTableGuid = { 0x36122546, 0xf7e7, 0x4c8f, { 0xbd, 0x9b, 0xeb, 0x85, 0x25, 0xb5, 0x0c, 0x0b }}
+ gEfiConfProfilesUefiSpecGuid = { 0x523c91af, 0xa195, 0x4382, { 0x81, 0x8d, 0x29, 0x5f, 0xe4, 0x00, 0x64, 0x65 }}
+
+ # GUIDs defined in EBBR
+ #
+ ## Include/Guid/ConformanceProfiles.h
+ gEfiConfProfilesEbbrSpec21Guid = { 0xcce33c35, 0x74ac, 0x4087, { 0xbc, 0xe7, 0x8b, 0x29, 0xb0, 0x2e, 0xeb, 0x27 }}
+ gEfiConfProfilesEbbrSpec22Guid = { 0x9073eed4, 0xe50d, 0x11ee, { 0xb8, 0xb0, 0x8b, 0x68, 0xda, 0x62, 0xfc, 0x80 }}
+
#
# GUID defined in PI1.0
#
|