CloverBootloader/MemoryFix/OpenRuntime/OpenRuntime.inf
SergeySlice d320eb9693 made kext injection in bigsur with the method by kuckkuck
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
2020-07-17 06:28:17 +03:00

64 lines
1.9 KiB
INI
Executable File

## @file
# UEFI runtime services driver support for OpenCore and others.
#
# Copyright (c) 2019, vit9696. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = OpenRuntime
FILE_GUID = E0BA9DEF-0478-462E-BF46-908EB0EFC7E0
MODULE_TYPE = DXE_RUNTIME_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = UefiEntrypoint
[Packages]
CloverPkg.dec
# OpenCorePkg/OpenCorePkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
CloverEFI/UefiCpuPkg/UefiCpuPkg.dec
[LibraryClasses]
BaseLib
BaseMemoryLib
DebugLib
UefiBootServicesTableLib
UefiDriverEntryPoint
UefiRuntimeServicesTableLib
[Sources]
UefiRuntimeServices.c
OpenRuntime.c
OpenRuntimePrivate.h
[Guids]
gEfiGlobalVariableGuid ## CONSUMES
gEfiImageSecurityDatabaseGuid ## CONSUMES
gOcReadOnlyVariableGuid ## CONSUMES
gOcWriteOnlyVariableGuid ## CONSUMES
gOcVendorVariableGuid ## CONSUMES
gEfiAppleBootGuid ## SOMETIMES_CONSUMES
gMicrosoftVariableGuid ## SOMETIMES_CONSUMES
[Protocols]
gOcFirmwareRuntimeProtocolGuid ## SOMETIMES_PRODUCES
#[BuildOptions]
# GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
# XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
# XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
# CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
[Depex]
TRUE