SecFspSecPlatformLibNull.inf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ## @file
  2. # NULL instance of Platform Sec Lib.
  3. #
  4. # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. ################################################################################
  10. #
  11. # Defines Section - statements that will be processed to create a Makefile.
  12. #
  13. ################################################################################
  14. [Defines]
  15. INF_VERSION = 0x00010005
  16. BASE_NAME = BaseFspSecPlatformLibNull
  17. FILE_GUID = 03DA99B3-DDF4-4c7e-8CCA-216FC3F1F311
  18. MODULE_TYPE = SEC
  19. VERSION_STRING = 1.0
  20. LIBRARY_CLASS = FspSecPlatformLib
  21. #
  22. # The following information is for reference only and not required by the build tools.
  23. #
  24. # VALID_ARCHITECTURES = IA32
  25. #
  26. ################################################################################
  27. #
  28. # Sources Section - list of files that are required for the build to succeed.
  29. #
  30. ################################################################################
  31. [Sources]
  32. PlatformSecLibNull.c
  33. [Sources.IA32]
  34. Ia32/Flat32.asm
  35. Ia32/Flat32.s
  36. Ia32/SecCarInit.asm
  37. Ia32/SecCarInit.s
  38. ################################################################################
  39. #
  40. # Package Dependency Section - list of Package files that are required for
  41. # this module.
  42. #
  43. ################################################################################
  44. [Packages]
  45. MdePkg/MdePkg.dec
  46. IntelFspPkg/IntelFspPkg.dec