]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/Modules/SystemConfiguration.modulemap
configd-1061.0.2.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / Modules / SystemConfiguration.modulemap
diff --git a/SystemConfiguration.fproj/Modules/SystemConfiguration.modulemap b/SystemConfiguration.fproj/Modules/SystemConfiguration.modulemap
new file mode 100644 (file)
index 0000000..2ddaf4b
--- /dev/null
@@ -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 *
+  }
+}