]> git.saurik.com Git - apple/xnu.git/blame - libkdd/kdd.framework/module.modulemap
xnu-7195.101.1.tar.gz
[apple/xnu.git] / libkdd / kdd.framework / module.modulemap
CommitLineData
a39ff7e2
A
1framework module kdd {
2 header "kcdata.h"
3 module kdd_kdd {
4 requires objc
5 header "kdd.h"
6 }
7}