]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaFloppyDxe / IsaFloppyDxe.inf
CommitLineData
c21fc3e8 1#/** @file\r
2# Component description file for IsaFloppy module.\r
3#\r
4# ISA Floppy Driver\r
5# 1. Support two types diskette drive\r
6# 1.44M drive and 2.88M drive (and now only support 1.44M)\r
7# 2. Support two diskette drives\r
8# 3. Use DMA channel 2 to transfer data\r
9# 4. Do not use interrupt\r
10# 5. Support diskette change line signal and write protect\r
11# \r
12# Conforming to EFI driver model\r
13#\r
14# Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
15# All rights reserved. This program and the accompanying materials\r
16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
18# http://opensource.org/licenses/bsd-license.php\r
19#\r
20#\r
21#**/\r
22\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = IsaFloppyDxe\r
26 FILE_GUID = 0abd8284-6da3-4616-971a-83a5148067ba\r
27 MODULE_TYPE = DXE_DRIVER\r
28 VERSION_STRING = 1.0\r
29 EDK_RELEASE_VERSION = 0x00020000\r
30 EFI_SPECIFICATION_VERSION = 0x00020000\r
31\r
32 ENTRY_POINT = InitializeIsaFloppy\r
33\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35\r
36[Sources.common]\r
37 ComponentName.c\r
38 ComponentName.h\r
39 IsaFloppyCtrl.c\r
40 IsaFloppyBlock.c\r
41 IsaFloppy.c\r
42 IsaFloppy.h\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
47\r
48[LibraryClasses]\r
49 ReportStatusCodeLib\r
50 UefiBootServicesTableLib\r
51 MemoryAllocationLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 BaseLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57 TimerLib\r
58\r
59[Protocols]\r
60 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
61 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
62 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
63\r