AcpiPlatformDxe.inf 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. ## @file
  2. # Sample ACPI Platform Driver
  3. #
  4. # Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
  5. # This program and the accompanying materials
  6. # are licensed and made available under the terms and conditions of the BSD License
  7. # which accompanies this distribution. The full text of the license may be found at
  8. # http://opensource.org/licenses/bsd-license.php
  9. #
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. #
  13. ##
  14. [Defines]
  15. INF_VERSION = 0x00010005
  16. BASE_NAME = AcpiPlatform
  17. MODULE_UNI_FILE = AcpiPlatform.uni
  18. FILE_GUID = cb933912-df8f-4305-b1f9-7b44fa11395c
  19. MODULE_TYPE = DXE_DRIVER
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = AcpiPlatformEntryPoint
  22. #
  23. # The following information is for reference only and not required by the build tools.
  24. #
  25. # VALID_ARCHITECTURES = IA32 X64 IPF EBC
  26. #
  27. [Sources]
  28. AcpiPlatform.c
  29. UpdateAcpiTable.c
  30. [Packages]
  31. MdePkg/MdePkg.dec
  32. MdeModulePkg/MdeModulePkg.dec
  33. Silicon/Hisilicon/HisiPkg.dec
  34. [LibraryClasses]
  35. UefiLib
  36. DxeServicesLib
  37. PcdLib
  38. BaseMemoryLib
  39. DebugLib
  40. HobLib
  41. UefiBootServicesTableLib
  42. UefiDriverEntryPoint
  43. [Protocols]
  44. gEfiAcpiTableProtocolGuid ## CONSUMES
  45. [Guids]
  46. gHisiEfiMemoryMapGuid
  47. [Pcd]
  48. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile ## CONSUMES
  49. [Depex]
  50. gEfiAcpiTableProtocolGuid
  51. [UserExtensions.TianoCore."ExtraFiles"]
  52. AcpiPlatformExtra.uni