]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OptionRomPkg/OptionRomPkg.dsc
OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID
[mirror_edk2.git] / OptionRomPkg / OptionRomPkg.dsc
... / ...
CommitLineData
1## @file\r
2# Option Rom Package build validation file for All Architectures.\r
3#\r
4# This package is designed to interoperate with the EDK II open source project\r
5# at http://www.tianocore.org, and this package is required to build PCI compliant\r
6# Option ROM image for all CPU architectures, including EBC target.\r
7# A single driver can support mixes of EFI 1.1, UEFI 2.0 and UEFI 2.1.\r
8#\r
9# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
10# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
11#\r
12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
13#\r
14##\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = OptionRomPkg\r
23 PLATFORM_GUID = C7B25F37-B1F4-4c46-99CB-3EA7DCF5FCDC\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/OptionRomPkg\r
27 SUPPORTED_ARCHITECTURES = IA32|X64|EBC|ARM|AARCH64\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30\r
31################################################################################\r
32#\r
33# SKU Identification section - list of all SKU IDs supported by this\r
34# Platform.\r
35#\r
36################################################################################\r
37[SkuIds]\r
38 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
39\r
40[LibraryClasses]\r
41 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
42 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
43 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
44 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
45 BltLib|OptionRomPkg/Library/GopBltLib/GopBltLib.inf\r
46 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
47 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
48 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
49 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
50 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
51 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
53 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
54 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
55 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
56 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
57\r
58[LibraryClasses.AARCH64, LibraryClasses.ARM]\r
59 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
60\r
61[LibraryClasses.ARM]\r
62 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
63\r
64################################################################################\r
65#\r
66# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
67#\r
68################################################################################\r
69[PcdsFeatureFlag]\r
70 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE\r
71 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE\r
72\r
73[PcdsFixedAtBuild]\r
74 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
75 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042\r
76 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0\r
77 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0\r
78 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0\r
79 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0\r
80 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION\r
81\r
82###################################################################################################\r
83#\r
84# Components Section - list of the modules and components that will be processed by compilation\r
85# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
86#\r
87# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
88# into firmware volume images. This section is just a list of modules to compile from\r
89# source into UEFI-compliant binaries.\r
90# It is the FDF file that contains information on combining binary files into firmware\r
91# volume images, whose concept is beyond UEFI and is described in PI specification.\r
92# Binary modules do not need to be listed in this section, as they should be\r
93# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
94# Logo (Logo.bmp), and etc.\r
95# There may also be modules listed in this section that are not required in the FDF file,\r
96# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
97# generated for it, but the binary will not be put into any firmware volume.\r
98#\r
99###################################################################################################\r
100\r
101[Components]\r
102 OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
103 OptionRomPkg/Library/GopBltLib/GopBltLib.inf\r
104\r
105 OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf\r
106 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf\r
107 OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf\r
108 OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf\r
109 OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.inf\r
110 OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772b.inf\r
111\r
112[Components.IA32, Components.X64]\r
113 OptionRomPkg/Application/BltLibSample/BltLibSample.inf\r