]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresence.h
Fix ICC9 build break.
[mirror_edk2.git] / SecurityPkg / Tcg / PhysicalPresenceDxe / PhysicalPresence.h
CommitLineData
0c18794e 1/** @file\r
2 The header file for TPM physical presence driver.\r
3\r
4Copyright (c) 2006 - 2011, 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 __PHYSICAL_PRESENCE_H__\r
16#define __PHYSICAL_PRESENCE_H__\r
17\r
18#include <PiDxe.h>\r
19\r
20#include <Protocol/TcgService.h>\r
21#include <Library/DebugLib.h>\r
22#include <Library/BaseMemoryLib.h>\r
23#include <Library/UefiRuntimeServicesTableLib.h>\r
24#include <Library/UefiDriverEntryPoint.h>\r
25#include <Library/UefiBootServicesTableLib.h>\r
26#include <Library/UefiLib.h>\r
27#include <Library/MemoryAllocationLib.h>\r
28#include <Library/PrintLib.h>\r
29#include <Library/HiiLib.h>\r
30#include <Guid/EventGroup.h>\r
31#include <Guid/PhysicalPresenceData.h>\r
32\r
33#define TPM_PP_USER_ABORT ((TPM_RESULT)(-0x10))\r
34#define TPM_PP_BIOS_FAILURE ((TPM_RESULT)(-0x0f))\r
35\r
36#define CONFIRM_BUFFER_SIZE 4096\r
37\r
38#endif\r