blob: 88225110edab2a098a73506d74f4ed59006b84d2 [file] [log] [blame]
# Generated file; do not modify.
subdir('Inventory')
generated_others += custom_target(
'xyz/openbmc_project/State/Shutdown/Inventory__markdown'.underscorify(),
input: [ meson.project_source_root() / 'xyz/openbmc_project/State/Shutdown/Inventory.errors.yaml', ],
output: [ 'Inventory.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.project_source_root(),
'xyz/openbmc_project/State/Shutdown/Inventory',
],
build_by_default: true,
)
subdir('Power')
generated_others += custom_target(
'xyz/openbmc_project/State/Shutdown/Power__markdown'.underscorify(),
input: [ meson.project_source_root() / 'xyz/openbmc_project/State/Shutdown/Power.errors.yaml', ],
output: [ 'Power.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.project_source_root(),
'xyz/openbmc_project/State/Shutdown/Power',
],
build_by_default: true,
)
subdir('ThermalEvent')
generated_others += custom_target(
'xyz/openbmc_project/State/Shutdown/ThermalEvent__markdown'.underscorify(),
input: [ meson.project_source_root() / 'xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml', ],
output: [ 'ThermalEvent.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.project_source_root(),
'xyz/openbmc_project/State/Shutdown/ThermalEvent',
],
build_by_default: true,
)