| 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>
|
|
|