]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/SataControllerDxe/SataControllerDxe.inf
CorebootModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootModulePkg / SataControllerDxe / SataControllerDxe.inf
CommitLineData
81a23a0f
LL
1## @file
2#
3# Component description file for the Sata Controller driver.
4#
df49a85d 5# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
f3342b7a 6# SPDX-License-Identifier: BSD-2-Clause-Patent
81a23a0f
LL
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = SataController
13 FILE_GUID = 8F4CD826-A5A0-4e93-9522-CFB0AB72926C
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#
df49a85d 21# VALID_ARCHITECTURES = IA32 X64 EBC
81a23a0f
LL
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