]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
EmulatorPkg: Remove framework pkgs dependency from EmulatorPkg
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
CommitLineData
7b202cb0 1## @file\r
c281c698 2# Description file for the Atapi Pass Thru driver.\r
823f7d4f 3#\r
4# This driver simulates SCSI devices with Atapi devices to test the SCSI io\r
5# protocol.\r
8d27b54b 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
823f7d4f 7#\r
96ae5934 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
823f7d4f 9#\r
10#\r
7b202cb0 11##\r
823f7d4f 12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
c281c698 15 BASE_NAME = AtapiPassThruDxe\r
823f7d4f 16 FILE_GUID = E49061CE-99A7-41d3-AB3A-36E5CFBAD63E\r
17 MODULE_TYPE = UEFI_DRIVER\r
18 VERSION_STRING = 1.0\r
823f7d4f 19\r
20 ENTRY_POINT = InitializeAtapiPassThru\r
21\r
0e27fefd
LG
22 PCI_VENDOR_ID = 0x8086\r
23 PCI_DEVICE_ID = 0x2921\r
24 PCI_CLASS_CODE = 0x010100\r
25 PCI_REVISION = 0x0003\r
26\r
823f7d4f 27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
8d27b54b 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
823f7d4f 31#\r
32# DRIVER_BINDING = gAtapiScsiPassThruDriverBinding \r
33# COMPONENT_NAME = gAtapiScsiPassThruComponentName \r
34#\r
35\r
7b202cb0 36[Sources]\r
4cc9af6c 37 DriverSupportedEfiVersion.c\r
823f7d4f 38 ComponentName.c\r
39 AtapiPassThru.c\r
40 AtapiPassThru.h\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 OptionRomPkg/OptionRomPkg.dec\r
46\r
47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 BaseLib\r
53 UefiDriverEntryPoint\r
54 DebugLib\r
3501cc99 55 DevicePathLib\r
823f7d4f 56\r
57\r
58[Protocols]\r
59 gEfiScsiPassThruProtocolGuid # PROTOCOL BY_START\r
60 gEfiExtScsiPassThruProtocolGuid # PROTOCOL BY_START\r
61 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
4cc9af6c 62 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
823f7d4f 63\r
64[FeaturePcd]\r
65 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru\r
66 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru\r
4cc9af6c 67\r
68[Pcd]\r
69 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
70\r