]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / ArmPlatformPkg / Drivers / PL061GpioDxe / PL061GpioDxe.inf
CommitLineData
1e57a462 1/** @file\r
2*\r
3* Copyright (c) 2011, ARM Limited. All rights reserved.\r
4* \r
5* This program and the accompanying materials \r
6* are licensed and made available under the terms and conditions of the BSD License \r
7* which accompanies this distribution. The full text of the license may be found at \r
8* http://opensource.org/licenses/bsd-license.php \r
9*\r
10* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12*\r
13**/\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PL061GpioDxe\r
18 FILE_GUID = 5c1997d7-8d45-4f21-af3c-2206b8ed8bec\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21\r
22 ENTRY_POINT = PL061InstallProtocol\r
23[Sources.common]\r
24 PL061Gpio.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 EmbeddedPkg/EmbeddedPkg.dec\r
29 ArmPkg/ArmPkg.dec\r
30 ArmPlatformPkg/ArmPlatformPkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 BaseMemoryLib\r
35 DebugLib\r
36 IoLib\r
37 PcdLib\r
38 UefiBootServicesTableLib\r
39 UefiDriverEntryPoint\r
40 UefiLib\r
41 UefiRuntimeServicesTableLib\r
42\r
43[Pcd]\r
44 gArmPlatformTokenSpaceGuid.PcdPL061GpioBase\r
45\r
46[Protocols]\r
47 gEmbeddedGpioProtocolGuid \r
48\r
49[Depex]\r
50 TRUE\r