IntelFspWrapperPkg.dsc 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. ## @file
  2. # Provides drivers and definitions to support fsp in EDKII bios.
  3. #
  4. # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
  5. # This program and the accompanying materials are licensed and made available under
  6. # the terms and conditions of the BSD License that accompanies this distribution.
  7. # 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. PLATFORM_NAME = IntelFspWrapperPkg
  16. PLATFORM_GUID = BC1EC7D4-8550-4a64-B7F5-8E0EF864FFA2
  17. PLATFORM_VERSION = 0.1
  18. DSC_SPECIFICATION = 0x00010005
  19. OUTPUT_DIRECTORY = Build/IntelFspWrapperPkg
  20. SUPPORTED_ARCHITECTURES = IA32|X64
  21. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  22. SKUID_IDENTIFIER = DEFAULT
  23. [LibraryClasses]
  24. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  25. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  26. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  27. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  28. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  29. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  30. PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
  31. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  32. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  33. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  34. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  35. CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
  36. # Dummy - test build only
  37. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  38. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  39. TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
  40. # MdeModulePkg
  41. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  42. # UefiCpuPkg
  43. UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
  44. LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
  45. # FSP lib
  46. FspApiLib|IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf
  47. # FSP platform sample
  48. FspPlatformInfoLib|IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf
  49. FspPlatformSecLib|IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf
  50. FspHobProcessLib|IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/PeiFspHobProcessLibSample.inf
  51. [LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]
  52. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  53. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  54. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  55. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  56. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  57. [LibraryClasses.common.DXE_DRIVER]
  58. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  59. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  60. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  61. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  62. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  63. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  64. DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
  65. [Components.Ia32]
  66. IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf
  67. IntelFspWrapperPkg/FspInitPei/FspInitPei.inf
  68. [Components.IA32, Components.X64]
  69. IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf
  70. [PcdsFixedAtBuild.common]
  71. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
  72. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
  73. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  74. [BuildOptions]
  75. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES