]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
Update Fat Binary to use EDK II Prime EnhancedFat driver in FatPkg.
[mirror_edk2.git] / OptionRomPkg / AtapiPassThruDxe / AtapiPassThruDxe.inf
... / ...
CommitLineData
1#/** @file\r
2# Description file for the Atapi Passthru component.\r
3#\r
4# This driver simulates SCSI devices with Atapi devices to test the SCSI io\r
5# protocol.\r
6# Copyright (c) 2006 - 2007, Intel Corporation\r
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
20 BASE_NAME = AtapiPassThru\r
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
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gAtapiScsiPassThruDriverBinding \r
35# COMPONENT_NAME = gAtapiScsiPassThruComponentName \r
36#\r
37\r
38[Sources.common]\r
39 DriverSupportedEfiVersion.c\r
40 ComponentName.c\r
41 AtapiPassThru.c\r
42 AtapiPassThru.h\r
43\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 OptionRomPkg/OptionRomPkg.dec\r
48\r
49[LibraryClasses]\r
50 UefiBootServicesTableLib\r
51 MemoryAllocationLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 BaseLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57\r
58\r
59[Protocols]\r
60 gEfiScsiPassThruProtocolGuid # PROTOCOL BY_START\r
61 gEfiExtScsiPassThruProtocolGuid # PROTOCOL BY_START\r
62 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
63 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
64\r
65[FeaturePcd]\r
66 gOptionRomPkgTokenSpaceGuid.PcdSupportScsiPassThru\r
67 gOptionRomPkgTokenSpaceGuid.PcdSupportExtScsiPassThru\r
68\r
69[Pcd]\r
70 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
71\r