blob: 29c4ea75db53f6d7566f8c301014f377a1e8a654 [file] [log] [blame]
lgao47b202cb2010-02-23 23:58:38 +00001## @file
qhuang8823f7d42007-11-20 07:05:44 +00002# Option Rom Package build validation file for All Architectures.
3#
4# This package is designed to interoperate with the EDK II open source project
5# at http://www.tianocore.org, and this package is required to build PCI compliant
6# Option ROM image for all CPU architectures, including EBC target.
vanjeff31f9e632008-01-03 06:44:03 +00007# A single driver can support mixes of EFI 1.1, UEFI 2.0 and UEFI 2.1.
qhuang8823f7d42007-11-20 07:05:44 +00008#
hhtianac1ca102010-04-24 12:03:22 +00009# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
qhuang8823f7d42007-11-20 07:05:44 +000010#
hhtianac1ca102010-04-24 12:03:22 +000011# This program and the accompanying materials
qhuang8823f7d42007-11-20 07:05:44 +000012# are licensed and made available under the terms and conditions of the BSD License
13# which accompanies this distribution. The full text of the license may be found at
14# http://opensource.org/licenses/bsd-license.php
15#
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18#
lgao47b202cb2010-02-23 23:58:38 +000019##
qhuang8823f7d42007-11-20 07:05:44 +000020
21################################################################################
22#
23# Defines Section - statements that will be processed to create a Makefile.
24#
25################################################################################
26[Defines]
27 PLATFORM_NAME = OptionRomPkg
28 PLATFORM_GUID = C7B25F37-B1F4-4c46-99CB-3EA7DCF5FCDC
29 PLATFORM_VERSION = 0.1
30 DSC_SPECIFICATION = 0x00010005
31 OUTPUT_DIRECTORY = Build/OptionRomPkg
32 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
33 BUILD_TARGETS = DEBUG|RELEASE
34 SKUID_IDENTIFIER = DEFAULT
35
36################################################################################
37#
38# SKU Identification section - list of all SKU IDs supported by this
39# Platform.
40#
41################################################################################
42[SkuIds]
43 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
44
lgao47b202cb2010-02-23 23:58:38 +000045[LibraryClasses]
qhuang86fc89cb2008-07-26 07:41:52 +000046 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
qhuang8823f7d42007-11-20 07:05:44 +000047 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
qhuang8823f7d42007-11-20 07:05:44 +000048 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
qhuang8823f7d42007-11-20 07:05:44 +000049 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
50 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
51 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
52 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
53 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
55 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
xli24cc1143b2008-10-25 16:19:48 +000056 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
vanjeff31f9e632008-01-03 06:44:03 +000057 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
vanjeff51ebae62009-07-03 14:35:24 +000058 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
vanjeff31f9e632008-01-03 06:44:03 +000059
qhuang8823f7d42007-11-20 07:05:44 +000060################################################################################
61#
62# Pcd Section - list of all EDK II PCD Entries defined by this Platform
63#
64################################################################################
lgao47b202cb2010-02-23 23:58:38 +000065[PcdsFeatureFlag]
qhuang8823f7d42007-11-20 07:05:44 +000066 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
67 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
68 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
69 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
70 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE
71 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE
72
lgao47b202cb2010-02-23 23:58:38 +000073[PcdsFixedAtBuild]
qhuang8823f7d42007-11-20 07:05:44 +000074 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0
75 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0
76 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0
77 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|0x0
78 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
79 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042
qhuang8823f7d42007-11-20 07:05:44 +000080 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0
qhuang84cc9af62007-11-22 07:15:08 +000081 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION
qhuang8823f7d42007-11-20 07:05:44 +000082
xli24dcbb35e2009-02-10 08:58:47 +000083###################################################################################################
qhuang8823f7d42007-11-20 07:05:44 +000084#
xli24dcbb35e2009-02-10 08:58:47 +000085# Components Section - list of the modules and components that will be processed by compilation
86# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
qhuang8823f7d42007-11-20 07:05:44 +000087#
xli24dcbb35e2009-02-10 08:58:47 +000088# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
89# into firmware volume images. This section is just a list of modules to compile from
90# source into UEFI-compliant binaries.
91# It is the FDF file that contains information on combining binary files into firmware
92# volume images, whose concept is beyond UEFI and is described in PI specification.
93# Binary modules do not need to be listed in this section, as they should be
94# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
95# Logo (Logo.bmp), and etc.
96# There may also be modules listed in this section that are not required in the FDF file,
97# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
98# generated for it, but the binary will not be put into any firmware volume.
99#
100###################################################################################################
qhuang8823f7d42007-11-20 07:05:44 +0000101
lgao47b202cb2010-02-23 23:58:38 +0000102[Components]
qhuang8823f7d42007-11-20 07:05:44 +0000103 OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
qhuang887f8ccb2007-11-23 03:05:33 +0000104 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
vanjeff51ebae62009-07-03 14:35:24 +0000105 OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf
vanjeff31f9e632008-01-03 06:44:03 +0000106