Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: tpmd_dev/darwin/Info.plist

Issue 660204: Upgrade to tpm-emulator version 0.7. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tpmd_dev/darwin/English.lproj/InfoPlist.strings ('k') | tpmd_dev/darwin/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tpmd_dev/darwin/Info.plist
diff --git a/tpmd_dev/darwin/Info.plist b/tpmd_dev/darwin/Info.plist
new file mode 100644
index 0000000000000000000000000000000000000000..22791eaf2955cc96afabfcaa7d7fcea284ccfe04
--- /dev/null
+++ b/tpmd_dev/darwin/Info.plist
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//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>tpm_bridge</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.osxbook.kext.tpm_bridge</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>TPM Emulator Bridge</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0.0d1</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>© Amit Singh, 2009-2010</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>com.apple.kpi.bsd</key>
+ <string>9.0.0</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>9.0.0</string>
+ </dict>
+</dict>
+</plist>
« no previous file with comments | « tpmd_dev/darwin/English.lproj/InfoPlist.strings ('k') | tpmd_dev/darwin/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698