-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Kexts.plist
executable file
·55 lines (55 loc) · 1.55 KB
/
Kexts.plist
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppleGFXHDA</key>
<dict>
<key>Id</key>
<string>com.apple.driver.AppleGFXHDA</string>
<key>Paths</key>
<array>
<string>/System/Library/Extensions/AppleGFXHDA.kext/Contents/MacOS/AppleGFXHDA</string>
</array>
</dict>
<key>AppleHDA</key>
<dict>
<key>Detect</key>
<true/>
<key>Id</key>
<string>com.apple.driver.AppleHDA</string>
<key>Paths</key>
<array>
<string>/System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA</string>
</array>
<key>Reloadable</key>
<true/>
</dict>
<key>AppleHDAController</key>
<dict>
<key>Id</key>
<string>com.apple.driver.AppleHDAController</string>
<key>Paths</key>
<array>
<string>/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/MacOS/AppleHDAController</string>
</array>
</dict>
<key>AppleHDAPlatformDriver</key>
<dict>
<key>Id</key>
<string>com.apple.driver.AppleHDAPlatformDriver</string>
<key>Paths</key>
<array>
<string>/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAPlatformDriver.kext/Contents/MacOS/AppleHDAPlatformDriver</string>
</array>
</dict>
<key>IOHDAFamily</key>
<dict>
<key>Id</key>
<string>com.apple.iokit.IOHDAFamily</string>
<key>Paths</key>
<array>
<string>/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/IOHDAFamily.kext/Contents/MacOS/IOHDAFamily</string>
</array>
</dict>
</dict>
</plist>