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 BaseMemoryLib 35 DebugLib 36 IoLib 37 PcdLib 38 UefiBootServicesTableLib 39 UefiDriverEntryPoint 40 UefiLib 41 UefiRuntimeServicesTableLib 42 43[Pcd] 44 gArmPlatformTokenSpaceGuid.PcdPL061GpioBase 45 46[Protocols] 47 gEmbeddedGpioProtocolGuid 48 gPlatformGpioProtocolGuid 49 50[Depex] 51 TRUE 52