]> git.saurik.com Git - apple/configd.git/blob - SystemConfiguration.fproj/Modules/SystemConfiguration.private.modulemap
configd-1061.0.2.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / Modules / SystemConfiguration.private.modulemap
1 framework module SystemConfiguration_Private [extern_c] [system] {
2 umbrella header "SCPrivate.h"
3
4 export *
5 module * { export * }
6
7 explicit module SCDPlugin {
8 header "SCDPlugin.h"
9 export *
10 }
11
12 explicit module SCNetworkInterfaceProvider {
13 header "SCNetworkInterfaceProvider.h"
14 export *
15 }
16
17 explicit module SCDynamicStoreCopyDHCPInfo {
18 header "SCDynamicStoreCopyDHCPInfo.h"
19 export *
20 }
21
22 explicit module SCNetworkSignature {
23 header "SCNetworkSignature.h"
24 export *
25 }
26
27 explicit module SCNetworkSignaturePrivate {
28 header "SCNetworkSignaturePrivate.h"
29 export *
30 }
31
32 explicit module SCPreferencesPathKey {
33 header "SCPreferencesPathKey.h"
34 export *
35 }
36
37 explicit module SCValidation {
38 header "SCValidation.h"
39 export *
40 }
41
42 explicit module SNHelperPrivate {
43 header "SNHelperPrivate.h"
44 export *
45 }
46
47 explicit module VPNConfiguration {
48 header "VPNConfiguration.h"
49 export *
50 }
51
52 explicit module VPNFlow {
53 header "VPNFlow.h"
54 export *
55 }
56
57 explicit module VPNPrivate {
58 header "VPNPrivate.h"
59 export *
60 }
61
62 explicit module VPNTunnel {
63 header "VPNTunnel.h"
64 export *
65 }
66
67 explicit module VPNTunnelPrivate {
68 header "VPNTunnelPrivate.h"
69 export *
70 }
71
72 explicit module scprefs_observer {
73 header "scprefs_observer.h"
74 export *
75 }
76 }