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