mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
620401dca6
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
114 lines
4.1 KiB
INI
114 lines
4.1 KiB
INI
## @file
|
|
#
|
|
# Component description file for the library producing the Apple Device property protocol.
|
|
#
|
|
# Copyright (C) 2019, vit9696. 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 = OcBootManagementLib
|
|
FILE_GUID = A28FEC6F-DD5C-4D8D-9351-50D9A2047634
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = OcBootManagementLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER UEFI_APPLICATION DXE_SMM_DRIVER
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
#
|
|
|
|
[Sources]
|
|
AppleHibernate.c
|
|
ApplePanic.c
|
|
BootArguments.c
|
|
BootAudio.c
|
|
BootEntryInfo.c
|
|
BootEntryManagement.c
|
|
BootManagementInternal.h
|
|
DefaultEntryChoice.c
|
|
DmgBootSupport.c
|
|
HotKeySupport.c
|
|
PolicyManagement.c
|
|
OcBootManagementLib.c
|
|
VariableManagement.c
|
|
|
|
[Packages]
|
|
CloverPkg.dec
|
|
# OpenCorePkg/OpenCorePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
|
|
[Guids]
|
|
gAppleApfsContainerInfoGuid ## SOMETIMES_CONSUMES
|
|
gAppleApfsVolumeInfoGuid ## SOMETIMES_CONSUMES
|
|
gAppleBlessedSystemFileInfoGuid ## SOMETIMES_CONSUMES
|
|
gAppleBlessedSystemFolderInfoGuid ## SOMETIMES_CONSUMES
|
|
gAppleBlessedOsxFolderInfoGuid ## SOMETIMES_CONSUMES
|
|
gEfiFileInfoGuid ## SOMETIMES_CONSUMES
|
|
gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES
|
|
gEfiPartTypeSystemPartGuid ## SOMETIMES_CONSUMES
|
|
gAppleApfsPartitionTypeGuid ## SOMETIMES_CONSUMES
|
|
gEfiAppleBootGuid ## SOMETIMES_CONSUMES
|
|
gAppleHfsPartitionTypeGuid ## SOMETIMES_CONSUMES
|
|
gAppleHfsBootPartitionTypeGuid ## SOMETIMES_CONSUMES
|
|
gAppleLegacyLoadAppFileGuid ## SOMETIMES_CONSUMES
|
|
gEfiAppleNvramGuid ## SOMETIMES_CONSUMES
|
|
gAppleCoreStorageVariableGuid ## SOMETIMES_CONSUMES
|
|
gAppleTamperResistantBootVariableGuid ## SOMETIMES_CONSUMES
|
|
gAppleWirelessNetworkVariableGuid ## SOMETIMES_CONSUMES
|
|
gApplePersonalizationVariableGuid ## SOMETIMES_CONSUMES
|
|
gAppleNetbootVariableGuid ## SOMETIMES_CONSUMES
|
|
gAppleSecureBootVariableGuid ## SOMETIMES_CONSUMES
|
|
gAppleTamperResistantBootSecureVariableGuid ## SOMETIMES_CONSUMES
|
|
gAppleTamperResistantBootEfiUserVariableGuid ## SOMETIMES_CONSUMES
|
|
gOcVendorVariableGuid ## SOMETIMES_CONSUMES
|
|
gOcReadOnlyVariableGuid ## SOMETIMES_CONSUMES
|
|
gOcWriteOnlyVariableGuid ## SOMETIMES_CONSUMES
|
|
gAppleBootPickerFileGuid ## SOMETIMES_CONSUMES
|
|
gMicrosoftVariableGuid ## SOMETIMES_CONSUMES
|
|
|
|
[Protocols]
|
|
gAppleBootPolicyProtocolGuid ## PRODUCES
|
|
gAppleKeyStateProtocolGuid ## SOMETIMES_CONSUMES
|
|
gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
|
|
gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES
|
|
gEfiUsbIoProtocolGuid ## SOMETIMES_CONSUMES
|
|
gOcFirmwareRuntimeProtocolGuid ## SOMETIMES_CONSUMES
|
|
gOcAudioProtocolGuid ## SOMETIMES_CONSUMES
|
|
gAppleBeepGenProtocolGuid ## SOMETIMES_CONSUMES
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
DevicePathLib
|
|
MemoryAllocationLib
|
|
PrintLib
|
|
UefiBootServicesTableLib
|
|
OcAppleBootPolicyLib
|
|
OcAppleChunklistLib
|
|
OcAppleDiskImageLib
|
|
OcAppleKeyMapLib
|
|
OcAppleKeysLib
|
|
OcConsoleLib
|
|
OcCryptoLib
|
|
OcDevicePathLib
|
|
OcGuardLib
|
|
OcFileLib
|
|
OcRtcLib
|
|
OcXmlLib
|
|
TimerLib
|
|
FileHandleLib
|