X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/3b56ad6b79c967ddbd4a0e31f92dc3e6cef3961e..afb191091d343a5b396de690cd1432fca238adc9:/SystemConfiguration.fproj/Modules/SystemConfiguration.private.modulemap diff --git a/SystemConfiguration.fproj/Modules/SystemConfiguration.private.modulemap b/SystemConfiguration.fproj/Modules/SystemConfiguration.private.modulemap new file mode 100644 index 0000000..c035276 --- /dev/null +++ b/SystemConfiguration.fproj/Modules/SystemConfiguration.private.modulemap @@ -0,0 +1,76 @@ +framework module SystemConfiguration_Private [extern_c] [system] { + umbrella header "SCPrivate.h" + + export * + module * { export * } + + explicit module SCDPlugin { + header "SCDPlugin.h" + export * + } + + explicit module SCNetworkInterfaceProvider { + header "SCNetworkInterfaceProvider.h" + export * + } + + explicit module SCDynamicStoreCopyDHCPInfo { + header "SCDynamicStoreCopyDHCPInfo.h" + export * + } + + explicit module SCNetworkSignature { + header "SCNetworkSignature.h" + export * + } + + explicit module SCNetworkSignaturePrivate { + header "SCNetworkSignaturePrivate.h" + export * + } + + explicit module SCPreferencesPathKey { + header "SCPreferencesPathKey.h" + export * + } + + explicit module SCValidation { + header "SCValidation.h" + export * + } + + explicit module SNHelperPrivate { + header "SNHelperPrivate.h" + export * + } + + explicit module VPNConfiguration { + header "VPNConfiguration.h" + export * + } + + explicit module VPNFlow { + header "VPNFlow.h" + export * + } + + explicit module VPNPrivate { + header "VPNPrivate.h" + export * + } + + explicit module VPNTunnel { + header "VPNTunnel.h" + export * + } + + explicit module VPNTunnelPrivate { + header "VPNTunnelPrivate.h" + export * + } + + explicit module scprefs_observer { + header "scprefs_observer.h" + export * + } +}