blob: ee7da69b9c2619aadd28b6742bf5071dd0e2b826 [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')
Fred Chend4830e42025-06-27 15:41:27 +08004subdir('Santabarbara')
Kevin Tung234e1fe2025-06-17 16:06:23 +08005subdir('Yosemite5')
Patrick Williams7f154002025-01-03 10:12:23 -05006
7sdbusplus_current_path = 'com/meta/Hardware'
8
9generated_markdown += custom_target(
Patrick Williamse9981162023-03-09 16:49:02 -060010 'com/meta/Hardware/BMC__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050011 input: ['../../../../yaml/com/meta/Hardware/BMC.interface.yaml'],
12 output: ['BMC.md'],
Patrick Williamse9981162023-03-09 16:49:02 -060013 depend_files: sdbusplusplus_depfiles,
14 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050015 sdbuspp_gen_meson_prog,
16 '--command',
17 'markdown',
18 '--output',
19 meson.current_build_dir(),
20 '--tool',
21 sdbusplusplus_prog,
22 '--directory',
23 meson.current_source_dir() / '../../../../yaml',
Patrick Williamse9981162023-03-09 16:49:02 -060024 'com/meta/Hardware/BMC',
25 ],
Patrick Williams7f154002025-01-03 10:12:23 -050026 install: should_generate_markdown,
27 install_dir: [inst_markdown_dir / sdbusplus_current_path],
28 build_by_default: should_generate_markdown,
Patrick Williamse9981162023-03-09 16:49:02 -060029)
30
Daniel Hsu9ca8d342025-05-26 19:59:17 +080031generated_markdown += custom_target(
32 'com/meta/Hardware/Harma__markdown'.underscorify(),
33 input: ['../../../../yaml/com/meta/Hardware/Harma.interface.yaml'],
34 output: ['Harma.md'],
35 depend_files: sdbusplusplus_depfiles,
36 command: [
37 sdbuspp_gen_meson_prog,
38 '--command',
39 'markdown',
40 '--output',
41 meson.current_build_dir(),
42 '--tool',
43 sdbusplusplus_prog,
44 '--directory',
45 meson.current_source_dir() / '../../../../yaml',
46 'com/meta/Hardware/Harma',
47 ],
48 install: should_generate_markdown,
49 install_dir: [inst_markdown_dir / sdbusplus_current_path],
50 build_by_default: should_generate_markdown,
51)
52
Kevin Tung234e1fe2025-06-17 16:06:23 +080053generated_markdown += custom_target(
Fred Chend4830e42025-06-27 15:41:27 +080054 'com/meta/Hardware/Santabarbara__markdown'.underscorify(),
55 input: ['../../../../yaml/com/meta/Hardware/Santabarbara.interface.yaml'],
56 output: ['Santabarbara.md'],
57 depend_files: sdbusplusplus_depfiles,
58 command: [
59 sdbuspp_gen_meson_prog,
60 '--command',
61 'markdown',
62 '--output',
63 meson.current_build_dir(),
64 '--tool',
65 sdbusplusplus_prog,
66 '--directory',
67 meson.current_source_dir() / '../../../../yaml',
68 'com/meta/Hardware/Santabarbara',
69 ],
70 install: should_generate_markdown,
71 install_dir: [inst_markdown_dir / sdbusplus_current_path],
72 build_by_default: should_generate_markdown,
73)
74
75generated_markdown += custom_target(
Kevin Tung234e1fe2025-06-17 16:06:23 +080076 'com/meta/Hardware/Yosemite5__markdown'.underscorify(),
77 input: ['../../../../yaml/com/meta/Hardware/Yosemite5.interface.yaml'],
78 output: ['Yosemite5.md'],
79 depend_files: sdbusplusplus_depfiles,
80 command: [
81 sdbuspp_gen_meson_prog,
82 '--command',
83 'markdown',
84 '--output',
85 meson.current_build_dir(),
86 '--tool',
87 sdbusplusplus_prog,
88 '--directory',
89 meson.current_source_dir() / '../../../../yaml',
90 'com/meta/Hardware/Yosemite5',
91 ],
92 install: should_generate_markdown,
93 install_dir: [inst_markdown_dir / sdbusplus_current_path],
94 build_by_default: should_generate_markdown,
95)
96