Lines Matching +full:meson +full:- +full:log
1 # SPDX-License-Identifier: Apache-2.0
4 'phosphor-debug-collector',
14 license: 'Apache-2.0',
17 cpp = meson.get_compiler('cpp')
30 sdbuspp_gen_meson_prog = find_program('sdbus++-gen-meson')
33 phosphor_dbus_interfaces_dep = dependency('phosphor-dbus-interfaces')
34 phosphor_logging_dep = dependency('phosphor-logging')
36 # nlohmann-json dependency
63 add_project_arguments('-U_FORTIFY_SOURCE', language: ['cpp', 'c'])
124 description: 'The log manager DBus object path',
143 get_option('jffs-workaround').allowed(),
149 description: 'The Fault Log dump entry DBus object path',
154 description: 'The Fault Log Dump manager Dbus path',
170 description: 'The system dump manager D-Bus path',
175 description: 'The system dump entry D-Bus object path',
181 description: 'The resource dump manager D-Bus path',
186 description: 'The resource dump entry D-Bus object path',
190 add_project_arguments('-DPLDM_HAS_POLL=1', language: 'cpp')
213 concatenate_command += meson.project_build_root() + '/' + yaml_file.get(
218 concatenate_command += '> ' + meson.project_build_root() + '/' + combined_yaml_file
219 run_command('sh', '-c', concatenate_command, check: true)
222 map_gen_file_loc = meson.project_source_root()
230 '-i',
231 meson.project_build_root() + '/' + combined_yaml_file,
232 '-j',
234 '-t',
236 '-o',
242 meson.project_build_root() + '/' + combined_yaml_file,
253 '-i',
254 meson.project_build_root() + '/' + combined_yaml_file,
255 '-j',
257 '-t',
259 '-o',
265 meson.project_build_root() + '/' + combined_yaml_file,
304 subdir('host-transport-extensions')
307 subdir('dump-extensions')
347 'phosphor-dump-manager',
354 'phosphor-dump-monitor',
361 'phosphor-ramoops-monitor',
376 install_dir: get_option('libexecdir') / 'phosphor-debug-collector',