]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
ArmPlatformPkg: Add PL061 GPIO driver
[mirror_edk2.git] / ArmPlatformPkg / Drivers / PL061GpioDxe / PL061GpioDxe.inf
1 /** @file
2 *
3 * Copyright (c) 2011, ARM Limited. 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
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PL061GpioDxe
18 FILE_GUID = 5c1997d7-8d45-4f21-af3c-2206b8ed8bec
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = PL061InstallProtocol
23 [Sources.common]
24 PL061Gpio.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 EmbeddedPkg/EmbeddedPkg.dec
29 ArmPkg/ArmPkg.dec
30 ArmPlatformPkg/ArmPlatformPkg.dec
31
32 [LibraryClasses]
33 BaseLib
34 UefiRuntimeServicesTableLib
35 UefiLib
36 UefiBootServicesTableLib
37 BaseMemoryLib
38 DebugLib
39 UefiDriverEntryPoint
40 IoLib
41
42 [Guids]
43
44 [Protocols]
45 gEmbeddedGpioProtocolGuid
46
47
48 [Depex]
49 TRUE