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