1# Generated file; do not modify. 2generated_sources += custom_target( 3 'xyz/openbmc_project/Sensor/Threshold__cpp'.underscorify(), 4 input: [ '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold.errors.yaml', ], 5 output: [ 'error.cpp', 'error.hpp', ], 6 command: [ 7 sdbuspp_gen_meson_prog, '--command', 'cpp', 8 '--output', meson.current_build_dir(), 9 '--tool', sdbusplusplus_prog, 10 '--directory', meson.current_source_dir() / '../../../../../yaml', 11 'xyz/openbmc_project/Sensor/Threshold', 12 ], 13) 14 15subdir('Critical') 16generated_others += custom_target( 17 'xyz/openbmc_project/Sensor/Threshold/Critical__markdown'.underscorify(), 18 input: [ '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml', ], 19 output: [ 'Critical.md' ], 20 command: [ 21 sdbuspp_gen_meson_prog, '--command', 'markdown', 22 '--output', meson.current_build_dir(), 23 '--tool', sdbusplusplus_prog, 24 '--directory', meson.current_source_dir() / '../../../../../yaml', 25 'xyz/openbmc_project/Sensor/Threshold/Critical', 26 ], 27) 28 29subdir('HardShutdown') 30generated_others += custom_target( 31 'xyz/openbmc_project/Sensor/Threshold/HardShutdown__markdown'.underscorify(), 32 input: [ '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml', ], 33 output: [ 'HardShutdown.md' ], 34 command: [ 35 sdbuspp_gen_meson_prog, '--command', 'markdown', 36 '--output', meson.current_build_dir(), 37 '--tool', sdbusplusplus_prog, 38 '--directory', meson.current_source_dir() / '../../../../../yaml', 39 'xyz/openbmc_project/Sensor/Threshold/HardShutdown', 40 ], 41) 42 43subdir('PerformanceLoss') 44generated_others += custom_target( 45 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss__markdown'.underscorify(), 46 input: [ '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml', ], 47 output: [ 'PerformanceLoss.md' ], 48 command: [ 49 sdbuspp_gen_meson_prog, '--command', 'markdown', 50 '--output', meson.current_build_dir(), 51 '--tool', sdbusplusplus_prog, 52 '--directory', meson.current_source_dir() / '../../../../../yaml', 53 'xyz/openbmc_project/Sensor/Threshold/PerformanceLoss', 54 ], 55) 56 57subdir('SoftShutdown') 58generated_others += custom_target( 59 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown__markdown'.underscorify(), 60 input: [ '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml', ], 61 output: [ 'SoftShutdown.md' ], 62 command: [ 63 sdbuspp_gen_meson_prog, '--command', 'markdown', 64 '--output', meson.current_build_dir(), 65 '--tool', sdbusplusplus_prog, 66 '--directory', meson.current_source_dir() / '../../../../../yaml', 67 'xyz/openbmc_project/Sensor/Threshold/SoftShutdown', 68 ], 69) 70 71subdir('Warning') 72generated_others += custom_target( 73 'xyz/openbmc_project/Sensor/Threshold/Warning__markdown'.underscorify(), 74 input: [ '../../../../../yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml', ], 75 output: [ 'Warning.md' ], 76 command: [ 77 sdbuspp_gen_meson_prog, '--command', 'markdown', 78 '--output', meson.current_build_dir(), 79 '--tool', sdbusplusplus_prog, 80 '--directory', meson.current_source_dir() / '../../../../../yaml', 81 'xyz/openbmc_project/Sensor/Threshold/Warning', 82 ], 83) 84 85