hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#/** @file
#
#  Component description file for Graphics Output module
#
#  Copyright (c) 2017, Andrei Warkentin <andrey.warkentin@gmail.com>
#  Copyright (c) Microsoft Corporation. All rights reserved.
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
 
[Defines]
  INF_VERSION                    = 0x0001001A
  BASE_NAME                      = DisplayDxe
  FILE_GUID                      = c5deae31-fad2-4030-841b-cfc9644d2c5b
  MODULE_TYPE                    = UEFI_DRIVER
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = DisplayDxeInitialize
 
#
# The following information is for reference only and not required by the build tools.
#
#  DRIVER_BINDING                =  gGraphicsConsoleDriverBinding
#  COMPONENT_NAME                =  gGraphicsConsoleComponentName
#  COMPONENT_NAME2               =  gGraphicsConsoleComponentName2
#
 
[Sources]
  DisplayDxe.h
  DisplayDxe.c
  Screenshot.c
  ComponentName.c
 
[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  ArmPkg/ArmPkg.dec
  Platform/RaspberryPi/RaspberryPi.dec
 
[LibraryClasses]
  BaseLib
  UefiLib
  MemoryAllocationLib
  UefiDriverEntryPoint
  IoLib
  TimerLib
  BmpSupportLib
  UefiRuntimeServicesTableLib
 
[Protocols]
  gEfiLoadedImageProtocolGuid
  gEfiDevicePathProtocolGuid
  gEfiGraphicsOutputProtocolGuid
  gEfiCpuArchProtocolGuid
  gEfiSimpleFileSystemProtocolGuid
  gEfiSimpleTextInputExProtocolGuid
  gRaspberryPiFirmwareProtocolGuid
 
[Pcd]
  gRaspberryPiTokenSpaceGuid.PcdDisplayEnableScaledVModes
  gRaspberryPiTokenSpaceGuid.PcdDisplayEnableSShot
 
[Guids]
 
[Depex]
  gEfiCpuArchProtocolGuid AND gRaspberryPiFirmwareProtocolGuid