]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
29cc93f7 5# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
e1d302e5 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
546f14bf 7#\r
7b202cb0 8##\r
a1f11f75 9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = IdeController\r
546f14bf 13 MODULE_UNI_FILE = IdeController.uni\r
5e51a4d8 14 FILE_GUID = 99549F44-49BB-4820-B9D2-901329412D67\r
a1f11f75 15 MODULE_TYPE = UEFI_DRIVER\r
16 VERSION_STRING = 1.0\r
a1f11f75 17 ENTRY_POINT = InitializeIdeControllerDriver\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
29cc93f7 22# VALID_ARCHITECTURES = IA32 X64 EBC\r
a1f11f75 23#\r
24\r
7b202cb0 25[Sources]\r
a1f11f75 26 ComponentName.c\r
27 IdeController.c\r
28 IdeController.h\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
a1f11f75 32\r
33[LibraryClasses]\r
34 UefiDriverEntryPoint\r
35 DebugLib\r
36 UefiLib\r
37 BaseLib\r
38 BaseMemoryLib\r
39 MemoryAllocationLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
8a6e6db4
LE
43 gEfiPciIoProtocolGuid ## TO_START\r
44 gEfiIdeControllerInitProtocolGuid ## BY_START\r
546f14bf
QS
45[UserExtensions.TianoCore."ExtraFiles"]\r
46 IdeControllerExtra.uni\r