]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/testkext/testthreadcall-Info.plist
xnu-3789.41.3.tar.gz
[apple/xnu.git] / tools / tests / testkext / testthreadcall-Info.plist
index e33642e9b23f0a8f6f7ec510de69bece8b14e268..3e069f3b9ea15740aa46dee68e96cc4b6b8a9b05 100644 (file)
@@ -2,12 +2,14 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+       <key>NSHumanReadableCopyright</key>
+       <string>Copyright © 2015 Apple Inc. All rights reserved.</string>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
        <string>${EXECUTABLE_NAME}</string>
        <key>CFBundleIdentifier</key>
-       <string>com.yourcompany.driver.${PRODUCT_NAME:rfc1034identifier}</string>
+       <string>com.apple.driver.${PRODUCT_NAME:rfc1034identifier}</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>
@@ -23,7 +25,7 @@
                 <key>testthreadcall</key>
                 <dict>
                         <key>CFBundleIdentifier</key>
-                        <string>com.yourcompany.driver.${PRODUCT_NAME:identifier}</string>
+                        <string>com.apple.driver.${PRODUCT_NAME:identifier}</string>
                         <key>IOClass</key>
                         <string>testthreadcall</string>
                         <key>IOMatchCategory</key>
@@ -42,6 +44,8 @@
                <string>11.0</string>
                <key>com.apple.kpi.mach</key>
                <string>11.0</string>
+               <key>com.apple.kpi.private</key>
+               <string>11.0</string>
        </dict>
 </dict>
 </plist>