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