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