Sample Code

OSX Driver and Kext Samples/ SCSIHBAEmulator/ SCSIHBAEmulator/ Info.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>${EXECUTABLE_NAME}</string>
	<key>CFBundleName</key>
	<string>${PRODUCT_NAME}</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.dts.driver.SCSI_HBA_Emulator</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0.0d1</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>SCSI HBA Emulator</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.dts.driver.SCSI_HBA_Emulator</string>
			<key>IOClass</key>
			<string>com_apple_dts_SCSIEmulatorAdapter</string>
			<key>IOProviderClass</key>
			<string>com_apple_dts_SCSIEmulatorAdapterNub</string>
			<key>Protocol Characteristics</key>
			<dict>
				<key>Physical Interconnect</key>
				<string>Virtual Interface</string>
				<key>Physical Interconnect Location</key>
				<string>RAM</string>
			</dict>
			<key>IOMediaIcon</key>
			<dict>
				<key>IOBundleResourceFile</key>
				<string>Floppy.icns</string>
				<key>CFBundleIdentifier</key>
				<string>com.apple.dts.driver.SCSI_HBA_Emulator</string>
			</dict>
		</dict>
		<key>Emulator IOKit Loader</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.dts.driver.SCSI_HBA_Emulator</string>
			<key>IOClass</key>
			<string>com_apple_dts_SCSIEmulatorIOKitDriver</string>
			<key>IOMatchCategory</key>
			<string>com_apple_dts_SCSIEmulatorIOKitDriver</string>
			<key>IOMaximumByteCountRead</key>
			<integer>65536</integer>
			<key>IOMaximumByteCountWrite</key>
			<integer>65536</integer>
			<key>IOProviderClass</key>
			<string>IOResources</string>
			<key>IOResourceMatch</key>
			<string>IOKit</string>
		</dict>
	</dict>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOSCSIParallelFamily</key>
		<string>1.2.0</string>
		<key>com.apple.kernel.iokit</key>
		<string>6.9.9</string>
		<key>com.apple.kernel.libkern</key>
		<string>6.9.9</string>
		<key>com.apple.kernel.mach</key>
		<string>6.9.9</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