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