]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/CloudHvAcpiPlatformDxe/CloudHvAcpiPlatformDxe.inf
SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
[mirror_edk2.git] / ArmVirtPkg / CloudHvAcpiPlatformDxe / CloudHvAcpiPlatformDxe.inf
CommitLineData
c28fc8ab
JW
1## @file\r
2# ACPI Platform Driver for Cloud Hypervisor\r
3#\r
4# Copyright (c) 2021, ARM Limited. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x0001001B\r
11 BASE_NAME = CloudHvAcpiPlatformDxe\r
12 FILE_GUID = 6c76e407-73f2-dc1c-938f-5d6c4691ea93\r
13 MODULE_TYPE = DXE_DRIVER\r
14 VERSION_STRING = 1.0\r
15 ENTRY_POINT = CloudHvAcpiPlatformEntryPoint\r
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = AARCH64\r
21#\r
22\r
23[Sources]\r
24 CloudHvAcpi.c\r
25\r
26[Packages]\r
27 ArmVirtPkg/ArmVirtPkg.dec\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30\r
31[LibraryClasses]\r
32 BaseLib\r
33 DebugLib\r
34 MemoryAllocationLib\r
35 OrderedCollectionLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38\r
39[Protocols]\r
40 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
41\r
42[Pcd]\r
43 gArmVirtTokenSpaceGuid.PcdCloudHvAcpiRsdpBaseAddress\r
44\r
45[Depex]\r
46 gEfiAcpiTableProtocolGuid\r