blob: f6f99d252bdf1bdde06cbe30e2ab563884b6df46 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06002subdir('Dump')
Matt Spinler4b6755c2023-12-05 14:42:04 -06003subdir('Hardware')
Patrick Williamsd9632142020-06-24 16:12:44 -05004subdir('Logging')
5subdir('VPD')
6generated_others += custom_target(
7 'com/ibm/VPD__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07008 input: [ '../../../yaml/com/ibm/VPD.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05009 output: [ 'VPD.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050010 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050011 command: [
12 sdbuspp_gen_meson_prog, '--command', 'markdown',
13 '--output', meson.current_build_dir(),
14 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070015 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050016 'com/ibm/VPD',
17 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050018)
19
Patrick Williamsed459632020-12-18 07:18:34 -060020subdir('ipzvpd')