Sample Code

OSX Driver and Kext Samples/ SimpleUserClient/ SimpleUserClient/ Info-SimpleUserClient_10.4.plist/

<?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>SimpleDriver_10_4</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.dts.driver.SimpleDriver_10_4</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>SimpleDriver_10_4</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string></string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>2.0</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>SimpleUserClient</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.dts.driver.SimpleDriver_10_4</string>
			<key>IOClass</key>
			<string>com_apple_dts_driver_SimpleDriver_10_4</string>
#if DEBUG
			<key>IOKitDebug</key>
			<integer>65535</integer>
#endif
			<key>IOMatchCategory</key>
			<string>com_apple_dts_driver_SimpleDriver</string>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
			<key>IOUserClientClass</key>
			<string>com_apple_dts_driver_SimpleUserClient_10_4</string>
		</dict>
	</dict>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.kpi.iokit</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.0.0</string>
	</dict>
</dict>
</plist>

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS