IntelFsp2WrapperPkg.dsc 5.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 = IntelFsp2WrapperPkg
  16. PLATFORM_GUID = 34813E26-C930-427D-8993-80530549EADA
  17. PLATFORM_VERSION = 0.1
  18. DSC_SPECIFICATION = 0x00010005
  19. OUTPUT_DIRECTORY = Build/IntelFsp2WrapperPkg
  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. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  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 Wrapper Lib
  46. FspWrapperApiLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf
  47. FspWrapperApiTestLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf
  48. # FSP platform sample
  49. FspWrapperPlatformLib|IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapperPlatformLibSample.inf
  50. PlatformSecLib|IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf
  51. FspWrapperHobProcessLib|IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/PeiFspWrapperHobProcessLibSample.inf
  52. [LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]
  53. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  54. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  55. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  56. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  57. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  58. [LibraryClasses.common.DXE_DRIVER]
  59. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  60. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  61. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  62. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  63. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  64. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  65. DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
  66. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  67. [Components.Ia32]
  68. IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf
  69. IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecFspWrapperPlatformSecLibSample.inf
  70. IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/PeiFspWrapperHobProcessLibSample.inf
  71. IntelFsp2WrapperPkg/Library/PeiFspWrapperApiTestLib/PeiFspWrapperApiTestLib.inf
  72. IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
  73. IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf
  74. [Components.IA32, Components.X64]
  75. IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf
  76. IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/BaseFspWrapperPlatformLibSample.inf
  77. IntelFsp2WrapperPkg/FspWrapperNotifyDxe/FspWrapperNotifyDxe.inf
  78. [PcdsFixedAtBuild.common]
  79. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
  80. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046
  81. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  82. [BuildOptions]
  83. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES