]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
remove some comments introduced by tools.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / AtapiPassThruDxe / AtapiPassThru.inf
1 #/** @file
2 # Description file for the Atapi Passthru component.
3 #
4 # This driver simulates SCSI devices with Atapi devices to test the SCSI io
5 # protocol.
6 # Copyright (c) 2006 - 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 = AtapiPassThru
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 ComponentName.c
40 AtapiPassThru.c
41 AtapiPassThru.h
42
43
44 [Packages]
45 MdePkg/MdePkg.dec
46
47
48 [LibraryClasses]
49 UefiBootServicesTableLib
50 MemoryAllocationLib
51 BaseMemoryLib
52 UefiLib
53 BaseLib
54 UefiDriverEntryPoint
55 DebugLib
56
57
58 [Protocols]
59 gEfiScsiPassThruProtocolGuid # PROTOCOL BY_START
60 gEfiPciIoProtocolGuid # PROTOCOL TO_START
61