Fix radio plugin runtime
[src/app-framework-binder.git] / nbproject / configurations.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <configurationDescriptor version="97">
3   <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
4     <df root="." name="0">
5       <df name="plugins">
6         <df name="audio">
7           <in>audio-api.c</in>
8         </df>
9         <df name="radio">
10           <in>radio-api.c</in>
11           <in>radio-rtlsdr.c</in>
12         </df>
13         <df name="samples">
14           <in>HelloWorld.c</in>
15         </df>
16         <df name="session">
17           <in>token-api.c</in>
18         </df>
19       </df>
20       <df name="src">
21         <in>afbs-api.c</in>
22         <in>alsa-api.c</in>
23         <in>config.c</in>
24         <in>dbus-api.c</in>
25         <in>http-svc.c</in>
26         <in>main.c</in>
27         <in>radio-api.c</in>
28         <in>rest-api.c</in>
29         <in>session.c</in>
30       </df>
31     </df>
32     <df root="." name="1">
33     </df>
34     <logicalFolder name="ExternalFiles"
35                    displayName="Important Files"
36                    projectFiles="false"
37                    kind="IMPORTANT_FILES_FOLDER">
38       <itemPath>CMakeLists.txt</itemPath>
39       <itemPath>build/Makefile</itemPath>
40       <itemPath>nbproject/private/launcher.properties</itemPath>
41     </logicalFolder>
42     <logicalFolder name="ExternalFiles"
43                    displayName="Important Files"
44                    projectFiles="false"
45                    kind="IMPORTANT_FILES_FOLDER">
46       <itemPath>CMakeLists.txt</itemPath>
47       <itemPath>build/Makefile</itemPath>
48       <itemPath>nbproject/private/launcher.properties</itemPath>
49     </logicalFolder>
50   </logicalFolder>
51   <sourceFolderFilter>^(nbproject)$</sourceFolderFilter>
52   <sourceRootList>
53     <Elem>.</Elem>
54     <Elem>.</Elem>
55   </sourceRootList>
56   <projectmakefile>build/Makefile</projectmakefile>
57   <confs>
58     <conf name="Default" type="0">
59       <toolsSet>
60         <compilerSet>default</compilerSet>
61         <dependencyChecking>false</dependencyChecking>
62         <rebuildPropChanged>false</rebuildPropChanged>
63       </toolsSet>
64       <flagsDictionary>
65         <element flagsID="0" commonFlags="-fPIE"/>
66         <element flagsID="1" commonFlags="-mtune=generic -march=x86-64 -fPIC"/>
67       </flagsDictionary>
68       <codeAssistance>
69       </codeAssistance>
70       <makefileType>
71         <makeTool>
72           <buildCommandWorkingDir>build</buildCommandWorkingDir>
73           <buildCommand>${MAKE} -f Makefile</buildCommand>
74           <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
75           <executablePath>build/afb-daemon</executablePath>
76           <cTool flags="1">
77           </cTool>
78         </makeTool>
79         <preBuild>
80           <preBuildCommandWorkingDir>build</preBuildCommandWorkingDir>
81           <preBuildCommand>cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_C_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_CXX_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..</preBuildCommand>
82           <preBuildFirst>true</preBuildFirst>
83         </preBuild>
84       </makefileType>
85       <folder path="0/plugins">
86         <cTool>
87           <incDir>
88             <pElem>include</pElem>
89             <pElem>/usr/include/json-c</pElem>
90             <pElem>/usr/include/libusb-1.0</pElem>
91             <pElem>build/plugins</pElem>
92           </incDir>
93         </cTool>
94       </folder>
95       <folder path="0/plugins/audio">
96         <cTool>
97           <incDir>
98             <pElem>plugins/audio</pElem>
99             <pElem>/usr/include/uuid</pElem>
100           </incDir>
101         </cTool>
102       </folder>
103       <folder path="0/plugins/radio">
104         <cTool>
105           <incDir>
106             <pElem>plugins/radio</pElem>
107           </incDir>
108         </cTool>
109       </folder>
110       <folder path="0/plugins/samples">
111         <cTool>
112           <incDir>
113             <pElem>plugins/samples</pElem>
114             <pElem>/usr/include/uuid</pElem>
115           </incDir>
116         </cTool>
117       </folder>
118       <folder path="0/plugins/session">
119         <cTool>
120           <incDir>
121             <pElem>plugins/session</pElem>
122             <pElem>/usr/include/uuid</pElem>
123           </incDir>
124         </cTool>
125       </folder>
126       <item path="plugins/audio/audio-api.c" ex="false" tool="0" flavor2="2">
127         <cTool flags="1">
128         </cTool>
129       </item>
130       <item path="plugins/radio/radio-api.c" ex="false" tool="0" flavor2="2">
131         <cTool flags="1">
132           <incDir>
133             <pElem>/usr/include/json-c</pElem>
134             <pElem>include</pElem>
135             <pElem>/usr/include/uuid</pElem>
136             <pElem>build/plugins</pElem>
137           </incDir>
138         </cTool>
139       </item>
140       <item path="plugins/radio/radio-rtlsdr.c" ex="false" tool="0" flavor2="2">
141         <cTool flags="1">
142           <incDir>
143             <pElem>include</pElem>
144             <pElem>/usr/include/json-c</pElem>
145             <pElem>/usr/include/uuid</pElem>
146             <pElem>build/plugins</pElem>
147           </incDir>
148         </cTool>
149       </item>
150       <item path="plugins/samples/HelloWorld.c" ex="false" tool="0" flavor2="2">
151         <cTool flags="1">
152         </cTool>
153       </item>
154       <item path="plugins/session/token-api.c" ex="false" tool="0" flavor2="2">
155         <cTool flags="1">
156         </cTool>
157       </item>
158       <item path="src/afbs-api.c" ex="false" tool="0" flavor2="2">
159         <cTool flags="0">
160           <incDir>
161             <pElem>plugins/audio</pElem>
162             <pElem>/usr/include/json-c</pElem>
163             <pElem>include</pElem>
164             <pElem>/usr/include/uuid</pElem>
165             <pElem>build/plugins</pElem>
166             <pElem>plugins/samples</pElem>
167             <pElem>plugins/session</pElem>
168             <pElem>build/src</pElem>
169           </incDir>
170         </cTool>
171       </item>
172       <item path="src/alsa-api.c" ex="false" tool="0" flavor2="2">
173         <cTool flags="0">
174           <incDir>
175             <pElem>plugins/audio</pElem>
176             <pElem>/usr/include/json-c</pElem>
177             <pElem>include</pElem>
178             <pElem>/usr/include/uuid</pElem>
179             <pElem>build/plugins</pElem>
180             <pElem>plugins/samples</pElem>
181             <pElem>plugins/session</pElem>
182             <pElem>build/src</pElem>
183           </incDir>
184         </cTool>
185       </item>
186       <item path="src/config.c" ex="false" tool="0" flavor2="2">
187         <cTool flags="1">
188           <incDir>
189             <pElem>src</pElem>
190             <pElem>/usr/include/json-c</pElem>
191             <pElem>include</pElem>
192             <pElem>/usr/include/uuid</pElem>
193             <pElem>build/src</pElem>
194           </incDir>
195           <preprocessorList>
196             <Elem>HAVE_RADIO_PLUGIN=1</Elem>
197             <Elem>__PIC__=2</Elem>
198             <Elem>__REGISTER_PREFIX__=</Elem>
199             <Elem>__USER_LABEL_PREFIX__=</Elem>
200             <Elem>__pic__=2</Elem>
201           </preprocessorList>
202         </cTool>
203       </item>
204       <item path="src/dbus-api.c" ex="false" tool="0" flavor2="2">
205         <cTool flags="0">
206           <incDir>
207             <pElem>plugins/audio</pElem>
208             <pElem>/usr/include/json-c</pElem>
209             <pElem>include</pElem>
210             <pElem>/usr/include/uuid</pElem>
211             <pElem>build/plugins</pElem>
212             <pElem>plugins/samples</pElem>
213             <pElem>plugins/session</pElem>
214             <pElem>build/src</pElem>
215           </incDir>
216         </cTool>
217       </item>
218       <item path="src/http-svc.c" ex="false" tool="0" flavor2="2">
219         <cTool flags="1">
220           <incDir>
221             <pElem>src</pElem>
222             <pElem>/usr/include/json-c</pElem>
223             <pElem>include</pElem>
224             <pElem>/usr/include/uuid</pElem>
225             <pElem>build/src</pElem>
226           </incDir>
227           <preprocessorList>
228             <Elem>HAVE_RADIO_PLUGIN=1</Elem>
229             <Elem>__PIC__=2</Elem>
230             <Elem>__REGISTER_PREFIX__=</Elem>
231             <Elem>__USER_LABEL_PREFIX__=</Elem>
232             <Elem>__pic__=2</Elem>
233           </preprocessorList>
234         </cTool>
235       </item>
236       <item path="src/main.c" ex="false" tool="0" flavor2="2">
237         <cTool flags="1">
238           <incDir>
239             <pElem>src</pElem>
240             <pElem>/usr/include/json-c</pElem>
241             <pElem>include</pElem>
242             <pElem>/usr/include/uuid</pElem>
243             <pElem>build/src</pElem>
244           </incDir>
245           <preprocessorList>
246             <Elem>HAVE_RADIO_PLUGIN=1</Elem>
247             <Elem>__PIC__=2</Elem>
248             <Elem>__REGISTER_PREFIX__=</Elem>
249             <Elem>__USER_LABEL_PREFIX__=</Elem>
250             <Elem>__pic__=2</Elem>
251           </preprocessorList>
252         </cTool>
253       </item>
254       <item path="src/radio-api.c" ex="false" tool="0" flavor2="2">
255         <cTool flags="0">
256           <incDir>
257             <pElem>plugins/audio</pElem>
258             <pElem>/usr/include/json-c</pElem>
259             <pElem>include</pElem>
260             <pElem>/usr/include/uuid</pElem>
261             <pElem>build/plugins</pElem>
262             <pElem>plugins/samples</pElem>
263             <pElem>plugins/session</pElem>
264             <pElem>/usr/include/libusb-1.0</pElem>
265             <pElem>build/src</pElem>
266           </incDir>
267           <preprocessorList>
268             <Elem>WITH_RADIO_PLUGIN=1</Elem>
269           </preprocessorList>
270         </cTool>
271       </item>
272       <item path="src/rest-api.c" ex="false" tool="0" flavor2="2">
273         <cTool flags="1">
274           <incDir>
275             <pElem>src</pElem>
276             <pElem>/usr/include/json-c</pElem>
277             <pElem>include</pElem>
278             <pElem>/usr/include/uuid</pElem>
279             <pElem>build/src</pElem>
280           </incDir>
281           <preprocessorList>
282             <Elem>HAVE_RADIO_PLUGIN=1</Elem>
283             <Elem>__PIC__=2</Elem>
284             <Elem>__REGISTER_PREFIX__=</Elem>
285             <Elem>__USER_LABEL_PREFIX__=</Elem>
286             <Elem>__pic__=2</Elem>
287           </preprocessorList>
288         </cTool>
289       </item>
290       <item path="src/session.c" ex="false" tool="0" flavor2="2">
291         <cTool flags="1">
292           <incDir>
293             <pElem>src</pElem>
294             <pElem>/usr/include/json-c</pElem>
295             <pElem>/usr/include/uuid</pElem>
296             <pElem>include</pElem>
297             <pElem>build/src</pElem>
298           </incDir>
299           <preprocessorList>
300             <Elem>HAVE_RADIO_PLUGIN=1</Elem>
301             <Elem>__PIC__=2</Elem>
302             <Elem>__REGISTER_PREFIX__=</Elem>
303             <Elem>__USER_LABEL_PREFIX__=</Elem>
304             <Elem>__pic__=2</Elem>
305           </preprocessorList>
306         </cTool>
307       </item>
308     </conf>
309   </confs>
310 </configurationDescriptor>