1# Generated file; do not modify. 2subdir('ReportedSEL') 3 4sdbusplus_current_path = 'com/ampere/Event' 5 6generated_markdown += custom_target( 7 'com/ampere/Event/ReportedSEL__markdown'.underscorify(), 8 input: [ 9 '../../../../yaml/com/ampere/Event/ReportedSEL.events.yaml', 10 ], 11 output: ['ReportedSEL.md'], 12 depend_files: sdbusplusplus_depfiles, 13 command: [ 14 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', 23 'com/ampere/Event/ReportedSEL', 24 ], 25 install: should_generate_markdown, 26 install_dir: [inst_markdown_dir / sdbusplus_current_path], 27 build_by_default: should_generate_markdown, 28) 29 30generated_registry += custom_target( 31 'com/ampere/Event/ReportedSEL__registry'.underscorify(), 32 input: [ 33 '../../../../yaml/com/ampere/Event/ReportedSEL.events.yaml', 34 ], 35 output: ['ReportedSEL.json'], 36 depend_files: sdbusplusplus_depfiles, 37 command: [ 38 sdbuspp_gen_meson_prog, 39 '--command', 40 'registry', 41 '--output', 42 meson.current_build_dir(), 43 '--tool', 44 sdbusplusplus_prog, 45 '--directory', 46 meson.current_source_dir() / '../../../../yaml', 47 'com/ampere/Event/ReportedSEL', 48 ], 49 install: should_generate_registry, 50 install_dir: [inst_registry_dir / sdbusplus_current_path], 51 build_by_default: should_generate_registry, 52) 53 54