BltLibSample.inf 671 B

123456789101112131415161718192021222324252627282930
  1. ## @file
  2. # Test the BltLib interface
  3. #
  4. # Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = BltLibSample
  13. FILE_GUID = f7763316-8c04-41d8-a87d-45b73c13c43c
  14. MODULE_TYPE = UEFI_APPLICATION
  15. VERSION_STRING = 1.0
  16. ENTRY_POINT = UefiMain
  17. [Sources]
  18. BltLibSample.c
  19. [Packages]
  20. MdePkg/MdePkg.dec
  21. OptionRomPkg/OptionRomPkg.dec
  22. [LibraryClasses]
  23. BltLib
  24. UefiApplicationEntryPoint
  25. UefiLib