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