Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Report') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('ReportManager') |
| 4 | subdir('Trigger') |
| 5 | subdir('TriggerManager') |
| 6 | |
| 7 | sdbusplus_current_path = 'xyz/openbmc_project/Telemetry' |
| 8 | |
| 9 | generated_markdown += custom_target( |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 10 | 'xyz/openbmc_project/Telemetry/Report__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 11 | input: [ |
| 12 | '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', |
| 13 | ], |
| 14 | output: ['Report.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 15 | depend_files: sdbusplusplus_depfiles, |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 16 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 17 | sdbuspp_gen_meson_prog, |
| 18 | '--command', |
| 19 | 'markdown', |
| 20 | '--output', |
| 21 | meson.current_build_dir(), |
| 22 | '--tool', |
| 23 | sdbusplusplus_prog, |
| 24 | '--directory', |
| 25 | meson.current_source_dir() / '../../../../yaml', |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 26 | 'xyz/openbmc_project/Telemetry/Report', |
| 27 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 28 | install: should_generate_markdown, |
| 29 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 30 | build_by_default: should_generate_markdown, |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 31 | ) |
| 32 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 33 | generated_markdown += custom_target( |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 34 | 'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 35 | input: [ |
| 36 | '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', |
| 37 | ], |
| 38 | output: ['ReportManager.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 39 | depend_files: sdbusplusplus_depfiles, |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 40 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 41 | sdbuspp_gen_meson_prog, |
| 42 | '--command', |
| 43 | 'markdown', |
| 44 | '--output', |
| 45 | meson.current_build_dir(), |
| 46 | '--tool', |
| 47 | sdbusplusplus_prog, |
| 48 | '--directory', |
| 49 | meson.current_source_dir() / '../../../../yaml', |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 50 | 'xyz/openbmc_project/Telemetry/ReportManager', |
| 51 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 52 | install: should_generate_markdown, |
| 53 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 54 | build_by_default: should_generate_markdown, |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 55 | ) |
| 56 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 57 | generated_markdown += custom_target( |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 58 | 'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 59 | input: [ |
| 60 | '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml', |
| 61 | ], |
| 62 | output: ['Trigger.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 63 | depend_files: sdbusplusplus_depfiles, |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 64 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 65 | sdbuspp_gen_meson_prog, |
| 66 | '--command', |
| 67 | 'markdown', |
| 68 | '--output', |
| 69 | meson.current_build_dir(), |
| 70 | '--tool', |
| 71 | sdbusplusplus_prog, |
| 72 | '--directory', |
| 73 | meson.current_source_dir() / '../../../../yaml', |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 74 | 'xyz/openbmc_project/Telemetry/Trigger', |
| 75 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 76 | install: should_generate_markdown, |
| 77 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 78 | build_by_default: should_generate_markdown, |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 79 | ) |
| 80 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 81 | generated_markdown += custom_target( |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 82 | 'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 83 | input: [ |
| 84 | '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml', |
| 85 | ], |
| 86 | output: ['TriggerManager.md'], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 87 | depend_files: sdbusplusplus_depfiles, |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 88 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 89 | sdbuspp_gen_meson_prog, |
| 90 | '--command', |
| 91 | 'markdown', |
| 92 | '--output', |
| 93 | meson.current_build_dir(), |
| 94 | '--tool', |
| 95 | sdbusplusplus_prog, |
| 96 | '--directory', |
| 97 | meson.current_source_dir() / '../../../../yaml', |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 98 | 'xyz/openbmc_project/Telemetry/TriggerManager', |
| 99 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 100 | install: should_generate_markdown, |
| 101 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 102 | build_by_default: should_generate_markdown, |
Wludzik, Jozef | b2bbac7 | 2021-01-21 12:52:01 +0100 | [diff] [blame] | 103 | ) |
| 104 | |