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