DxeTbtPolicyLibrary.h 645 B

123456789101112131415161718192021222324
  1. /** @file
  2. Header file for the DxeTBTPolicy library.
  3. Copyright (c) 2019 - 2020 Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _DXE_TBT_POLICY_LIBRARY_H_
  7. #define _DXE_TBT_POLICY_LIBRARY_H_
  8. #include <Uefi.h>
  9. #include <Library/DebugLib.h>
  10. #include <Library/UefiLib.h>
  11. #include <Library/UefiRuntimeServicesTableLib.h>
  12. #include <Library/UefiBootServicesTableLib.h>
  13. #include <Library/BaseMemoryLib.h>
  14. #include <Library/MemoryAllocationLib.h>
  15. #include <ConfigBlock.h>
  16. //#include <SetupVariable.h>
  17. #include <Guid/EventGroup.h>
  18. #endif // _DXE_TBT_POLICY_LIBRARY_H_