CcExitLibNull.inf 755 B

12345678910111213141516171819202122232425262728
  1. ## @file
  2. # CcExit Base Support Library.
  3. #
  4. # Copyright (C) 2020, Advanced Micro Devices, Inc. All rights reserved.<BR>
  5. # Copyright (c) 2020 - 2022, Intel Corporation. All rights reserved.<BR>
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = CcExitLibNull
  12. MODULE_UNI_FILE = CcExitLibNull.uni
  13. FILE_GUID = 3cd7368f-ef9b-4a9b-9571-2ed93813677e
  14. MODULE_TYPE = BASE
  15. VERSION_STRING = 1.0
  16. LIBRARY_CLASS = CcExitLib
  17. [Sources.common]
  18. CcExitLibNull.c
  19. [Packages]
  20. MdePkg/MdePkg.dec
  21. UefiCpuPkg/UefiCpuPkg.dec
  22. [LibraryClasses]
  23. BaseLib