aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/OvmfPkg/SataControllerDxe/SataControllerDxe.inf
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/OvmfPkg/SataControllerDxe/SataControllerDxe.inf')
-rw-r--r--roms/edk2/OvmfPkg/SataControllerDxe/SataControllerDxe.inf43
1 files changed, 43 insertions, 0 deletions
diff --git a/roms/edk2/OvmfPkg/SataControllerDxe/SataControllerDxe.inf b/roms/edk2/OvmfPkg/SataControllerDxe/SataControllerDxe.inf
new file mode 100644
index 000000000..2bc416971
--- /dev/null
+++ b/roms/edk2/OvmfPkg/SataControllerDxe/SataControllerDxe.inf
@@ -0,0 +1,43 @@
+## @file
+#
+# Component description file for the Sata Controller driver.
+#
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = SataController
+ FILE_GUID = 021722D8-522B-4079-852A-FE44C2C13F49
+ MODULE_TYPE = UEFI_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = InitializeSataControllerDriver
+
+#
+# The following information is for reference only and not required by the build tools.
+#
+# VALID_ARCHITECTURES = IA32 X64 EBC
+#
+
+[Sources]
+ ComponentName.c
+ SataController.c
+ SataController.h
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiDriverEntryPoint
+ DebugLib
+ UefiLib
+ BaseLib
+ BaseMemoryLib
+ MemoryAllocationLib
+ UefiBootServicesTableLib
+
+[Protocols]
+ gEfiPciIoProtocolGuid
+ gEfiIdeControllerInitProtocolGuid