]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/c++/Tests/TestSerialization/test2.kmodproj/CustomInfo.xml
xnu-517.tar.gz
[apple/xnu.git] / libkern / c++ / Tests / TestSerialization / test2.kmodproj / CustomInfo.xml
diff --git a/libkern/c++/Tests/TestSerialization/test2.kmodproj/CustomInfo.xml b/libkern/c++/Tests/TestSerialization/test2.kmodproj/CustomInfo.xml
deleted file mode 100755 (executable)
index b7e7e27..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
-<dict>
-    <key>Module</key>
-    <dict>
-        <key>Version</key>
-            <string>0.1</string>
-        <key>Name</key>
-            <string>test2</string>
-        <key>File</key>
-            <string>test2</string>
-        <key>Initialize</key>
-            <string>test2_start</string>
-        <key>Finalize</key>
-            <string>test2_stop</string>
-        <key>Target</key>
-            <string>Kernel</string>
-        <key>Format</key>
-            <string>mach-o</string>
-    </dict>
-</dict>
-</plist>
-