]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / PcAtChipsetPkg / Bus / Pci / IdeControllerDxe / IdeControllerDxe.inf
CommitLineData
7b202cb0 1## @file\r
a1f11f75 2# \r
3# Component description file for the IDE Controller Init module.\r
4#\r
7b202cb0 5# Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
a1f11f75 6# All rights reserved. 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
7b202cb0 14##\r
a1f11f75 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = IdeController\r
19 FILE_GUID = F3790689-FB90-4479-A2EF-B82A43AFE74D\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
a1f11f75 22 ENTRY_POINT = InitializeIdeControllerDriver\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
7b202cb0 30[Sources]\r
a1f11f75 31 ComponentName.c\r
32 IdeController.c\r
33 IdeController.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 IntelFrameworkPkg/IntelFrameworkPkg.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 \r
50 gEfiIdeControllerInitProtocolGuid\r