]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/OptionRomPkg.dsc
OptionRomPkg: Added bus driver for FTDI USB to serial adapters
[mirror_edk2.git] / OptionRomPkg / OptionRomPkg.dsc
CommitLineData
7b202cb0 1## @file\r
823f7d4f 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
31f9e631 7# A single driver can support mixes of EFI 1.1, UEFI 2.0 and UEFI 2.1.\r
823f7d4f 8#\r
cbcccd2c 9# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
823f7d4f 10#\r
ac1ca104 11# This program and the accompanying materials\r
823f7d4f 12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15#\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
7b202cb0 19##\r
823f7d4f 20\r
21################################################################################\r
22#\r
23# Defines Section - statements that will be processed to create a Makefile.\r
24#\r
25################################################################################\r
26[Defines]\r
27 PLATFORM_NAME = OptionRomPkg\r
28 PLATFORM_GUID = C7B25F37-B1F4-4c46-99CB-3EA7DCF5FCDC\r
29 PLATFORM_VERSION = 0.1\r
30 DSC_SPECIFICATION = 0x00010005\r
31 OUTPUT_DIRECTORY = Build/OptionRomPkg\r
32 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
33 BUILD_TARGETS = DEBUG|RELEASE\r
34 SKUID_IDENTIFIER = DEFAULT\r
35\r
36################################################################################\r
37#\r
38# SKU Identification section - list of all SKU IDs supported by this\r
39# Platform.\r
40#\r
41################################################################################\r
42[SkuIds]\r
43 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
44\r
7b202cb0 45[LibraryClasses]\r
6fc89cb1 46 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
15b96d93 47 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
823f7d4f 48 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
823f7d4f 49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
a12199e6 50 BltLib|OptionRomPkg/Library/GopBltLib/GopBltLib.inf\r
823f7d4f 51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
53 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
55 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
56 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
57 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
cc1143b8 58 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
31f9e631 59 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
a12199e6 60 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
51ebae6b 61 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
31f9e631 62\r
823f7d4f 63################################################################################\r
64#\r
65# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
66#\r
67################################################################################\r
7b202cb0 68[PcdsFeatureFlag]\r
823f7d4f 69 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE\r
70 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE\r
71\r
7b202cb0 72[PcdsFixedAtBuild]\r
823f7d4f 73 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
74 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042\r
823f7d4f 75 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0\r
3a8ab951
LG
76 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0\r
77 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0\r
78 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0\r
4cc9af6c 79 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION\r
823f7d4f 80\r
dcbb35eb 81###################################################################################################\r
823f7d4f 82#\r
dcbb35eb 83# Components Section - list of the modules and components that will be processed by compilation\r
84# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
823f7d4f 85#\r
dcbb35eb 86# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
87# into firmware volume images. This section is just a list of modules to compile from\r
88# source into UEFI-compliant binaries.\r
89# It is the FDF file that contains information on combining binary files into firmware\r
90# volume images, whose concept is beyond UEFI and is described in PI specification.\r
91# Binary modules do not need to be listed in this section, as they should be\r
92# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
93# Logo (Logo.bmp), and etc.\r
94# There may also be modules listed in this section that are not required in the FDF file,\r
95# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
96# generated for it, but the binary will not be put into any firmware volume.\r
97#\r
98###################################################################################################\r
823f7d4f 99\r
7b202cb0 100[Components]\r
e5e1d2e2 101 OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
4d19deac 102 OptionRomPkg/Library/GopBltLib/GopBltLib.inf\r
e5e1d2e2 103\r
823f7d4f 104 OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf\r
87f8ccbe 105 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf\r
51ebae6b 106 OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf\r
3f1484f6 107 OptionRomPkg/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf\r
31f9e631 108\r
cbcccd2c
LG
109[Components.IA32, Components.X64, Components.IPF]\r
110 OptionRomPkg/Application/BltLibSample/BltLibSample.inf\r