Commit | Line | Data |
---|---|---|
d64be36e | 1 | framework module Security [extern_c][system] { |
fa7225c8 | 2 | umbrella header "Security.h" |
fa7225c8 A |
3 | |
4 | export * | |
5 | module * { | |
6 | export * | |
7 | } | |
8 | ||
9 | ||
10 | explicit module AuthorizationPlugin { | |
11 | header "AuthorizationPlugin.h" | |
12 | export * | |
13 | } | |
14 | explicit module AuthSession { | |
15 | header "AuthSession.h" | |
16 | export * | |
17 | } | |
18 | explicit module CodeSigning { | |
19 | header "CodeSigning.h" | |
20 | export * | |
21 | } | |
22 | explicit module eisl { | |
23 | header "eisl.h" | |
24 | export * | |
25 | } | |
26 | explicit module SecAsn1Coder { | |
27 | header "SecAsn1Coder.h" | |
28 | export * | |
29 | } | |
30 | explicit module SecAsn1Templates { | |
31 | header "SecAsn1Templates.h" | |
32 | export * | |
33 | } | |
34 | explicit module SecureDownload { | |
35 | header "SecureDownload.h" | |
36 | export * | |
37 | } | |
38 | explicit module SecRandom { | |
39 | header "SecRandom.h" | |
40 | export * | |
41 | } | |
42 | explicit module SecureTransport { | |
43 | header "SecureTransport.h" | |
44 | export * | |
45 | } | |
46 | } | |
47 |