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