diff --git a/Application/Bootstrap/Bootstrap.inf b/Application/Bootstrap/Bootstrap.inf index 74710926049adc88b54e52cff89fa05ca5bf0eea..1a095602ac06f542bb67041297b7b758a27d4c2a 100644 --- a/Application/Bootstrap/Bootstrap.inf +++ b/Application/Bootstrap/Bootstrap.inf @@ -54,4 +54,5 @@ MemoryAllocationLib OcDevicePathLib OcFileLib + OcMiscLib OcStringLib diff --git a/Application/CsrUtil/CsrUtil.inf b/Application/CsrUtil/CsrUtil.inf index e753139788b6e24de5aa6fa358504943b069273f..b0ce982854bd353f795e9aabae3562d1167053f0 100644 --- a/Application/CsrUtil/CsrUtil.inf +++ b/Application/CsrUtil/CsrUtil.inf @@ -34,6 +34,8 @@ OpenCorePkg/OpenCorePkg.dec [LibraryClasses] + OcMiscLib + OcStringLib OcVariableLib UefiBootServicesTableLib UefiApplicationEntryPoint diff --git a/Library/OcConsoleLib/OcConsoleLib.inf b/Library/OcConsoleLib/OcConsoleLib.inf index b5c8227d7b3e7cd17879e69b0589cac854dc8d10..e0ac9d386b3b5015933c01cd31ff84c152cdc03f 100644 --- a/Library/OcConsoleLib/OcConsoleLib.inf +++ b/Library/OcConsoleLib/OcConsoleLib.inf @@ -66,6 +66,7 @@ BaseMemoryLib DebugLib OcBlitLib + OcMiscLib MtrrLib UefiBootServicesTableLib UefiRuntimeServicesTableLib diff --git a/Library/OcCpuLib/OcCpuLib.inf b/Library/OcCpuLib/OcCpuLib.inf index 077ab73d9ce617efedeb3706b91a3acc525260c9..b8c9a1739fb5e869d840c06927c81b1388775228 100755 --- a/Library/OcCpuLib/OcCpuLib.inf +++ b/Library/OcCpuLib/OcCpuLib.inf @@ -35,6 +35,7 @@ [LibraryClasses] BaseLib OcGuardLib + OcMiscLib OcVariableLib IoLib UefiRuntimeServicesTableLib diff --git a/Library/OcStringLib/OcStringLib.inf b/Library/OcStringLib/OcStringLib.inf index 151264bcc32bbc862d13251d119d2de059199aca..e63915e35fbd8873f47312ae537545ca23d83b1e 100755 --- a/Library/OcStringLib/OcStringLib.inf +++ b/Library/OcStringLib/OcStringLib.inf @@ -43,5 +43,6 @@ BaseLib BaseMemoryLib MemoryAllocationLib + OcGuardLib PrintLib SortLib diff --git a/Platform/CrScreenshotDxe/CrScreenshotDxe.inf b/Platform/CrScreenshotDxe/CrScreenshotDxe.inf index ba6dbf9b6f79dae08ae9769988f62d813ee5c301..d738e334583e85b45551b9f65bd2be2cdf053a9f 100644 --- a/Platform/CrScreenshotDxe/CrScreenshotDxe.inf +++ b/Platform/CrScreenshotDxe/CrScreenshotDxe.inf @@ -25,8 +25,9 @@ UefiDriverEntryPoint DebugLib PrintLib - OcPngLib OcFileLib + OcMiscLib + OcPngLib [Protocols] gEfiGraphicsOutputProtocolGuid