1*387a6191SZhichuang Sun# Generated file; do not modify. 2*387a6191SZhichuang Sunsubdir('ComponentIntegrity') 3*387a6191SZhichuang Sungenerated_others += custom_target( 4*387a6191SZhichuang Sun 'xyz/openbmc_project/Attestation/ComponentIntegrity__markdown'.underscorify(), 5*387a6191SZhichuang Sun input: [ '../../../../yaml/xyz/openbmc_project/Attestation/ComponentIntegrity.interface.yaml', ], 6*387a6191SZhichuang Sun output: [ 'ComponentIntegrity.md' ], 7*387a6191SZhichuang Sun depend_files: sdbusplusplus_depfiles, 8*387a6191SZhichuang Sun command: [ 9*387a6191SZhichuang Sun sdbuspp_gen_meson_prog, '--command', 'markdown', 10*387a6191SZhichuang Sun '--output', meson.current_build_dir(), 11*387a6191SZhichuang Sun '--tool', sdbusplusplus_prog, 12*387a6191SZhichuang Sun '--directory', meson.current_source_dir() / '../../../../yaml', 13*387a6191SZhichuang Sun 'xyz/openbmc_project/Attestation/ComponentIntegrity', 14*387a6191SZhichuang Sun ], 15*387a6191SZhichuang Sun) 16*387a6191SZhichuang Sun 17*387a6191SZhichuang Sunsubdir('IdentityAuthentication') 18*387a6191SZhichuang Sungenerated_others += custom_target( 19*387a6191SZhichuang Sun 'xyz/openbmc_project/Attestation/IdentityAuthentication__markdown'.underscorify(), 20*387a6191SZhichuang Sun input: [ '../../../../yaml/xyz/openbmc_project/Attestation/IdentityAuthentication.interface.yaml', ], 21*387a6191SZhichuang Sun output: [ 'IdentityAuthentication.md' ], 22*387a6191SZhichuang Sun depend_files: sdbusplusplus_depfiles, 23*387a6191SZhichuang Sun command: [ 24*387a6191SZhichuang Sun sdbuspp_gen_meson_prog, '--command', 'markdown', 25*387a6191SZhichuang Sun '--output', meson.current_build_dir(), 26*387a6191SZhichuang Sun '--tool', sdbusplusplus_prog, 27*387a6191SZhichuang Sun '--directory', meson.current_source_dir() / '../../../../yaml', 28*387a6191SZhichuang Sun 'xyz/openbmc_project/Attestation/IdentityAuthentication', 29*387a6191SZhichuang Sun ], 30*387a6191SZhichuang Sun) 31*387a6191SZhichuang Sun 32*387a6191SZhichuang Sunsubdir('MeasurementSet') 33*387a6191SZhichuang Sungenerated_others += custom_target( 34*387a6191SZhichuang Sun 'xyz/openbmc_project/Attestation/MeasurementSet__markdown'.underscorify(), 35*387a6191SZhichuang Sun input: [ '../../../../yaml/xyz/openbmc_project/Attestation/MeasurementSet.interface.yaml', ], 36*387a6191SZhichuang Sun output: [ 'MeasurementSet.md' ], 37*387a6191SZhichuang Sun depend_files: sdbusplusplus_depfiles, 38*387a6191SZhichuang Sun command: [ 39*387a6191SZhichuang Sun sdbuspp_gen_meson_prog, '--command', 'markdown', 40*387a6191SZhichuang Sun '--output', meson.current_build_dir(), 41*387a6191SZhichuang Sun '--tool', sdbusplusplus_prog, 42*387a6191SZhichuang Sun '--directory', meson.current_source_dir() / '../../../../yaml', 43*387a6191SZhichuang Sun 'xyz/openbmc_project/Attestation/MeasurementSet', 44*387a6191SZhichuang Sun ], 45*387a6191SZhichuang Sun) 46*387a6191SZhichuang Sun 47