]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
PcAtChipsetPkg: IdeControllerDxe: fix protocol usage hints in the INF file
[mirror_edk2.git] / PcAtChipsetPkg / Bus / Pci / IdeControllerDxe / IdeControllerDxe.inf
CommitLineData
7b202cb0 1## @file\r
944d79b7
SQ
2# IDE Controller Init driver that provide IDE_CONTROLLER_INIT protocol and will be used by\r
3# IDE Bus driver to support platform dependent timing information.\r
a1f11f75 4#\r
944d79b7
SQ
5# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
546f14bf 10#\r
944d79b7
SQ
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
546f14bf 13#\r
7b202cb0 14##\r
a1f11f75 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = IdeController\r
546f14bf 19 MODULE_UNI_FILE = IdeController.uni\r
5e51a4d8 20 FILE_GUID = 99549F44-49BB-4820-B9D2-901329412D67\r
a1f11f75 21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
a1f11f75 23 ENTRY_POINT = InitializeIdeControllerDriver\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
7b202cb0 31[Sources]\r
a1f11f75 32 ComponentName.c\r
33 IdeController.c\r
34 IdeController.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
a1f11f75 38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 DebugLib\r
42 UefiLib\r
43 BaseLib\r
44 BaseMemoryLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47\r
48[Protocols]\r
8a6e6db4
LE
49 gEfiPciIoProtocolGuid ## TO_START\r
50 gEfiIdeControllerInitProtocolGuid ## BY_START\r
546f14bf
QS
51[UserExtensions.TianoCore."ExtraFiles"]\r
52 IdeControllerExtra.uni\r