summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-sdk-11.0/frameworks.nix
blob: c8f8ccc4a08134aae5aeb0e9f8aa86415c30e1ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{ frameworks, libs, libobjc, Libsystem, libnetwork }: with frameworks; with libs;
{
  AGL                              = { inherit Carbon OpenGL; };
  AVFoundation                     = { inherit ApplicationServices AVFCapture AVFCore CoreGraphics; };
  AVKit                            = {};
  Accelerate                       = { inherit CoreWLAN IOBluetooth; };
  Accessibility                    = {};
  Accounts                         = {};
  AdSupport                        = {};
  AddressBook                      = { inherit AddressBookCore Carbon ContactsPersistence libobjc; };
  AppKit                           = { inherit ApplicationServices AudioToolbox AudioUnit Foundation QuartzCore UIFoundation; };
  AppTrackingTransparency          = {};
  AppleScriptKit                   = {};
  AppleScriptObjC                  = {};
  ApplicationServices              = { inherit ColorSync CoreGraphics CoreServices CoreText ImageIO; };
  AudioToolbox                     = { inherit AudioToolboxCore CoreAudio CoreMIDI; };
  AudioUnit                        = { inherit AudioToolbox Carbon CoreAudio; };
  AudioVideoBridging               = { inherit Foundation; };
  AuthenticationServices           = {};
  AutomaticAssessmentConfiguration = {};
  Automator                        = {};
  BackgroundTasks                  = {};
  BusinessChat                     = {};
  CFNetwork                        = {};
  CalendarStore                    = {};
  CallKit                          = {};
  Carbon                           = { inherit ApplicationServices CoreServices Foundation IOKit QuartzCore Security libobjc; };
  ClassKit                         = {};
  CloudKit                         = { inherit CoreLocation; };
  Cocoa                            = { inherit AppKit CoreData; };
  Collaboration                    = {};
  ColorSync                        = {};
  Combine                          = {};
  Contacts                         = {};
  ContactsUI                       = {};
  CoreAudio                        = { inherit IOKit CoreAudioTypes; };
  CoreAudioKit                     = { inherit AudioUnit; };
  CoreAudioTypes                   = {};
  CoreBluetooth                    = {};
  CoreData                         = { inherit CloudKit; };
  CoreDisplay                      = {};
  CoreFoundation                   = { inherit libobjc; };
  CoreGraphics                     = { inherit Accelerate IOKit IOSurface SystemConfiguration; };
  CoreHaptics                      = {};
  CoreImage                        = {};
  CoreLocation                     = {};
  CoreMIDI                         = {};
  CoreMIDIServer                   = { inherit CoreMIDI; };
  CoreML                           = {};
  CoreMedia                        = { inherit ApplicationServices AudioToolbox AudioUnit CoreAudio CoreGraphics CoreVideo; };
  CoreMediaIO                      = { inherit CoreMedia; };
  CoreMotion                       = {};
  CoreServices                     = { inherit CFNetwork CoreAudio CoreData CoreFoundation DiskArbitration NetFS OpenDirectory Security ServiceManagement; };
  CoreSpotlight                    = {};
  CoreTelephony                    = {};
  CoreText                         = { inherit CoreGraphics; };
  CoreVideo                        = { inherit ApplicationServices CoreGraphics IOSurface OpenGL; };
  CoreWLAN                         = { inherit SecurityFoundation; };
  CryptoKit                        = {};
  CryptoTokenKit                   = {};
  DVDPlayback                      = {};
  DeveloperToolsSupport            = {};
  DeviceCheck                      = {};
  DirectoryService                 = {};
  DiscRecording                    = { inherit CoreServices IOKit libobjc; };
  DiscRecordingUI                  = {};
  DiskArbitration                  = { inherit IOKit; };
  DriverKit                        = {};
  EventKit                         = {};
  ExceptionHandling                = {};
  ExecutionPolicy                  = {};
  ExternalAccessory                = {};
  FWAUserLib                       = {};
  FileProvider                     = {};
  FileProviderUI                   = {};
  FinderSync                       = {};
  ForceFeedback                    = { inherit IOKit; };
  Foundation                       = { inherit ApplicationServices CoreFoundation Security SystemConfiguration libobjc; };
  GLKit                            = {};
  GLUT                             = { inherit OpenGL; };
  GSS                              = {};
  GameController                   = {};
  GameKit                          = { inherit Cocoa Foundation GameCenterFoundation GameCenterUI GameCenterUICore GameController GameplayKit Metal MetalKit ModelIO ReplayKit SceneKit SpriteKit; };
  GameplayKit                      = {};
  HIDDriverKit                     = {};
  Hypervisor                       = {};
  ICADevices                       = { inherit Carbon IOBluetooth libobjc; };
  IMServicePlugIn                  = {};
  IOBluetooth                      = { inherit CoreBluetooth IOKit; };
  IOBluetoothUI                    = { inherit IOBluetooth; };
  IOKit                            = {};
  IOSurface                        = { inherit IOKit xpc; };
  IOUSBHost                        = {};
  IdentityLookup                   = {};
  ImageCaptureCore                 = {};
  ImageIO                          = { inherit CoreGraphics; };
  InputMethodKit                   = { inherit Carbon; };
  InstallerPlugins                 = {};
  InstantMessage                   = {};
  Intents                          = {};
  JavaNativeFoundation             = {};
  JavaRuntimeSupport               = {};
  JavaScriptCore                   = { inherit libobjc; };
  Kerberos                         = {};
  Kernel                           = { inherit IOKit; };
  KernelManagement                 = {};
  LDAP                             = {};
  LatentSemanticMapping            = { inherit Carbon; };
  LinkPresentation                 = { inherit URLFormatting; };
  LocalAuthentication              = {};
  MLCompute                        = {};
  MapKit                           = {};
  MediaAccessibility               = { inherit CoreGraphics CoreText QuartzCore; };
  MediaLibrary                     = {};
  MediaPlayer                      = {};
  MediaToolbox                     = { inherit AudioToolbox AudioUnit CoreMedia; };
  Message                          = {};
  Metal                            = {};
  MetalKit                         = { inherit Metal ModelIO; };
  MetalPerformanceShaders          = {};
  MetalPerformanceShadersGraph     = {};
  MetricKit                        = { inherit SignpostMetrics; };
  ModelIO                          = {};
  MultipeerConnectivity            = {};
  NaturalLanguage                  = {};
  NearbyInteraction                = {};
  NetFS                            = {};
  Network                          = { inherit libnetwork; };
  NetworkExtension                 = { inherit Network; };
  NetworkingDriverKit              = {};
  NotificationCenter               = {};
  OSAKit                           = { inherit Carbon; };
  OSLog                            = {};
  OpenAL                           = {};
  OpenCL                           = { inherit IOSurface OpenGL; };
  OpenDirectory                    = {};
  OpenGL                           = {};
  PCIDriverKit                     = {};
  PCSC                             = { inherit CoreData; };
  PDFKit                           = {};
  ParavirtualizedGraphics          = {};
  PassKit                          = { inherit PassKitCore; };
  PencilKit                        = {};
  Photos                           = {};
  PhotosUI                         = {};
  PreferencePanes                  = {};
  PushKit                          = {};
  Python                           = {};
  QTKit                            = { inherit CoreMedia CoreMediaIO MediaToolbox VideoToolbox; };
  Quartz                           = { inherit QTKit QuartzCore QuickLook PDFKit; };
  QuartzCore                       = { inherit ApplicationServices CoreImage CoreVideo Metal OpenCL libobjc; };
  QuickLook                        = { inherit ApplicationServices; };
  QuickLookThumbnailing            = {};
  RealityKit                       = {};
  ReplayKit                        = {};
  Ruby                             = {};
  SafariServices                   = {};
  SceneKit                         = {};
  ScreenSaver                      = {};
  ScreenTime                       = {};
  ScriptingBridge                  = {};
  Security                         = { inherit IOKit libDER; };
  SecurityFoundation               = { inherit Security; };
  SecurityInterface                = { inherit Security SecurityFoundation; };
  SensorKit                        = {};
  ServiceManagement                = { inherit Security; };
  Social                           = {};
  SoundAnalysis                    = {};
  Speech                           = {};
  SpriteKit                        = {};
  StoreKit                         = {};
  SwiftUI                          = {};
  SyncServices                     = {};
  System                           = {};
  SystemConfiguration              = { inherit Security; };
  SystemExtensions                 = {};
  TWAIN                            = { inherit Carbon; };
  Tcl                              = {};
  Tk                               = {};
  USBDriverKit                     = {};
  UniformTypeIdentifiers           = {};
  UserNotifications                = {};
  UserNotificationsUI              = {};
  VideoDecodeAcceleration          = { inherit CoreVideo; };
  VideoSubscriberAccount           = {};
  VideoToolbox                     = { inherit CoreMedia CoreVideo; };
  Virtualization                   = {};
  Vision                           = {};
  WebKit                           = { inherit ApplicationServices Carbon JavaScriptCore OpenGL libobjc; };
  WidgetKit                        = {};
  iTunesLibrary                    = {};
  vmnet                            = {};
}