]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/Modules/sc_modules.modulemap
configd-801.1.1.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / Modules / sc_modules.modulemap
diff --git a/SystemConfiguration.fproj/Modules/sc_modules.modulemap b/SystemConfiguration.fproj/Modules/sc_modules.modulemap
new file mode 100644 (file)
index 0000000..78d273c
--- /dev/null
@@ -0,0 +1,22 @@
+framework module SystemConfiguration [extern_c] {
+  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 *
+  }
+}
+