]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Include/Guid/TpmInstance.h
SecurityPkg: Remove gEdkiiSecureBootModeGuid definition
[mirror_edk2.git] / SecurityPkg / Include / Guid / TpmInstance.h
CommitLineData
c1d93242
JY
1/** @file\r
2 TPM instance guid, used for PcdTpmInstanceGuid.\r
3\r
4Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __TPM_INSTANCE_GUID_H__\r
16#define __TPM_INSTANCE_GUID_H__\r
17\r
18#define TPM_DEVICE_INTERFACE_NONE \\r
19 { 0x00000000, 0x0000, 0x0000, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }\r
20\r
21#define TPM_DEVICE_INTERFACE_TPM12 \\r
22 { 0x8b01e5b6, 0x4f19, 0x46e8, { 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc } }\r
23\r
24#define TPM_DEVICE_INTERFACE_TPM20_DTPM \\r
25 { 0x286bf25a, 0xc2c3, 0x408c, { 0xb3, 0xb4, 0x25, 0xe6, 0x75, 0x8b, 0x73, 0x17 } }\r
26\r
27extern EFI_GUID gEfiTpmDeviceInstanceNoneGuid;\r
28extern EFI_GUID gEfiTpmDeviceInstanceTpm12Guid;\r
29extern EFI_GUID gEfiTpmDeviceInstanceTpm20DtpmGuid;\r
30\r
31\r
32#define TPM_DEVICE_SELECTED_GUID \\r
33 { 0x7f4158d3, 0x74d, 0x456d, { 0x8c, 0xb2, 0x1, 0xf9, 0xc8, 0xf7, 0x9d, 0xaa } }\r
34\r
35extern EFI_GUID gEfiTpmDeviceSelectedGuid;\r
36\r
37#endif\r
38\r