]> git.proxmox.com Git - mirror_edk2.git/blob - Omap35xxPkg/SmbusDxe/Smbus.inf
Omap35xxPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Omap35xxPkg / SmbusDxe / Smbus.inf
1 #/** @file
2 #
3 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
4 # SPDX-License-Identifier: BSD-2-Clause-Patent
5 #
6 #**/
7
8 [Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = Smbus
11 FILE_GUID = d5125e0f-1226-444f-a218-0085996ed5da
12 MODULE_TYPE = DXE_DRIVER
13 VERSION_STRING = 1.0
14
15 ENTRY_POINT = InitializeSmbus
16
17 [Sources.common]
18 Smbus.c
19
20 [Packages]
21 MdePkg/MdePkg.dec
22 Omap35xxPkg/Omap35xxPkg.dec
23
24 [LibraryClasses]
25 PcdLib
26 UefiLib
27 UefiDriverEntryPoint
28 MemoryAllocationLib
29 IoLib
30
31 [Guids]
32
33 [Protocols]
34 gEfiSmbusHcProtocolGuid
35
36 [Pcd]
37
38 [depex]
39 TRUE