1#/** @file
2#  INF file for the Silicon Image I3132 SATA controller
3#
4#  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
5#
6#  This program and the accompanying materials
7#  are licensed and made available under the terms and conditions of the BSD License
8#  which accompanies this distribution.  The full text of the license may be found at
9#  http://opensource.org/licenses/bsd-license.php
10#
11#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13#
14#**/
15
16[Defines]
17  INF_VERSION                    = 0x00010005
18  BASE_NAME                      = SataSiI3132
19  FILE_GUID                      = 1df18da0-a18b-11df-8c3a-0002a5d5c51b
20  MODULE_TYPE                    = DXE_DRIVER
21  VERSION_STRING                 = 1.0
22
23  ENTRY_POINT                    = InitializeSataSiI3132
24
25[Packages]
26  MdePkg/MdePkg.dec
27  EmbeddedPkg/EmbeddedPkg.dec
28
29[LibraryClasses]
30  UefiLib
31  UefiDriverEntryPoint
32  MemoryAllocationLib
33
34[Sources]
35  SataSiI3132.c
36  ComponentName.c
37  SiI3132AtaPassThru.c
38
39[Protocols]
40  gEfiPciIoProtocolGuid                         # Consumed
41  gEfiAtaPassThruProtocolGuid                   # Produced
42
43[Pcd]
44  gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeaturePMPSupport
45  gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeatureDirectCommandIssuing
46
47[Depex]
48  TRUE
49