CloverBootloader/Library/OcMiscLib/OcMiscLib.inf
2020-07-09 22:06:48 +03:00

53 lines
1.3 KiB
INI
Executable File

## @file
#
# Component description file for OcMisclibrary.
#
# Copyright (C) 2016 - 2018, The HermitCrabs Lab. All rights reserved.<BR>
#
# All rights reserved.
#
# 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 = OcMiscLib
FILE_GUID = E9DF6F29-95AC-429A-8E42-FCE1F5B81148
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = OcMiscLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION DXE_SMM_DRIVER
# VALID_ARCHITECTURES = IA32 X64
[Packages]
CloverPkg.dec
# OpenCorePkg/OpenCorePkg.dec
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[Protocols]
gEfiPciIoProtocolGuid
gEfiShellParametersProtocolGuid
gEfiLoadedImageProtocolGuid
[LibraryClasses]
BaseLib
UefiLib
OcFileLib
OcGuardLib
OcStringLib
[Sources]
DataPatcher.c
DirectReset.c
ReleaseUsbOwnership.c
ProtocolSupport.c
Math.c