69 lines
1.8 KiB
INI
69 lines
1.8 KiB
INI
## @file
|
|
# MonitoryKeyDxe
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2012 - 2020, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = RotateScreen
|
|
FILE_GUID = 83EC3FC9-CB74-4b2b-89B9-E98F0972F2A8
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = RotateScreenInstall
|
|
|
|
[Sources]
|
|
RotateScreen.c
|
|
RotateTouch.c
|
|
HookLib.c
|
|
PeCoffLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
UefiRuntimeServicesTableLib
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
UefiLib
|
|
|
|
[Guids]
|
|
gEfiEventExitBootServicesGuid
|
|
gWindowsUxCapsuleGuid
|
|
|
|
[Protocols]
|
|
gEfiUsbIoProtocolGuid
|
|
gEfiI2cIoProtocolGuid
|
|
gEfiDriverBindingProtocolGuid
|
|
gEfiDevicePathProtocolGuid
|
|
gEfiSimpleTextInputExProtocolGuid
|
|
gEfiSimpleTextOutProtocolGuid
|
|
gEfiGraphicsOutputProtocolGuid
|
|
gEfiComponentName2ProtocolGuid
|
|
gEfiAbsolutePointerProtocolGuid
|
|
gEfiAcpiTableProtocolGuid
|
|
gEfiAcpiSupportProtocolGuid
|
|
gEfiPciIoProtocolGuid
|
|
|
|
[Pcd]
|
|
gInsydeTokenSpaceGuid.PcdH2ORotateScreenIs90DegreeClockwise
|
|
gInsydeTokenSpaceGuid.PcdH2ORotateScreenRotateLogo
|
|
gInsydeTokenSpaceGuid.PcdH2ORotateShellSupported
|
|
|
|
[FixedPcd]
|
|
gInsydeTokenSpaceGuid.PcdFirmwareResourceMaximum
|
|
|
|
[Depex]
|
|
TRUE
|