]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/SataControllerDxe/SataControllerDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / SataControllerDxe / SataControllerDxe.inf
CommitLineData
12e92a23 1## @file\r
4040754d 2#\r
12e92a23
RJ
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
b26f0cf9 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
4040754d 7#\r
12e92a23
RJ
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = SataController\r
13 FILE_GUID = 021722D8-522B-4079-852A-FE44C2C13F49\r
14 MODULE_TYPE = UEFI_DRIVER\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = InitializeSataControllerDriver\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
dbf9cc87 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
12e92a23
RJ
22#\r
23\r
24[Sources]\r
25 ComponentName.c\r
26 SataController.c\r
27 SataController.h\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 UefiDriverEntryPoint\r
34 DebugLib\r
35 UefiLib\r
36 BaseLib\r
37 BaseMemoryLib\r
38 MemoryAllocationLib\r
39 UefiBootServicesTableLib\r
40\r
41[Protocols]\r
4040754d 42 gEfiPciIoProtocolGuid\r
12e92a23 43 gEfiIdeControllerInitProtocolGuid\r