]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/OptionRomPkg.dec
EmulatorPkg: Remove framework pkgs dependency from EmulatorPkg
[mirror_edk2.git] / OptionRomPkg / OptionRomPkg.dec
1 ## @file
2 # Option Rom Package Reference Implementations.
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.
7 # A single driver can support mixes of EFI 1.1, UEFI 2.0 and UEFI 2.1.
8 #
9 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 [Defines]
16 DEC_SPECIFICATION = 0x00010005
17 PACKAGE_NAME = OptionRomPkg
18 PACKAGE_GUID = AA3865E8-7F30-4f59-8696-99F560101852
19 PACKAGE_VERSION = 0.1
20
21 [Includes]
22 Include
23
24 [LibraryClasses]
25 ## @libraryclass Provides an interface for performing UEFI Graphics
26 ## Output Protocol Video blt operations
27 ##
28 BltLib|Include/Library/BltLib.h
29
30 [Guids]
31 gOptionRomPkgTokenSpaceGuid = { 0x1e43298f, 0x3478, 0x41a7, { 0xb5, 0x77, 0x86, 0x6, 0x46, 0x35, 0xc7, 0x28 } }
32
33 [PcdsFeatureFlag]
34 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru|TRUE|BOOLEAN|0x00010001
35 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru|TRUE|BOOLEAN|0x00010002
36 gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE|BOOLEAN|0x00010004
37 gOptionRomPkgTokenSpaceGuid.PcdSupportUga|TRUE|BOOLEAN|0x00010005
38
39 [PcdsFixedAtBuild, PcdsPatchableInModule]
40 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion|0x0002000a|UINT32|0x00010003
41