• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2#  Copyright (c) 2017, Linaro. All rights reserved.
3#
4#  This program and the accompanying materials
5#  are licensed and made available under the terms and conditions of the BSD License
6#  which accompanies this distribution.  The full text of the license may be found at
7#  http://opensource.org/licenses/bsd-license.php
8#
9#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11#
12
13[Defines]
14  INF_VERSION                    = 0x00010019
15  BASE_NAME                      = HiKey960Gpio
16  FILE_GUID                      = 6aa12592-7e36-4aec-acf8-2ac2fd13815c
17  MODULE_TYPE                    = DXE_DRIVER
18  VERSION_STRING                 = 1.0
19  ENTRY_POINT                    = HiKey960GpioEntryPoint
20
21[Sources.common]
22  HiKey960GpioDxe.c
23
24[Packages]
25  EmbeddedPkg/EmbeddedPkg.dec
26  MdePkg/MdePkg.dec
27  OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960.dec
28
29[LibraryClasses]
30  DebugLib
31  UefiDriverEntryPoint
32
33[Protocols]
34  gPlatformGpioProtocolGuid
35
36[Depex]
37  TRUE
38