]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/KvmtoolPlatformDxe/KvmtoolPlatformDxe.inf
SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
[mirror_edk2.git] / ArmVirtPkg / KvmtoolPlatformDxe / KvmtoolPlatformDxe.inf
CommitLineData
39d76b25
SM
1## @file\r
2# The KvmtoolPlatformDxe performs the platform specific initialization like:\r
3# - It decides if the firmware should expose ACPI or Device Tree-based\r
4# hardware description to the operating system.\r
5#\r
6# Copyright (c) 2018 - 2020, ARM Limited. All rights reserved.\r
7#\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x0001001B\r
14 BASE_NAME = KvmtoolPlatformDxe\r
15 FILE_GUID = 7479CCCD-D721-442A-8C73-A72DBB886669\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = KvmtoolPlatformDxeEntryPoint\r
19\r
20[Sources]\r
21 KvmtoolPlatformDxe.c\r
22\r
23[Packages]\r
24 ArmVirtPkg/ArmVirtPkg.dec\r
25 EmbeddedPkg/EmbeddedPkg.dec\r
26 MdePkg/MdePkg.dec\r
27 MdeModulePkg/MdeModulePkg.dec\r
28\r
29[LibraryClasses]\r
30 BaseLib\r
31 DebugLib\r
32 UefiBootServicesTableLib\r
33 UefiDriverEntryPoint\r
34\r
35[Guids]\r
36 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
37 gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
38\r
39[Pcd]\r
40 gArmVirtTokenSpaceGuid.PcdForceNoAcpi\r
41\r
42[Depex]\r
43 TRUE\r