]> git.saurik.com Git - apple/security.git/blobdiff - Modules/Security.macOS.modulemap
Security-57740.1.18.tar.gz
[apple/security.git] / Modules / Security.macOS.modulemap
diff --git a/Modules/Security.macOS.modulemap b/Modules/Security.macOS.modulemap
new file mode 100644 (file)
index 0000000..d7b5dd1
--- /dev/null
@@ -0,0 +1,48 @@
+framework module Security [extern_c] {
+  umbrella header "Security.h"
+  header "SecurityFeatures.h"
+
+  export *
+  module * { 
+    export *
+  }
+
+
+  explicit module AuthorizationPlugin { 
+    header "AuthorizationPlugin.h" 
+    export *
+  }
+  explicit module AuthSession { 
+    header "AuthSession.h" 
+    export *
+  }
+  explicit module CodeSigning { 
+    header "CodeSigning.h" 
+    export *
+  }
+  explicit module eisl { 
+    header "eisl.h" 
+    export *
+  }
+  explicit module SecAsn1Coder { 
+    header "SecAsn1Coder.h" 
+    export *
+  }
+  explicit module SecAsn1Templates { 
+    header "SecAsn1Templates.h" 
+    export *
+  }
+  explicit module SecureDownload { 
+    header "SecureDownload.h" 
+    export *
+  }
+  explicit module SecRandom { 
+    header "SecRandom.h" 
+    export *
+  }
+  explicit module SecureTransport {
+      header "SecureTransport.h"
+      export *
+  }
+}
+