]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
MdeModulePkg/PciHostBridge: Add IOMMU support.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / SataControllerDxe / SataControllerDxe.inf
CommitLineData
fda951df 1## @file\r
74e2b934 2# SataController driver to manage SATA compliance IDE/AHCI host controllers.\r
fda951df
FT
3#\r
4# Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12# \r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = SataController\r
18 MODULE_UNI_FILE = SataControllerDxe.uni\r
19 FILE_GUID = 820C59BB-274C-43B2-83EA-DAC673035A59\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
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
28#\r
29# DRIVER_BINDING = gSataControllerDriverBinding \r
30# COMPONENT_NAME = gSataControllerComponentName\r
31# COMPONENT_NAME2 = gSataControllerComponentName2\r
32#\r
33\r
34[Sources]\r
35 ComponentName.c\r
36 SataController.c\r
37 SataController.h\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 DebugLib\r
45 UefiLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
50\r
51[Protocols]\r
52 gEfiPciIoProtocolGuid ## TO_START\r
53 gEfiIdeControllerInitProtocolGuid ## BY_START\r
54\r
55[UserExtensions.TianoCore."ExtraFiles"]\r
56 SataControllerDxeExtra.uni\r
57\r