120 lines
5.3 KiB
Nix
120 lines
5.3 KiB
Nix
# Current as of 10.9
|
|
# Epic weird knot-tying happening here.
|
|
# TODO: clean up the process for generating this and include it
|
|
|
|
{ frameworks, libs }:
|
|
|
|
with frameworks; with libs; {
|
|
AGL = [ Carbon OpenGL ];
|
|
AVFoundation = [ ApplicationServices CoreGraphics ];
|
|
AVKit = [];
|
|
Accounts = [];
|
|
AddressBook = [ Carbon CoreFoundation ];
|
|
AppKit = [ AudioToolbox QuartzCore ];
|
|
AppKitScripting = [];
|
|
AppleScriptKit = [];
|
|
AppleScriptObjC = [];
|
|
AppleShareClientCore = [ CoreServices ];
|
|
AudioToolbox = [ AudioUnit CoreAudio CoreFoundation CoreMIDI ];
|
|
AudioUnit = [ Carbon CoreAudio CoreFoundation ];
|
|
AudioVideoBridging = [ Foundation ];
|
|
Automator = [];
|
|
CFNetwork = [ CoreFoundation ];
|
|
CalendarStore = [];
|
|
Cocoa = [];
|
|
Collaboration = [];
|
|
CoreAudio = [ CoreFoundation IOKit ];
|
|
CoreAudioKit = [ AudioUnit ];
|
|
CoreData = [];
|
|
CoreGraphics = [ Accelerate CoreFoundation IOKit IOSurface SystemConfiguration ];
|
|
CoreLocation = [];
|
|
CoreMIDI = [ CoreFoundation ];
|
|
CoreMIDIServer = [];
|
|
CoreMedia = [ ApplicationServices AudioToolbox CoreAudio CoreFoundation CoreGraphics CoreVideo ];
|
|
CoreMediaIO = [ CoreFoundation CoreMedia ];
|
|
CoreText = [ CoreFoundation CoreGraphics ];
|
|
CoreVideo = [ ApplicationServices CoreFoundation CoreGraphics IOSurface OpenGL ];
|
|
CoreWLAN = [ SecurityFoundation ];
|
|
DVComponentGlue = [ CoreServices QuickTime ];
|
|
DVDPlayback = [];
|
|
DirectoryService = [ CoreFoundation ];
|
|
DiscRecording = [ CoreFoundation CoreServices IOKit ];
|
|
DiscRecordingUI = [];
|
|
DiskArbitration = [ CoreFoundation IOKit ];
|
|
DrawSprocket = [ Carbon ];
|
|
EventKit = [];
|
|
ExceptionHandling = [];
|
|
FWAUserLib = [];
|
|
ForceFeedback = [ CoreFoundation IOKit ];
|
|
Foundation = [ CoreFoundation Security ApplicationServices AppKit SystemConfiguration ];
|
|
GLKit = [ CoreFoundation ];
|
|
GLUT = [ GL OpenGL ];
|
|
GSS = [];
|
|
GameController = [];
|
|
GameKit = [ Foundation ];
|
|
ICADevices = [ Carbon CoreFoundation IOBluetooth ];
|
|
IMServicePlugIn = [];
|
|
IOBluetoothUI = [ IOBluetooth ];
|
|
IOKit = [ CoreFoundation ];
|
|
IOSurface = [ CoreFoundation IOKit xpc ];
|
|
ImageCaptureCore = [];
|
|
ImageIO = [ CoreFoundation CoreGraphics ];
|
|
InputMethodKit = [ Carbon ];
|
|
InstallerPlugins = [];
|
|
InstantMessage = [];
|
|
JavaFrameEmbedding = [];
|
|
JavaScriptCore = [ CoreFoundation ];
|
|
Kerberos = [];
|
|
Kernel = [ CoreFoundation IOKit ];
|
|
LDAP = [];
|
|
LatentSemanticMapping = [ Carbon CoreFoundation ];
|
|
MapKit = [];
|
|
MediaAccessibility = [ CoreFoundation CoreGraphics CoreText QuartzCore ];
|
|
MediaToolbox = [ AudioToolbox CoreFoundation CoreMedia ];
|
|
NetFS = [ CoreFoundation ];
|
|
OSAKit = [ Carbon ];
|
|
OpenAL = [];
|
|
OpenCL = [ IOSurface OpenGL ];
|
|
OpenGL = [];
|
|
PCSC = [ CoreData ];
|
|
PreferencePanes = [];
|
|
PubSub = [];
|
|
Python = [ ApplicationServices ];
|
|
QTKit = [ QuickTime ];
|
|
QuickLook = [ ApplicationServices CoreFoundation ];
|
|
QuickTime = [ ApplicationServices AudioUnit Carbon CoreAudio CoreServices OpenGL QuartzCore ];
|
|
Ruby = [];
|
|
RubyCocoa = [];
|
|
SceneKit = [];
|
|
ScreenSaver = [];
|
|
Scripting = [];
|
|
ScriptingBridge = [];
|
|
Security = [ CoreFoundation ];
|
|
SecurityFoundation = [];
|
|
SecurityInterface = [ Security ];
|
|
ServiceManagement = [ CoreFoundation Security ];
|
|
Social = [];
|
|
SpriteKit = [];
|
|
StoreKit = [];
|
|
SyncServices = [];
|
|
SystemConfiguration = [ CoreFoundation Security ];
|
|
TWAIN = [ Carbon ];
|
|
Tcl = [];
|
|
Tk = [ ApplicationServices Carbon X11 ];
|
|
VideoDecodeAcceleration = [ CoreFoundation CoreVideo ];
|
|
VideoToolbox = [ CoreFoundation CoreMedia CoreVideo ];
|
|
WebKit = [ ApplicationServices Carbon JavaScriptCore OpenGL X11 ];
|
|
|
|
# Umbrellas
|
|
Accelerate = [ CoreWLAN IOBluetooth ];
|
|
ApplicationServices = [ CoreFoundation CoreServices CoreText ImageIO ];
|
|
Carbon = [ ApplicationServices CoreFoundation CoreServices IOKit Security QuartzCore ];
|
|
CoreBluetooth = [];
|
|
CoreServices = [ CFNetwork CoreAudio CoreData CoreFoundation DiskArbitration Security NetFS OpenDirectory ServiceManagement ];
|
|
IOBluetooth = [ IOKit ];
|
|
JavaVM = [];
|
|
OpenDirectory = [];
|
|
Quartz = [ QuickLook ];
|
|
QuartzCore = [ ApplicationServices CoreFoundation CoreVideo OpenCL ];
|
|
}
|