]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SataControllerDxe/SataControllerDxe.inf
OvmfPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OvmfPkg / SataControllerDxe / SataControllerDxe.inf
CommitLineData
12e92a23
RJ
1## @file\r
2# \r
3# Component description file for the Sata Controller driver.\r
4#\r
dbf9cc87 5# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
12e92a23
RJ
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 = SataController\r
19 FILE_GUID = 021722D8-522B-4079-852A-FE44C2C13F49\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = InitializeSataControllerDriver\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
dbf9cc87 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
12e92a23
RJ
28#\r
29\r
30[Sources]\r
31 ComponentName.c\r
32 SataController.c\r
33 SataController.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38[LibraryClasses]\r
39 UefiDriverEntryPoint\r
40 DebugLib\r
41 UefiLib\r
42 BaseLib\r
43 BaseMemoryLib\r
44 MemoryAllocationLib\r
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
48 gEfiPciIoProtocolGuid \r
49 gEfiIdeControllerInitProtocolGuid\r