]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
Check the input VaraibleName for db/dbx when appending variables with formatted as...
[mirror_edk2.git] / ArmPlatformPkg / Drivers / PL061GpioDxe / PL061GpioDxe.inf
CommitLineData
5a62a8b7 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
5a62a8b7 34 BaseMemoryLib
35 DebugLib
5a62a8b7 36 IoLib
5cc45b70 37 PcdLib
38 UefiBootServicesTableLib
39 UefiDriverEntryPoint
40 UefiLib
41 UefiRuntimeServicesTableLib
5a62a8b7 42
5cc45b70 43[Pcd]
44 gArmPlatformTokenSpaceGuid.PcdPL061GpioBase
5a62a8b7 45
46[Protocols]
47 gEmbeddedGpioProtocolGuid
48
5a62a8b7 49[Depex]
5cc45b70 50 TRUE