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