mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-29 12:35:53 +01:00
exclude AppleUiTheme from package because it is embedded
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
53f60e49d7
commit
5fb7d28ffb
@ -773,7 +773,7 @@
|
||||
Protocols/SMCHelper/SMCHelper.inf
|
||||
Protocols/FirmwareVolume/FirmwareVolume.inf
|
||||
Protocols/AppleImageCodec/AppleImageCodec.inf
|
||||
Protocols/AppleUITheme/AppleUITheme.inf
|
||||
#Protocols/AppleUITheme/AppleUITheme.inf
|
||||
Protocols/HashServiceFix/HashServiceFix.inf
|
||||
Protocols/AppleKeyAggregator/AppleKeyAggregator.inf
|
||||
Protocols/AppleKeyFeeder/AppleKeyFeeder.inf
|
||||
@ -796,7 +796,7 @@
|
||||
# Drivers for Aptio loading - should go to Clover's /EFI/drivers/UEFI dir
|
||||
Protocols/OsxFatBinaryDrv/OsxFatBinaryDrv.inf
|
||||
|
||||
# Drivers for Phoenix UEFI loading - should go to Clover's /EFI/drivers64UEFI dir
|
||||
# Drivers for Phoenix UEFI loading - should go to Clover's /EFI/drivers/UEFI dir
|
||||
Protocols/EmuVariableUefi/EmuVariableRuntimeDxe.inf {
|
||||
<PcdsFixedAtBuild>
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
|
||||
|
@ -805,7 +805,7 @@ MainPostBuildScript() {
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_LEGACY/$efi.efi
|
||||
done
|
||||
|
||||
binArray=( AppleImageCodec AppleKeyAggregator AppleUITheme FirmwareVolume )
|
||||
binArray=( AppleImageCodec AppleKeyAggregator FirmwareVolume )
|
||||
for efi in "${binArray[@]}"
|
||||
do
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_OFF/$DRIVERS_LEGACY/FileVault2/$efi.efi
|
||||
@ -829,7 +829,7 @@ MainPostBuildScript() {
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_UEFI/$efi.efi
|
||||
done
|
||||
|
||||
binArray=( AppleImageCodec AppleUITheme AppleKeyAggregator FirmwareVolume )
|
||||
binArray=( AppleImageCodec AppleKeyAggregator FirmwareVolume )
|
||||
for efi in "${binArray[@]}"
|
||||
do
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_OFF/$DRIVERS_UEFI/FileVault2/$efi.efi
|
||||
|
@ -781,7 +781,7 @@ MainPostBuildScript() {
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_LEGACY/$efi.efi
|
||||
done
|
||||
|
||||
binArray=( AppleImageCodec AppleKeyAggregator AppleUITheme FirmwareVolume )
|
||||
binArray=( AppleImageCodec AppleKeyAggregator FirmwareVolume )
|
||||
for efi in "${binArray[@]}"
|
||||
do
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_OFF/$DRIVERS_LEGACY/FileVault2/$efi.efi
|
||||
@ -804,7 +804,7 @@ MainPostBuildScript() {
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_UEFI/$efi.efi
|
||||
done
|
||||
|
||||
binArray=( AppleImageCodec AppleUITheme AppleKeyAggregator FirmwareVolume )
|
||||
binArray=( AppleImageCodec AppleKeyAggregator FirmwareVolume )
|
||||
for efi in "${binArray[@]}"
|
||||
do
|
||||
copyBin "$BUILD_DIR_ARCH"/$efi.efi "$CLOVER_PKG_DIR"/EFI/CLOVER/drivers/$DRIVERS_OFF/$DRIVERS_UEFI/FileVault2/$efi.efi
|
||||
|
Loading…
Reference in New Issue
Block a user