Advertisement
Guest User

AirPortAtheros40.kext

a guest
Aug 6th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. #EREDETI
  2.  
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  5. <plist version="1.0">
  6. <dict>
  7. <key>BuildMachineOSBuild</key>
  8. <string>11C22</string>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>English</string>
  11. <key>CFBundleExecutable</key>
  12. <string>AirPortAtheros40</string>
  13. <key>CFBundleGetInfoString</key>
  14. <string>5.0.1, Copyright © 2006–2011 Apple Inc. All rights reserved.</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>com.apple.driver.AirPort.Atheros40</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>AirPortAtheros40</string>
  21. <key>CFBundlePackageType</key>
  22. <string>KEXT</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>5.0.1</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleVersion</key>
  28. <string>501.58.1</string>
  29. <key>DTCompiler</key>
  30. <string></string>
  31. <key>DTPlatformBuild</key>
  32. <string>11C22</string>
  33. <key>DTPlatformVersion</key>
  34. <string>GM</string>
  35. <key>DTSDKBuild</key>
  36. <string>11C22</string>
  37. <key>DTSDKName</key>
  38. <string></string>
  39. <key>DTXcode</key>
  40. <string>0410</string>
  41. <key>DTXcodeBuild</key>
  42. <string>11C22</string>
  43. <key>IOKitPersonalities</key>
  44. <dict>
  45. <key>Atheros Wireless LAN PCI</key>
  46. <dict>
  47. <key>CFBundleIdentifier</key>
  48. <string>com.apple.driver.AirPort.Atheros40</string>
  49. <key>IOClass</key>
  50. <string>AirPort_AtherosNewma40</string>
  51. <key>IOMatchCategory</key>
  52. <string>IODefaultMatchCategory</string>
  53. <key>IONameMatch</key>
  54. <array>
  55. <string>pci168c,30</string>
  56. <string>pci168c,2a</string>
  57. <string>pci168c,30a4</string>
  58. </array>
  59. <key>IOProbeScore</key>
  60. <integer>501</integer>
  61. <key>IOProviderClass</key>
  62. <string>IOPCIDevice</string>
  63. </dict>
  64. </dict>
  65. <key>OSBundleLibraries</key>
  66. <dict>
  67. <key>com.apple.iokit.IO80211Family</key>
  68. <string>400.0</string>
  69. <key>com.apple.iokit.IONetworkingFamily</key>
  70. <string>2.0</string>
  71. <key>com.apple.iokit.IOPCIFamily</key>
  72. <string>2.0</string>
  73. <key>com.apple.kpi.bsd</key>
  74. <string>11.0.0</string>
  75. <key>com.apple.kpi.iokit</key>
  76. <string>11.0.0</string>
  77. <key>com.apple.kpi.libkern</key>
  78. <string>11.0.0</string>
  79. <key>com.apple.kpi.mach</key>
  80. <string>11.0.0</string>
  81. <key>com.apple.kpi.unsupported</key>
  82. <string>11.0.0</string>
  83. </dict>
  84. </dict>
  85. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement