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