blob: c4bf1ca1bb953c02d45d26d4968707675a59f30c [file] [log] [blame]
qhuang8823f7d42007-11-20 07:05:44 +00001#/** @file
2# 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#
vanjeff31f9e632008-01-03 06:44:03 +00009# Copyright (c) 2007 - 2008, Intel Corporation
qhuang8823f7d42007-11-20 07:05:44 +000010#
11# All rights reserved. This program and the accompanying materials
12# 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#
19#**/
20
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
45[LibraryClasses.common]
46 DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
47 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
48 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf
49 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
53 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
55 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
56 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
57 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
58 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
59 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
vanjeff31f9e632008-01-03 06:44:03 +000060 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
61 DxeI2cLib|OptionRomPkg/Library/CirrusLogicI2cLib/CirrusLogic5430I2cLib.inf
62
qhuang8823f7d42007-11-20 07:05:44 +000063################################################################################
64#
65# Pcd Section - list of all EDK II PCD Entries defined by this Platform
66#
67################################################################################
68[PcdsFeatureFlag.common]
69 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
70 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
71 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
72 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
73 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE
74 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE
75
76[PcdsFixedAtBuild.common]
77 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0
78 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0
79 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0
80 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|0x0
81 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
82 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042
83 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
84 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0
qhuang84cc9af62007-11-22 07:15:08 +000085 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION
qhuang8823f7d42007-11-20 07:05:44 +000086
87################################################################################
88#
89# Components Section - list of all EDK II Modules needed by this Platform
90#
91################################################################################
92
93[Components.common]
94 OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
qhuang887f8ccb2007-11-23 03:05:33 +000095 OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
vanjeff31f9e632008-01-03 06:44:03 +000096