blob: f3169ee25f3e49a7ca15a10fc372786bcd42d340 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
Patrick Williamsd9632142020-06-24 16:12:44 -05002subdir('SOL')
Patrick Williams7f154002025-01-03 10:12:23 -05003subdir('SessionInfo')
4
5sdbusplus_current_path = 'xyz/openbmc_project/Ipmi'
6
7generated_markdown += custom_target(
Patrick Williamsd9632142020-06-24 16:12:44 -05008 'xyz/openbmc_project/Ipmi/SOL__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07009 input: [ '../../../../yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050010 output: [ 'SOL.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050011 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050012 command: [
13 sdbuspp_gen_meson_prog, '--command', 'markdown',
14 '--output', meson.current_build_dir(),
15 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070016 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050017 'xyz/openbmc_project/Ipmi/SOL',
18 ],
Patrick Williams7f154002025-01-03 10:12:23 -050019 install: should_generate_markdown,
20 install_dir: [inst_markdown_dir / sdbusplus_current_path],
21 build_by_default: should_generate_markdown,
Patrick Williamsd9632142020-06-24 16:12:44 -050022)
23
Patrick Williams7f154002025-01-03 10:12:23 -050024generated_markdown += custom_target(
Patrick Williamsed459632020-12-18 07:18:34 -060025 'xyz/openbmc_project/Ipmi/SessionInfo__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070026 input: [ '../../../../yaml/xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml', ],
Patrick Williamsed459632020-12-18 07:18:34 -060027 output: [ 'SessionInfo.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050028 depend_files: sdbusplusplus_depfiles,
Patrick Williamsed459632020-12-18 07:18:34 -060029 command: [
30 sdbuspp_gen_meson_prog, '--command', 'markdown',
31 '--output', meson.current_build_dir(),
32 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070033 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsed459632020-12-18 07:18:34 -060034 'xyz/openbmc_project/Ipmi/SessionInfo',
35 ],
Patrick Williams7f154002025-01-03 10:12:23 -050036 install: should_generate_markdown,
37 install_dir: [inst_markdown_dir / sdbusplus_current_path],
38 build_by_default: should_generate_markdown,
Patrick Williamsed459632020-12-18 07:18:34 -060039)
40