SampleGoogleTestHost.inf 822 B

1234567891011121314151617181920212223242526272829303132333435
  1. ## @file
  2. # This is a sample to demonstrates the use of GoogleTest that supports host
  3. # execution environments.
  4. #
  5. # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = SampleGoogleTestHost
  11. FILE_GUID = 7D8BBFBB-7977-4AEE-A59F-257BF5C2F87C
  12. MODULE_TYPE = HOST_APPLICATION
  13. VERSION_STRING = 1.0
  14. #
  15. # The following information is for reference only and not required by the build tools.
  16. #
  17. # VALID_ARCHITECTURES = IA32 X64
  18. #
  19. [Sources]
  20. SampleGoogleTest.cpp
  21. [Packages]
  22. MdePkg/MdePkg.dec
  23. UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
  24. [LibraryClasses]
  25. GoogleTestLib
  26. BaseLib
  27. DebugLib
  28. [Pcd]
  29. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask