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