summaryrefslogtreecommitdiff
path: root/Platform/96Boards/96BoardsI2cDxe/96BoardsI2cDxe.inf
blob: 7eb1fc5030629d03d3ad06df3a98b3fadd42d75e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## @file
#
#  Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>
#
#  This program and the accompanying materials
#  are licensed and made available under the terms and conditions of the BSD
#  License which accompanies this distribution. The full text of the license may
#  be found at  http://opensource.org/licenses/bsd-license.php.
#
#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##

[Defines]
  INF_VERSION                    = 0x0001001A
  BASE_NAME                      = 96BoardsI2cDxe
  FILE_GUID                      = a59176bc-a151-49c8-b54a-b4ac96f436c3
  MODULE_TYPE                    = DXE_DRIVER
  VERSION_STRING                 = 0.1
  ENTRY_POINT                    = EntryPoint

[Sources]
  96BoardsI2cDxe.c

[Packages]
  MdePkg/MdePkg.dec
  Platform/96Boards/96Boards.dec

[LibraryClasses]
  DebugLib
  UefiBootServicesTableLib
  UefiDriverEntryPoint
  UefiLib

[Protocols]
  g96BoardsMezzanineProtocolGuid           ## CONSUMES
  gEfiI2cBusConfigurationManagementProtocolGuid   ## PRODUCES
  gEfiI2cEnumerateProtocolGuid                    ## PRODUCES
  gEfiI2cMasterProtocolGuid                       ## CONSUMES

[Guids]
  g96BoardsI2c0MasterGuid
  g96BoardsI2c1MasterGuid

[FixedPcd]
  g96BoardsTokenSpaceGuid.PcdI2c0BusFrequencyHz
  g96BoardsTokenSpaceGuid.PcdI2c1BusFrequencyHz

[Depex]
  g96BoardsMezzanineProtocolGuid AND g96BoardsI2c0MasterGuid OR g96BoardsI2c1MasterGuid