CommonHeader.h 595 B

1234567891011121314151617181920212223
  1. /** @file
  2. The internal header file for TpmCommLib.
  3. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _TPMCOMMLIB_COMMON_HEADER_H_
  7. #define _TPMCOMMLIB_COMMON_HEADER_H_
  8. #include <PiPei.h>
  9. #include <IndustryStandard/Tpm12.h>
  10. #include <Library/BaseLib.h>
  11. #include <Library/BaseMemoryLib.h>
  12. #include <Library/IoLib.h>
  13. #include <Library/TimerLib.h>
  14. #include <Library/TpmCommLib.h>
  15. #include <Library/BaseCryptLib.h>
  16. #include <Library/MemoryAllocationLib.h>
  17. #include <Library/DebugLib.h>
  18. #endif