ProcessorSubClassDxe.inf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #/** @file
  2. #
  3. # Copyright (c) 2015, Hisilicon Limited. All rights reserved.
  4. # Copyright (c) 2015, Linaro Limited. All rights reserved.
  5. #
  6. # This program and the accompanying materials
  7. # are licensed and made available under the terms and conditions of the BSD License
  8. # which accompanies this distribution. The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php
  10. #
  11. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. #
  14. #**/
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = ProcessorSubClass
  18. FILE_GUID = 9B25B1EA-0FD4-455D-A450-AD640C8A9C1B
  19. MODULE_TYPE = DXE_DRIVER
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = ProcessorSubClassEntryPoint
  22. [Sources]
  23. ProcessorSubClassStrings.uni
  24. ProcessorSubClass.c
  25. [Packages]
  26. ArmPkg/ArmPkg.dec
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. IntelFrameworkPkg/IntelFrameworkPkg.dec
  30. Silicon/Hisilicon/HisiPkg.dec
  31. [LibraryClasses]
  32. UefiDriverEntryPoint
  33. IoLib
  34. HiiLib
  35. MemoryAllocationLib
  36. BaseMemoryLib
  37. BaseLib
  38. DebugLib
  39. PrintLib
  40. PcdLib
  41. PlatformSysCtrlLib
  42. OemMiscLib
  43. [Protocols]
  44. gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
  45. [Pcd]
  46. gHisiTokenSpaceGuid.PcdCPUInfo
  47. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz
  48. [Guids]
  49. [Depex]
  50. gEfiSmbiosProtocolGuid