]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/SataControllerDxe/SataControllerDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / SataControllerDxe / SataControllerDxe.inf
1 ## @file
2 #
3 # Component description file for the Sata Controller driver.
4 #
5 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = SataController
13 FILE_GUID = 021722D8-522B-4079-852A-FE44C2C13F49
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
22 #
23
24 [Sources]
25 ComponentName.c
26 SataController.c
27 SataController.h
28
29 [Packages]
30 MdePkg/MdePkg.dec
31
32 [LibraryClasses]
33 UefiDriverEntryPoint
34 DebugLib
35 UefiLib
36 BaseLib
37 BaseMemoryLib
38 MemoryAllocationLib
39 UefiBootServicesTableLib
40
41 [Protocols]
42 gEfiPciIoProtocolGuid
43 gEfiIdeControllerInitProtocolGuid