]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / SataControllerDxe / SataControllerDxe.inf
1 ## @file
2 # SataController driver to manage SATA compliance IDE/AHCI host controllers.
3 #
4 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = SataController
12 MODULE_UNI_FILE = SataControllerDxe.uni
13 FILE_GUID = 820C59BB-274C-43B2-83EA-DAC673035A59
14 MODULE_TYPE = UEFI_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = InitializeSataControllerDriver
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
22 #
23 # DRIVER_BINDING = gSataControllerDriverBinding
24 # COMPONENT_NAME = gSataControllerComponentName
25 # COMPONENT_NAME2 = gSataControllerComponentName2
26 #
27
28 [Sources]
29 ComponentName.c
30 SataController.c
31 SataController.h
32
33 [Packages]
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 UefiDriverEntryPoint
38 DebugLib
39 UefiLib
40 BaseLib
41 BaseMemoryLib
42 MemoryAllocationLib
43 UefiBootServicesTableLib
44
45 [Protocols]
46 gEfiPciIoProtocolGuid ## TO_START
47 gEfiIdeControllerInitProtocolGuid ## BY_START
48
49 [UserExtensions.TianoCore."ExtraFiles"]
50 SataControllerDxeExtra.uni
51