IntelSiliconPkg.dsc 5.1 KB

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