lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 1 | ## @file
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 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.
|
vanjeff | 31f9e63 | 2008-01-03 06:44:03 +0000 | [diff] [blame] | 7 | # A single driver can support mixes of EFI 1.1, UEFI 2.0 and UEFI 2.1.
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 8 | #
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 9 | # Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 10 | #
|
hhtian | ac1ca10 | 2010-04-24 12:03:22 +0000 | [diff] [blame] | 11 | # This program and the accompanying materials
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 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 | #
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 19 | ##
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 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 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 45 | [LibraryClasses]
|
qhuang8 | 6fc89cb | 2008-07-26 07:41:52 +0000 | [diff] [blame] | 46 | DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
|
mdkinney | 15b96d9 | 2011-03-10 22:37:39 +0000 | [diff] [blame] | 47 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 48 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 49 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
jljusten | a12199e | 2011-04-12 15:08:26 +0000 | [diff] [blame] | 50 | BltLib|OptionRomPkg/Library/GopBltLib/GopBltLib.inf
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 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
|
xli24 | cc1143b | 2008-10-25 16:19:48 +0000 | [diff] [blame] | 58 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
vanjeff | 31f9e63 | 2008-01-03 06:44:03 +0000 | [diff] [blame] | 59 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
jljusten | a12199e | 2011-04-12 15:08:26 +0000 | [diff] [blame] | 60 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
vanjeff | 51ebae6 | 2009-07-03 14:35:24 +0000 | [diff] [blame] | 61 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
vanjeff | 31f9e63 | 2008-01-03 06:44:03 +0000 | [diff] [blame] | 62 |
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 63 | ################################################################################
|
| 64 | #
|
| 65 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 66 | #
|
| 67 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 68 | [PcdsFeatureFlag]
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 69 | gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE
|
| 70 | gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE
|
| 71 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 72 | [PcdsFixedAtBuild]
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 73 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27
|
| 74 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 75 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0x0
|
lgao4 | 3a8ab95 | 2010-05-21 02:49:38 +0000 | [diff] [blame] | 76 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|0x0
|
| 77 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|0x0
|
| 78 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0x0
|
qhuang8 | 4cc9af6 | 2007-11-22 07:15:08 +0000 | [diff] [blame] | 79 | gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a # EFI_2_10_SYSTEM_TABLE_REVISION
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 80 |
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 81 | ###################################################################################################
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 82 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 83 | # Components Section - list of the modules and components that will be processed by compilation
|
| 84 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 85 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 86 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 87 | # into firmware volume images. This section is just a list of modules to compile from
|
| 88 | # source into UEFI-compliant binaries.
|
| 89 | # It is the FDF file that contains information on combining binary files into firmware
|
| 90 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 91 | # Binary modules do not need to be listed in this section, as they should be
|
| 92 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 93 | # Logo (Logo.bmp), and etc.
|
| 94 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 95 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 96 | # generated for it, but the binary will not be put into any firmware volume.
|
| 97 | #
|
| 98 | ###################################################################################################
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 99 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 100 | [Components]
|
jljusten | e5e1d2e | 2011-04-12 15:07:52 +0000 | [diff] [blame] | 101 | OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
|
jljusten | 4d19dea | 2011-04-12 15:08:08 +0000 | [diff] [blame] | 102 | OptionRomPkg/Library/GopBltLib/GopBltLib.inf
|
jljusten | e5e1d2e | 2011-04-12 15:07:52 +0000 | [diff] [blame] | 103 |
|
qhuang8 | 823f7d4 | 2007-11-20 07:05:44 +0000 | [diff] [blame] | 104 | OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
|
qhuang8 | 87f8ccb | 2007-11-23 03:05:33 +0000 | [diff] [blame] | 105 | OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
|
vanjeff | 51ebae6 | 2009-07-03 14:35:24 +0000 | [diff] [blame] | 106 | OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf
|
Ashley DeSimone | d1226e2 | 2013-11-01 17:01:23 +0000 | [diff] [blame] | 107 | OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDxe.inf
|
vanjeff | 31f9e63 | 2008-01-03 06:44:03 +0000 | [diff] [blame] | 108 |
|
lgao4 | cbcccd2 | 2013-05-13 02:36:09 +0000 | [diff] [blame] | 109 | [Components.IA32, Components.X64, Components.IPF]
|
| 110 | OptionRomPkg/Application/BltLibSample/BltLibSample.inf
|