]>
Commit | Line | Data |
---|---|---|
0c18794e | 1 | /** @file\r |
2 | The intenal header file for TpmCommLib.\r | |
3 | \r | |
b3548d32 LG |
4 | Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r |
5 | This program and the accompanying materials\r | |
6 | are licensed and made available under the terms and conditions of the BSD License\r | |
7 | which accompanies this distribution. The full text of the license may be found at\r | |
0c18794e | 8 | http://opensource.org/licenses/bsd-license.php\r |
9 | \r | |
b3548d32 | 10 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
0c18794e | 11 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
12 | \r | |
13 | **/\r | |
14 | \r | |
15 | #ifndef _TPMCOMMLIB_COMMON_HEADER_H_\r | |
16 | #define _TPMCOMMLIB_COMMON_HEADER_H_\r | |
17 | \r | |
18 | #include <PiPei.h>\r | |
19 | #include <IndustryStandard/Tpm12.h>\r | |
20 | #include <Library/BaseLib.h>\r | |
21 | #include <Library/BaseMemoryLib.h>\r | |
22 | #include <Library/IoLib.h>\r | |
23 | #include <Library/TimerLib.h>\r | |
24 | #include <Library/TpmCommLib.h>\r | |
25 | #include <Library/BaseCryptLib.h>\r | |
26 | #include <Library/MemoryAllocationLib.h>\r | |
27 | #include <Library/DebugLib.h>\r | |
28 | \r | |
29 | #endif\r |