AppleUSBUHCI.plist   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>AppleUSBUHCI</string>
	<key>CFBundleGetInfoString</key>
	<string>APPLEUSBUHCI_VERSION, Copyright © 2004-2007 Apple Inc. All Rights Reserved.</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.driver.AppleUSBUHCI</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>I/O Kit Driver for USB UHCI Controllers</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>APPLEUSBUHCI_SHORTVERSION</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>APPLEUSBUHCI_VERSION</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>AppleUSBUHCI</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.driver.AppleUSBUHCI</string>
			<key>IOClass</key>
			<string>AppleUSBUHCI</string>
			<key>IOPCIClassMatch</key>
			<string>0x0C030000</string>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOUserClientClass</key>
			<string>IOUSBControllerUserClient</string>
		</dict>
	</dict>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>1.3</string>
		<key>com.apple.iokit.IOUSBFamily</key>
		<string>3.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>9.0.0d7</string>
		<key>com.apple.kpi.libkern</key>
		<string>9.0.0d7</string>
		<key>com.apple.kpi.iokit</key>
		<string>9.0.0d7</string>
		<key>com.apple.kpi.unsupported</key>
		<string>9.0.0d7</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Root</string>
</dict>
</plist>