dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / auxkc-kext-bind-to-kernel-codeless-kext / SymbolSets.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>SymbolsSets</key>
6         <array>
7                 <dict>
8                         <key>CFBundleIdentifier</key>
9                         <string>com.apple.bar</string>
10                         <key>CFBundleVersion</key>
11                         <string>###KERNEL_VERSION_LONG###</string>
12                         <key>OSBundleCompatibleVersion</key>
13                         <string>8.0.0b1</string>
14                         <key>Symbols</key>
15                         <array>
16                                 <dict>
17                                         <key>SymbolName</key>
18                                         <string>_symbol_from_bar</string>
19                                         <key>AliasTarget</key>
20                                         <string>_symbol_from_xnu</string>
21                                 </dict>
22                         </array>
23                 </dict>
24         </array>
25 </dict>
26 </plist>