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