1*6e388228SThang Tran# Generated file; do not modify. 2*6e388228SThang Tran 3*6e388228SThang Transdbusplus_current_path = 'com/ampere/Event/ReportedSEL' 4*6e388228SThang Tran 5*6e388228SThang Trangenerated_sources += custom_target( 6*6e388228SThang Tran 'com/ampere/Event/ReportedSEL__cpp'.underscorify(), 7*6e388228SThang Tran input: ['../../../../../yaml/com/ampere/Event/ReportedSEL.events.yaml'], 8*6e388228SThang Tran output: ['event.cpp', 'event.hpp'], 9*6e388228SThang Tran depend_files: sdbusplusplus_depfiles, 10*6e388228SThang Tran command: [ 11*6e388228SThang Tran sdbuspp_gen_meson_prog, 12*6e388228SThang Tran '--command', 13*6e388228SThang Tran 'cpp', 14*6e388228SThang Tran '--output', 15*6e388228SThang Tran meson.current_build_dir(), 16*6e388228SThang Tran '--tool', 17*6e388228SThang Tran sdbusplusplus_prog, 18*6e388228SThang Tran '--directory', 19*6e388228SThang Tran meson.current_source_dir() / '../../../../../yaml', 20*6e388228SThang Tran 'com/ampere/Event/ReportedSEL', 21*6e388228SThang Tran ], 22*6e388228SThang Tran install: should_generate_cpp, 23*6e388228SThang Tran install_dir: [false, get_option('includedir') / sdbusplus_current_path], 24*6e388228SThang Tran build_by_default: should_generate_cpp, 25*6e388228SThang Tran) 26*6e388228SThang Tran 27