Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Report') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/Telemetry/Report__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 5 | input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', ], |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 6 | output: [ 'Report.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 11 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 12 | 'xyz/openbmc_project/Telemetry/Report', |
| 13 | ], |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 14 | ) |
| 15 | |
| 16 | subdir('ReportManager') |
| 17 | generated_others += custom_target( |
| 18 | 'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', ], |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 20 | output: [ 'ReportManager.md' ], |
| 21 | command: [ |
| 22 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 23 | '--output', meson.current_build_dir(), |
| 24 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 25 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 26 | 'xyz/openbmc_project/Telemetry/ReportManager', |
| 27 | ], |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 28 | ) |
| 29 | |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 30 | subdir('Trigger') |
| 31 | generated_others += custom_target( |
| 32 | 'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 33 | input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml', ], |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 34 | output: [ 'Trigger.md' ], |
| 35 | command: [ |
| 36 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 37 | '--output', meson.current_build_dir(), |
| 38 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 39 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 40 | 'xyz/openbmc_project/Telemetry/Trigger', |
| 41 | ], |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 42 | ) |
| 43 | |
| 44 | subdir('TriggerManager') |
| 45 | generated_others += custom_target( |
| 46 | 'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 47 | input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml', ], |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 48 | output: [ 'TriggerManager.md' ], |
| 49 | command: [ |
| 50 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 51 | '--output', meson.current_build_dir(), |
| 52 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 53 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 54 | 'xyz/openbmc_project/Telemetry/TriggerManager', |
| 55 | ], |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 56 | ) |
| 57 | |