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