1#
2#  Copyright (c) 2015-2016, Linaro Ltd. All rights reserved.
3#  Copyright (c) 2015-2016, Hisilicon Ltd. All rights reserved.
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution.  The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#
10#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12#
13
14[Defines]
15  INF_VERSION                    = 0x00010005
16  BASE_NAME                      = HiKeyGpio
17  FILE_GUID                      = b51a851c-7bf7-463f-b261-cfb158b7f699
18  MODULE_TYPE                    = DXE_DRIVER
19  VERSION_STRING                 = 1.0
20  ENTRY_POINT                    = HiKeyGpioEntryPoint
21
22[Sources.common]
23  HiKeyGpio.c
24
25[Packages]
26  EmbeddedPkg/EmbeddedPkg.dec
27  MdePkg/MdePkg.dec
28  OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKey.dec
29
30[LibraryClasses]
31  DebugLib
32  UefiDriverEntryPoint
33
34[Protocols]
35  gPlatformGpioProtocolGuid
36
37[Depex]
38  BEFORE gArmPL061GpioGuid
39