2010-02-24 00:58:38 +01:00
|
|
|
## @file
|
2007-11-20 08:05:44 +01:00
|
|
|
# Option Rom Package Reference Implementations.
|
|
|
|
#
|
|
|
|
# This package is designed to interoperate with the EDK II open source project
|
|
|
|
# at http://www.tianocore.org, and this package is required to build PCI compliant
|
|
|
|
# Option ROM image for all CPU architectures, including EBC target.
|
2008-01-03 07:44:03 +01:00
|
|
|
# A single driver can support mixes of EFI 1.1, UEFI 2.0 and UEFI 2.1.
|
2007-11-20 08:05:44 +01:00
|
|
|
#
|
2010-04-24 14:03:22 +02:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
2007-11-20 08:05:44 +01:00
|
|
|
#
|
2019-04-04 01:06:23 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-11-20 08:05:44 +01:00
|
|
|
#
|
2010-02-24 00:58:38 +01:00
|
|
|
##
|
2007-11-20 08:05:44 +01:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
DEC_SPECIFICATION = 0x00010005
|
|
|
|
PACKAGE_NAME = OptionRomPkg
|
|
|
|
PACKAGE_GUID = AA3865E8-7F30-4f59-8696-99F560101852
|
|
|
|
PACKAGE_VERSION = 0.1
|
|
|
|
|
Clean up DEC files:
1) Remove section header comment blocks that do not provide any information
2) Combine PCDs listed in multiple sections into a single section that supports multiple PCD types to reduce maintenance overhead
3) Remove ModuleTypeList comments from [Includes], [Protocols], [Ppis], and [Guids] sections that do not properly describe the module type restrictions.
4) Clean up formatting of GUID structure declarations
5) Remove ".common" from section names if they are not required.
6) Order sections consistently as [Defines], [Includes], [LibraryClasses], [Guid], [Ppis], [Protocols], [PcdsFeatureFlag], [PcdsFixedAtBuild], [PcdsPatchableInModule], [PcdsDynamic], and [PcdsDynamicEx]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11632 6f19259b-4bc3-4df7-8a09-765794883524
2011-05-09 19:50:20 +02:00
|
|
|
[Includes]
|
2011-04-12 17:07:34 +02:00
|
|
|
Include
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
## @libraryclass Provides an interface for performing UEFI Graphics
|
|
|
|
## Output Protocol Video blt operations
|
|
|
|
##
|
|
|
|
BltLib|Include/Library/BltLib.h
|
|
|
|
|
Clean up DEC files:
1) Remove section header comment blocks that do not provide any information
2) Combine PCDs listed in multiple sections into a single section that supports multiple PCD types to reduce maintenance overhead
3) Remove ModuleTypeList comments from [Includes], [Protocols], [Ppis], and [Guids] sections that do not properly describe the module type restrictions.
4) Clean up formatting of GUID structure declarations
5) Remove ".common" from section names if they are not required.
6) Order sections consistently as [Defines], [Includes], [LibraryClasses], [Guid], [Ppis], [Protocols], [PcdsFeatureFlag], [PcdsFixedAtBuild], [PcdsPatchableInModule], [PcdsDynamic], and [PcdsDynamicEx]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11632 6f19259b-4bc3-4df7-8a09-765794883524
2011-05-09 19:50:20 +02:00
|
|
|
[Guids]
|
|
|
|
gOptionRomPkgTokenSpaceGuid = { 0x1e43298f, 0x3478, 0x41a7, { 0xb5, 0x77, 0x86, 0x6, 0x46, 0x35, 0xc7, 0x28 } }
|
|
|
|
|
2010-02-24 00:58:38 +01:00
|
|
|
[PcdsFeatureFlag]
|
2007-11-20 08:05:44 +01:00
|
|
|
gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE|BOOLEAN|0x00010001
|
|
|
|
gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE|BOOLEAN|0x00010002
|
2007-11-23 04:05:33 +01:00
|
|
|
gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE|BOOLEAN|0x00010004
|
|
|
|
gOptionRomPkgTokenSpaceGuid.PcdSupportUga|TRUE|BOOLEAN|0x00010005
|
2007-11-20 08:05:44 +01:00
|
|
|
|
Clean up DEC files:
1) Remove section header comment blocks that do not provide any information
2) Combine PCDs listed in multiple sections into a single section that supports multiple PCD types to reduce maintenance overhead
3) Remove ModuleTypeList comments from [Includes], [Protocols], [Ppis], and [Guids] sections that do not properly describe the module type restrictions.
4) Clean up formatting of GUID structure declarations
5) Remove ".common" from section names if they are not required.
6) Order sections consistently as [Defines], [Includes], [LibraryClasses], [Guid], [Ppis], [Protocols], [PcdsFeatureFlag], [PcdsFixedAtBuild], [PcdsPatchableInModule], [PcdsDynamic], and [PcdsDynamicEx]
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11632 6f19259b-4bc3-4df7-8a09-765794883524
2011-05-09 19:50:20 +02:00
|
|
|
[PcdsFixedAtBuild, PcdsPatchableInModule]
|
2007-11-22 08:15:08 +01:00
|
|
|
gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a|UINT32|0x00010003
|
2007-11-20 08:05:44 +01:00
|
|
|
|