IntelSiliconPkg.dsc 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. ## @file
  2. # This package provides common open source Intel silicon modules.
  3. #
  4. # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. PLATFORM_NAME = IntelSiliconPkg
  11. PLATFORM_GUID = 9B96228E-1155-4967-8E16-D0ED8E1B4297
  12. PLATFORM_VERSION = 0.1
  13. DSC_SPECIFICATION = 0x00010005
  14. OUTPUT_DIRECTORY = Build/IntelSiliconPkg
  15. SUPPORTED_ARCHITECTURES = IA32|X64
  16. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  17. SKUID_IDENTIFIER = DEFAULT
  18. [LibraryClasses]
  19. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  20. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  21. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  22. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  23. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  24. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  25. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  26. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  27. PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
  28. PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
  29. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  30. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  31. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  32. SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
  33. CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
  34. MicrocodeFlashAccessLib|IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/MicrocodeFlashAccessLibNull.inf
  35. [LibraryClasses.common.PEIM]
  36. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  37. PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  38. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  39. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  40. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  41. [LibraryClasses.common.DXE_DRIVER]
  42. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  43. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  44. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  45. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  46. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  47. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  48. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  49. ###################################################################################################
  50. #
  51. # Components Section - list of the modules and components that will be processed by compilation
  52. # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
  53. #
  54. # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
  55. # into firmware volume images. This section is just a list of modules to compile from
  56. # source into UEFI-compliant binaries.
  57. # It is the FDF file that contains information on combining binary files into firmware
  58. # volume images, whose concept is beyond UEFI and is described in PI specification.
  59. # Binary modules do not need to be listed in this section, as they should be
  60. # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
  61. # Logo (Logo.bmp), and etc.
  62. # There may also be modules listed in this section that are not required in the FDF file,
  63. # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
  64. # generated for it, but the binary will not be put into any firmware volume.
  65. #
  66. ###################################################################################################
  67. [Components]
  68. IntelSiliconPkg/Library/DxeSmbiosDataHobLib/DxeSmbiosDataHobLib.inf
  69. IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf
  70. IntelSiliconPkg/Feature/VTd/IntelVTdPmrPei/IntelVTdPmrPei.inf
  71. IntelSiliconPkg/Feature/VTd/PlatformVTdSampleDxe/PlatformVTdSampleDxe.inf
  72. IntelSiliconPkg/Feature/VTd/PlatformVTdInfoSamplePei/PlatformVTdInfoSamplePei.inf
  73. IntelSiliconPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf
  74. IntelSiliconPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/MicrocodeFlashAccessLibNull.inf
  75. [BuildOptions]
  76. *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES