DxeSmmDriverEntryPoint.inf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ## @file
  2. # Framework SMM driver entry point library.
  3. #
  4. # Register driver in SMRAM and wrapper driver's library constructors and entry point.
  5. #
  6. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = DxeSmmDriverEntryPoint
  15. MODULE_UNI_FILE = DxeSmmDriverEntryPoint.uni
  16. FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7
  17. MODULE_TYPE = DXE_SMM_DRIVER
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER
  20. #
  21. # The following information is for reference only and not required by the build tools.
  22. #
  23. # VALID_ARCHITECTURES = IA32 X64
  24. #
  25. [Sources]
  26. DriverEntryPoint.c
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. IntelFrameworkPkg/IntelFrameworkPkg.dec
  30. [LibraryClasses]
  31. DebugLib
  32. UefiBootServicesTableLib
  33. DevicePathLib
  34. [Protocols]
  35. gEfiLoadedImageProtocolGuid ## CONSUMES
  36. gEfiSmmBaseProtocolGuid ## CONSUMES
  37. gEfiDevicePathProtocolGuid ## CONSUMES
  38. [Depex]
  39. gEfiSmmBaseProtocolGuid