X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/3b56ad6b79c967ddbd4a0e31f92dc3e6cef3961e..afb191091d343a5b396de690cd1432fca238adc9:/SystemConfiguration.fproj/Modules/SystemConfiguration.modulemap diff --git a/SystemConfiguration.fproj/Modules/SystemConfiguration.modulemap b/SystemConfiguration.fproj/Modules/SystemConfiguration.modulemap new file mode 100644 index 0000000..2ddaf4b --- /dev/null +++ b/SystemConfiguration.fproj/Modules/SystemConfiguration.modulemap @@ -0,0 +1,21 @@ +framework module SystemConfiguration [extern_c] [system] { + umbrella header "SystemConfiguration.h" + + export * + module * { export * } + + explicit module CaptiveNetwork { + header "CaptiveNetwork.h" + export * + } + + explicit module DHCPClientPreferences { + header "DHCPClientPreferences.h" + export * + } + + explicit module SCDynamicStoreCopyDHCPInfo { + header "SCDynamicStoreCopyDHCPInfo.h" + export * + } +}