]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
PcAtChipsetPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / PcAtChipsetPkg / Bus / Pci / IdeControllerDxe / IdeControllerDxe.inf
... / ...
CommitLineData
1## @file\r
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
4#\r
5# Copyright (c) 2008 - 2018, 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
10#\r
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
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = IdeController\r
19 MODULE_UNI_FILE = IdeController.uni\r
20 FILE_GUID = 99549F44-49BB-4820-B9D2-901329412D67\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
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 EBC\r
29#\r
30\r
31[Sources]\r
32 ComponentName.c\r
33 IdeController.c\r
34 IdeController.h\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
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
49 gEfiPciIoProtocolGuid ## TO_START\r
50 gEfiIdeControllerInitProtocolGuid ## BY_START\r
51[UserExtensions.TianoCore."ExtraFiles"]\r
52 IdeControllerExtra.uni\r