]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
CommitLineData
823f7d4f 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
c281c698 6# Copyright (c) 2007, Intel Corporation\r
823f7d4f 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
c281c698 20 BASE_NAME = AtapiPassThruDxe\r
823f7d4f 21 FILE_GUID = E49061CE-99A7-41d3-AB3A-36E5CFBAD63E\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = InitializeAtapiPassThru\r
28\r
0e27fefd
LG
29 PCI_VENDOR_ID = 0x8086\r
30 PCI_DEVICE_ID = 0x2921\r
31 PCI_CLASS_CODE = 0x010100\r
32 PCI_REVISION = 0x0003\r
33\r
823f7d4f 34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
37# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
38#\r
39# DRIVER_BINDING = gAtapiScsiPassThruDriverBinding \r
40# COMPONENT_NAME = gAtapiScsiPassThruComponentName \r
41#\r
42\r
43[Sources.common]\r
4cc9af6c 44 DriverSupportedEfiVersion.c\r
823f7d4f 45 ComponentName.c\r
46 AtapiPassThru.c\r
47 AtapiPassThru.h\r
48\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 OptionRomPkg/OptionRomPkg.dec\r
53\r
54[LibraryClasses]\r
55 UefiBootServicesTableLib\r
56 MemoryAllocationLib\r
57 BaseMemoryLib\r
58 UefiLib\r
59 BaseLib\r
60 UefiDriverEntryPoint\r
61 DebugLib\r
3501cc99 62 DevicePathLib\r
823f7d4f 63\r
64\r
65[Protocols]\r
66 gEfiScsiPassThruProtocolGuid # PROTOCOL BY_START\r
67 gEfiExtScsiPassThruProtocolGuid # PROTOCOL BY_START\r
68 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
4cc9af6c 69 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
823f7d4f 70\r
71[FeaturePcd]\r
72 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru\r
73 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru\r
4cc9af6c 74\r
75[Pcd]\r
76 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
77\r