blob: 716414a7887ebd782744993f6e353316906219aa [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001# Generated file; do not modify.
Dhruvaraj Subhashchandrana2eb94f2021-05-05 02:44:28 -05002subdir('Hardware')
3generated_others += custom_target(
4 'com/ibm/Dump/Entry/Hardware__markdown'.underscorify(),
5 input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hardware.interface.yaml', ],
6 output: [ 'Hardware.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.current_source_dir() / '../../../../../yaml',
12 'com/ibm/Dump/Entry/Hardware',
13 ],
14)
15
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -060016subdir('Hostboot')
17generated_others += custom_target(
18 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070019 input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml', ],
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -060020 output: [ 'Hostboot.md' ],
21 command: [
22 sdbuspp_gen_meson_prog, '--command', 'markdown',
23 '--output', meson.current_build_dir(),
24 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070025 '--directory', meson.current_source_dir() / '../../../../../yaml',
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -060026 'com/ibm/Dump/Entry/Hostboot',
27 ],
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -060028)
29
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060030subdir('Resource')
31generated_others += custom_target(
32 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070033 input: [ '../../../../../yaml/com/ibm/Dump/Entry/Resource.interface.yaml', ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060034 output: [ 'Resource.md' ],
35 command: [
36 sdbuspp_gen_meson_prog, '--command', 'markdown',
37 '--output', meson.current_build_dir(),
38 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070039 '--directory', meson.current_source_dir() / '../../../../../yaml',
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060040 'com/ibm/Dump/Entry/Resource',
41 ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060042)
43