mirror of https://github.com/acidanthera/audk.git
43 lines
1.0 KiB
INI
43 lines
1.0 KiB
INI
#/** @file
|
|
# INF file for the Silicon Image I3132 SATA controller
|
|
#
|
|
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
#**/
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = SataSiI3132
|
|
FILE_GUID = 1df18da0-a18b-11df-8c3a-0002a5d5c51b
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
|
|
ENTRY_POINT = InitializeSataSiI3132
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiLib
|
|
UefiDriverEntryPoint
|
|
MemoryAllocationLib
|
|
|
|
[Sources]
|
|
SataSiI3132.c
|
|
ComponentName.c
|
|
SiI3132AtaPassThru.c
|
|
|
|
[Protocols]
|
|
gEfiPciIoProtocolGuid # Consumed
|
|
gEfiAtaPassThruProtocolGuid # Produced
|
|
|
|
[Pcd]
|
|
gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeaturePMPSupport
|
|
gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeatureDirectCommandIssuing
|
|
|
|
[Depex]
|
|
TRUE
|