You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
759 B
45 lines
759 B
9 years ago
|
framework module Security [extern_c] {
|
||
|
umbrella header "Security.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 *
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|