xref: /xnu-10002.81.5/libkdd/kdd.framework/module.modulemap (revision 5e3eaea39dcf651e66cb99ba7d70e32cc4a99587)
1*5e3eaea3SApple OSS Distributionsframework module kdd {
2*5e3eaea3SApple OSS Distributions    header "kcdata.h"
3*5e3eaea3SApple OSS Distributions    module kdd_kdd {
4*5e3eaea3SApple OSS Distributions        requires objc
5*5e3eaea3SApple OSS Distributions        header "kdd.h"
6*5e3eaea3SApple OSS Distributions    }
7*5e3eaea3SApple OSS Distributions}
8