xref: /xnu-11417.101.15/libkern/kmod/libkmodtest/libkmodtest-Info.plist (revision e3723e1f17661b24996789d8afc084c0c3303b26)
1*e3723e1fSApple OSS Distributions<?xml version="1.0" encoding="UTF-8"?>
2*e3723e1fSApple OSS Distributions<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*e3723e1fSApple OSS Distributions<plist version="1.0">
4*e3723e1fSApple OSS Distributions<dict>
5*e3723e1fSApple OSS Distributions	<key>CFBundleDevelopmentRegion</key>
6*e3723e1fSApple OSS Distributions	<string>English</string>
7*e3723e1fSApple OSS Distributions	<key>CFBundleExecutable</key>
8*e3723e1fSApple OSS Distributions	<string>${EXECUTABLE_NAME}</string>
9*e3723e1fSApple OSS Distributions	<key>CFBundleIconFile</key>
10*e3723e1fSApple OSS Distributions	<string></string>
11*e3723e1fSApple OSS Distributions	<key>CFBundleIdentifier</key>
12*e3723e1fSApple OSS Distributions	<string>com.apple.driver.${PRODUCT_NAME:rfc1034identifier}</string>
13*e3723e1fSApple OSS Distributions	<key>CFBundleInfoDictionaryVersion</key>
14*e3723e1fSApple OSS Distributions	<string>6.0</string>
15*e3723e1fSApple OSS Distributions	<key>CFBundleName</key>
16*e3723e1fSApple OSS Distributions	<string>${PRODUCT_NAME}</string>
17*e3723e1fSApple OSS Distributions	<key>CFBundlePackageType</key>
18*e3723e1fSApple OSS Distributions	<string>KEXT</string>
19*e3723e1fSApple OSS Distributions	<key>CFBundleShortVersionString</key>
20*e3723e1fSApple OSS Distributions	<string>1.0</string>
21*e3723e1fSApple OSS Distributions	<key>CFBundleSignature</key>
22*e3723e1fSApple OSS Distributions	<string>????</string>
23*e3723e1fSApple OSS Distributions	<key>CFBundleVersion</key>
24*e3723e1fSApple OSS Distributions	<string>1</string>
25*e3723e1fSApple OSS Distributions	<key>IOKitPersonalities</key>
26*e3723e1fSApple OSS Distributions	<dict>
27*e3723e1fSApple OSS Distributions		<key>testlibkmod</key>
28*e3723e1fSApple OSS Distributions		<dict>
29*e3723e1fSApple OSS Distributions			<key>CFBundleIdentifier</key>
30*e3723e1fSApple OSS Distributions			<string>com.apple.driver.${PRODUCT_NAME:rfc1034identifier}</string>
31*e3723e1fSApple OSS Distributions			<key>IOClass</key>
32*e3723e1fSApple OSS Distributions			<string>testlibkmod</string>
33*e3723e1fSApple OSS Distributions			<key>IOMatchCategory</key>
34*e3723e1fSApple OSS Distributions			<string>testlibkmod</string>
35*e3723e1fSApple OSS Distributions			<key>IOProviderClass</key>
36*e3723e1fSApple OSS Distributions			<string>IOResources</string>
37*e3723e1fSApple OSS Distributions			<key>IOResourceMatch</key>
38*e3723e1fSApple OSS Distributions			<string>IOKit</string>
39*e3723e1fSApple OSS Distributions		</dict>
40*e3723e1fSApple OSS Distributions	</dict>
41*e3723e1fSApple OSS Distributions	<key>NSHumanReadableCopyright</key>
42*e3723e1fSApple OSS Distributions	<string>Copyright © 2011 Apple, Inc. All rights reserved.</string>
43*e3723e1fSApple OSS Distributions	<key>OSBundleLibraries</key>
44*e3723e1fSApple OSS Distributions	<dict>
45*e3723e1fSApple OSS Distributions		<key>com.apple.kpi.iokit</key>
46*e3723e1fSApple OSS Distributions		<string>11.0</string>
47*e3723e1fSApple OSS Distributions		<key>com.apple.kpi.libkern</key>
48*e3723e1fSApple OSS Distributions		<string>11.0</string>
49*e3723e1fSApple OSS Distributions	</dict>
50*e3723e1fSApple OSS Distributions</dict>
51*e3723e1fSApple OSS Distributions</plist>
52