blob: f766a2834f73486a90fbf2208d4d26ba9fd81e06 [file] [log] [blame]
Patrick Williamse9981162023-03-09 16:49:02 -06001# Generated file; do not modify.
2subdir('BMC')
Daniel Hsu9ca8d342025-05-26 19:59:17 +08003subdir('Harma')
Kevin Tung234e1fe2025-06-17 16:06:23 +08004subdir('Yosemite5')
Patrick Williams7f154002025-01-03 10:12:23 -05005
6sdbusplus_current_path = 'com/meta/Hardware'
7
8generated_markdown += custom_target(
Patrick Williamse9981162023-03-09 16:49:02 -06009 'com/meta/Hardware/BMC__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050010 input: ['../../../../yaml/com/meta/Hardware/BMC.interface.yaml'],
11 output: ['BMC.md'],
Patrick Williamse9981162023-03-09 16:49:02 -060012 depend_files: sdbusplusplus_depfiles,
13 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050014 sdbuspp_gen_meson_prog,
15 '--command',
16 'markdown',
17 '--output',
18 meson.current_build_dir(),
19 '--tool',
20 sdbusplusplus_prog,
21 '--directory',
22 meson.current_source_dir() / '../../../../yaml',
Patrick Williamse9981162023-03-09 16:49:02 -060023 'com/meta/Hardware/BMC',
24 ],
Patrick Williams7f154002025-01-03 10:12:23 -050025 install: should_generate_markdown,
26 install_dir: [inst_markdown_dir / sdbusplus_current_path],
27 build_by_default: should_generate_markdown,
Patrick Williamse9981162023-03-09 16:49:02 -060028)
29
Daniel Hsu9ca8d342025-05-26 19:59:17 +080030generated_markdown += custom_target(
31 'com/meta/Hardware/Harma__markdown'.underscorify(),
32 input: ['../../../../yaml/com/meta/Hardware/Harma.interface.yaml'],
33 output: ['Harma.md'],
34 depend_files: sdbusplusplus_depfiles,
35 command: [
36 sdbuspp_gen_meson_prog,
37 '--command',
38 'markdown',
39 '--output',
40 meson.current_build_dir(),
41 '--tool',
42 sdbusplusplus_prog,
43 '--directory',
44 meson.current_source_dir() / '../../../../yaml',
45 'com/meta/Hardware/Harma',
46 ],
47 install: should_generate_markdown,
48 install_dir: [inst_markdown_dir / sdbusplus_current_path],
49 build_by_default: should_generate_markdown,
50)
51
Kevin Tung234e1fe2025-06-17 16:06:23 +080052generated_markdown += custom_target(
53 'com/meta/Hardware/Yosemite5__markdown'.underscorify(),
54 input: ['../../../../yaml/com/meta/Hardware/Yosemite5.interface.yaml'],
55 output: ['Yosemite5.md'],
56 depend_files: sdbusplusplus_depfiles,
57 command: [
58 sdbuspp_gen_meson_prog,
59 '--command',
60 'markdown',
61 '--output',
62 meson.current_build_dir(),
63 '--tool',
64 sdbusplusplus_prog,
65 '--directory',
66 meson.current_source_dir() / '../../../../yaml',
67 'com/meta/Hardware/Yosemite5',
68 ],
69 install: should_generate_markdown,
70 install_dir: [inst_markdown_dir / sdbusplus_current_path],
71 build_by_default: should_generate_markdown,
72)
73