PlatformGopPolicy.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #
  2. #
  3. # Copyright (c) 1999 - 2019, Intel Corporation. All rights reserved
  4. # # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. #
  6. ##
  7. [Defines]
  8. INF_VERSION = 0x00010005
  9. BASE_NAME = PlatformGOPPolicy
  10. FILE_GUID = 9737D7CA-D869-45e5-A5EF-75D9438688DE
  11. MODULE_TYPE = DXE_DRIVER
  12. VERSION_STRING = 1.0
  13. ENTRY_POINT = PlatformGOPPolicyEntryPoint
  14. #
  15. # The following information is for reference only and not required by the build tools.
  16. #
  17. # VALID_ARCHITECTURES = IA32
  18. #
  19. [Sources.common]
  20. PlatformGopPolicy.c
  21. [Packages]
  22. MdePkg/MdePkg.dec
  23. Vlv2TbltDevicePkg/PlatformPkg.dec
  24. [LibraryClasses]
  25. BaseLib
  26. DebugLib
  27. UefiDriverEntryPoint
  28. UefiRuntimeServicesTableLib
  29. [Guids]
  30. gBmpImageGuid
  31. gEfiNormalSetupGuid
  32. [Protocols]
  33. gEfiFirmwareVolume2ProtocolGuid
  34. gPlatformGOPPolicyGuid
  35. [Depex]
  36. gEfiVariableArchProtocolGuid