--- /dev/null
+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 *
+ }
+}
+