data: remove unused dylib_data.py

File was superseded with sys_patch_dict.py’s introduction
This commit is contained in:
Mykola Grymalyuk
2023-02-07 09:04:49 -07:00
parent fe8a2d253a
commit 6c441e835c

View File

@@ -1,14 +0,0 @@
# Data for SkyLightShim Plugin systems
class shim_list:
shim_pathing = {
"CoreWLAN.dylib": "/System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent",
"BacklightFixup.dylib": "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow",
}
shim_legacy_accel = [
"CoreWLAN.dylib",
]
shim_legacy_accel_keyboard = [
"BacklightFixup.dylib",
]