]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
ArmPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ArmPkg / Drivers / ArmPciCpuIo2Dxe / ArmPciCpuIo2Dxe.inf
CommitLineData
3dece145
AB
1## @file\r
2# Produces the CPU I/O 2 Protocol by using the services of the I/O Library.\r
3#\r
4# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
5# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
6#\r
4059386c 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3dece145
AB
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = ArmPciCpuIo2Dxe\r
14 FILE_GUID = 168D1A6E-F4A5-448A-9E95-795661BB3067\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = ArmPciCpuIo2Initialize\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = ARM AARCH64\r
23#\r
24\r
25[Sources]\r
26 ArmPciCpuIo2Dxe.c\r
27\r
28[Packages]\r
29 ArmPkg/ArmPkg.dec\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 UefiDriverEntryPoint\r
34 BaseLib\r
35 DebugLib\r
36 IoLib\r
37 PcdLib\r
38 UefiBootServicesTableLib\r
39\r
40[Pcd]\r
41 gArmTokenSpaceGuid.PcdPciIoTranslation\r
42\r
43[Protocols]\r
44 gEfiCpuIo2ProtocolGuid ## PRODUCES\r
45\r
46[Depex]\r
47 TRUE\r