X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/ce3c8656732c924baf7e88df75eab50891bdc471..fa7225c82381bac4432a6edf16f53b5370238d85:/Modules/Security.macOS.modulemap diff --git a/Modules/Security.macOS.modulemap b/Modules/Security.macOS.modulemap new file mode 100644 index 00000000..d7b5dd1c --- /dev/null +++ b/Modules/Security.macOS.modulemap @@ -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 * + } +} +