]> git.saurik.com Git - apple/xnu.git/blobdiff - libkdd/kdd.framework/module.modulemap
xnu-4570.51.1.tar.gz
[apple/xnu.git] / libkdd / kdd.framework / module.modulemap
diff --git a/libkdd/kdd.framework/module.modulemap b/libkdd/kdd.framework/module.modulemap
new file mode 100644 (file)
index 0000000..cda3d52
--- /dev/null
@@ -0,0 +1,7 @@
+framework module kdd {
+    header "kcdata.h"
+    module kdd_kdd {
+        requires objc
+        header "kdd.h"
+    }
+}