summaryrefslogtreecommitdiffstats
path: root/rules/mico.in
blob: 9d27f9fc81919281c51824854371812962a1790b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# configuration for mico

menuconfig MICO
	tristate
	depends on BROKEN
	select HOST_MICO
	prompt "mico                          "
	help
	  MICO is a CORBA ORB. See http://www.mico.com for details.

if MICO

config MICO_THREAD
	bool
	default y
	prompt "multithreading support"
	depends on !MICO_WIRELESS
	depends on !MICO_SERVICE_STREAM
	depends on !MICO_SERVICE_RELSHIP
	depends on !MICO_SERVICE_EXTERNALIZATION
	depends on !MICO_SERVICE_LIFECYCLE
	depends on !MICO_SERVICE_TRADER
	depends on !MICO_CCM
	help
	  Add support for multithreading. This feature does not work
	  when the wireless support is enabled.

comment "no multithreading with wireless, stream, relship, externalization, lifecycle, trader and ccm"
	depends on MICO_WIRELESS||MICO_SERVICE_STREAM||MICO_SERVICE_RELSHIP||MICO_SERVICE_EXTERNALIZATION||MICO_SERVICE_LIFECYCLE||MICO_SERVICE_TRADER||MICO_CCM

config MICO_CCM
	bool
	prompt "build CCM-specific parts"
	help
	  FIXME: This feature needs documentation.

config MICO_COSS
	bool
	default y
	prompt "use MICO COSS [BROKEN]"
	depends on BROKEN
	help
	  FIXME: This feature needs documentation.

config MICO_CSL2
	bool
	prompt "CORBASec Level 2 [BROKEN]"
	depends on BROKEN
	help
	  FIXME: This feature needs documentation.

config MICO_CSIV2
	bool
	default y
	prompt "CSIv2"
	help
	  FIXME: This feature needs documentation.

comment "Services"

config MICO_SERVICE_NAMING
	bool
	default y
	prompt "Naming Service"
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_RELSHIP
	bool
	prompt "Relationship Service"
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_EVENTS
	bool
	default y
	prompt "Event Service"
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_STREAM
	bool
	prompt "Stream Service"
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_PROPERTY
	bool
	default y
	prompt "Property Service"
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_TRADER
	bool
	prompt "Trading Service [BROKEN]"
	depends on BROKEN
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_TIME
	bool
	default y
	prompt "Time Service"
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_LIFECYCLE
	bool
	prompt "Lifecycle Service"
	help
	  FIXME: This feature needs documentation.

config MICO_SERVICE_EXTERNALIZATION
	bool
	prompt "Externalization Service"
	help
	  FIXME: This feature needs documentation.

comment "Wireless"

config MICO_WIRELESS
	bool
	prompt "Wireless CORBA Support"
	help
	  FIXME: This feature needs documentation.

endif

config MICO_WIRELESS_HOME
	bool
	depends on MICO_WIRELESS
	prompt "Home Location Agent"
	help
	  FIXME: This feature needs documentation.

config MICO_WIRELESS_TERMINAL
	bool
	depends on MICO_WIRELESS
	prompt "Wireless CORBA for Terminals"
	help
	  FIXME: This feature needs documentation.

config MICO_WIRELESS_ACCESS
	bool
	prompt "Wireless CORBA Access Bridge"
	depends on MICO_WIRELESS
	help
	  FIXME: This feature needs documentation.

if MICO

comment "Other Features"

config MICO_REPO
	bool
	prompt "Use gcc's template repository"
	help
	  FIXME: This feature needs documentation.

comment "Build Options"

config MICO_MINI
	bool
	prompt "build minimum CORBA ORB only"
	help
	  FIXME: This feature needs documentation.

comment "Install Options"

config MICO_LIBMICOAUX
	bool
	prompt "libmicoaux"
	help
	  Install libmicoaux.so on target.

config MICO_LIBMICOCOSS
	bool
	depends on BROKEN
	prompt "libmicocoss [BROKEN]"
	help
	  Install libmicocoss.so on target.

config MICO_LIBMICOIR
	bool
	prompt "libmicoir"
	help
	  Install libmicoir.so on target.

config MICO_LIBMICO
	bool
	prompt "libmico"
	help
	  Install libmico.so on target.

endif