Loading...
libkdd/kdd.framework/module.modulemap /dev/null xnu-8020.121.3
--- /dev/null
+++ xnu/xnu-8020.121.3/libkdd/kdd.framework/module.modulemap
@@ -0,0 +1,7 @@
+framework module kdd {
+    header "kcdata.h"
+    module kdd_kdd {
+        requires objc
+        header "kdd.h"
+    }
+}