blob: 8881f8a6dfcee7caac936bc1a54cefec529526af [file] [log] [blame]
Krzysztof Grobelny53647642020-06-25 11:45:38 +02001# Generated file; do not modify.
2subdir('Report')
Patrick Williams7f154002025-01-03 10:12:23 -05003subdir('ReportManager')
4subdir('Trigger')
5subdir('TriggerManager')
6
7sdbusplus_current_path = 'xyz/openbmc_project/Telemetry'
8
9generated_markdown += custom_target(
Krzysztof Grobelny53647642020-06-25 11:45:38 +020010 'xyz/openbmc_project/Telemetry/Report__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070011 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020012 output: [ 'Report.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050013 depend_files: sdbusplusplus_depfiles,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020014 command: [
15 sdbuspp_gen_meson_prog, '--command', 'markdown',
16 '--output', meson.current_build_dir(),
17 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070018 '--directory', meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020019 'xyz/openbmc_project/Telemetry/Report',
20 ],
Patrick Williams7f154002025-01-03 10:12:23 -050021 install: should_generate_markdown,
22 install_dir: [inst_markdown_dir / sdbusplus_current_path],
23 build_by_default: should_generate_markdown,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020024)
25
Patrick Williams7f154002025-01-03 10:12:23 -050026generated_markdown += custom_target(
Krzysztof Grobelny53647642020-06-25 11:45:38 +020027 'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070028 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020029 output: [ 'ReportManager.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050030 depend_files: sdbusplusplus_depfiles,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020031 command: [
32 sdbuspp_gen_meson_prog, '--command', 'markdown',
33 '--output', meson.current_build_dir(),
34 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070035 '--directory', meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020036 'xyz/openbmc_project/Telemetry/ReportManager',
37 ],
Patrick Williams7f154002025-01-03 10:12:23 -050038 install: should_generate_markdown,
39 install_dir: [inst_markdown_dir / sdbusplus_current_path],
40 build_by_default: should_generate_markdown,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020041)
42
Patrick Williams7f154002025-01-03 10:12:23 -050043generated_markdown += custom_target(
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010044 'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070045 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml', ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010046 output: [ 'Trigger.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050047 depend_files: sdbusplusplus_depfiles,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010048 command: [
49 sdbuspp_gen_meson_prog, '--command', 'markdown',
50 '--output', meson.current_build_dir(),
51 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070052 '--directory', meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010053 'xyz/openbmc_project/Telemetry/Trigger',
54 ],
Patrick Williams7f154002025-01-03 10:12:23 -050055 install: should_generate_markdown,
56 install_dir: [inst_markdown_dir / sdbusplus_current_path],
57 build_by_default: should_generate_markdown,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010058)
59
Patrick Williams7f154002025-01-03 10:12:23 -050060generated_markdown += custom_target(
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010061 'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070062 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml', ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010063 output: [ 'TriggerManager.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050064 depend_files: sdbusplusplus_depfiles,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010065 command: [
66 sdbuspp_gen_meson_prog, '--command', 'markdown',
67 '--output', meson.current_build_dir(),
68 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070069 '--directory', meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010070 'xyz/openbmc_project/Telemetry/TriggerManager',
71 ],
Patrick Williams7f154002025-01-03 10:12:23 -050072 install: should_generate_markdown,
73 install_dir: [inst_markdown_dir / sdbusplus_current_path],
74 build_by_default: should_generate_markdown,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010075)
76