| # Generated file; do not modify. |
| subdir('Legacy') |
| generated_others += custom_target( |
| 'xyz/openbmc_project/VirtualMedia/Legacy__markdown'.underscorify(), |
| input: [ '../../../../yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml', ], |
| output: [ 'Legacy.md' ], |
| depend_files: sdbusplusplus_depfiles, |
| command: [ |
| sdbuspp_gen_meson_prog, '--command', 'markdown', |
| '--output', meson.current_build_dir(), |
| '--tool', sdbusplusplus_prog, |
| '--directory', meson.current_source_dir() / '../../../../yaml', |
| 'xyz/openbmc_project/VirtualMedia/Legacy', |
| ], |
| ) |
| |
| subdir('MountPoint') |
| generated_others += custom_target( |
| 'xyz/openbmc_project/VirtualMedia/MountPoint__markdown'.underscorify(), |
| input: [ '../../../../yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml', ], |
| output: [ 'MountPoint.md' ], |
| depend_files: sdbusplusplus_depfiles, |
| command: [ |
| sdbuspp_gen_meson_prog, '--command', 'markdown', |
| '--output', meson.current_build_dir(), |
| '--tool', sdbusplusplus_prog, |
| '--directory', meson.current_source_dir() / '../../../../yaml', |
| 'xyz/openbmc_project/VirtualMedia/MountPoint', |
| ], |
| ) |
| |
| subdir('Process') |
| generated_others += custom_target( |
| 'xyz/openbmc_project/VirtualMedia/Process__markdown'.underscorify(), |
| input: [ '../../../../yaml/xyz/openbmc_project/VirtualMedia/Process.interface.yaml', ], |
| output: [ 'Process.md' ], |
| depend_files: sdbusplusplus_depfiles, |
| command: [ |
| sdbuspp_gen_meson_prog, '--command', 'markdown', |
| '--output', meson.current_build_dir(), |
| '--tool', sdbusplusplus_prog, |
| '--directory', meson.current_source_dir() / '../../../../yaml', |
| 'xyz/openbmc_project/VirtualMedia/Process', |
| ], |
| ) |
| |
| subdir('Proxy') |
| generated_others += custom_target( |
| 'xyz/openbmc_project/VirtualMedia/Proxy__markdown'.underscorify(), |
| input: [ '../../../../yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml', ], |
| output: [ 'Proxy.md' ], |
| depend_files: sdbusplusplus_depfiles, |
| command: [ |
| sdbuspp_gen_meson_prog, '--command', 'markdown', |
| '--output', meson.current_build_dir(), |
| '--tool', sdbusplusplus_prog, |
| '--directory', meson.current_source_dir() / '../../../../yaml', |
| 'xyz/openbmc_project/VirtualMedia/Proxy', |
| ], |
| ) |
| |
| subdir('Stats') |
| generated_others += custom_target( |
| 'xyz/openbmc_project/VirtualMedia/Stats__markdown'.underscorify(), |
| input: [ '../../../../yaml/xyz/openbmc_project/VirtualMedia/Stats.interface.yaml', ], |
| output: [ 'Stats.md' ], |
| depend_files: sdbusplusplus_depfiles, |
| command: [ |
| sdbuspp_gen_meson_prog, '--command', 'markdown', |
| '--output', meson.current_build_dir(), |
| '--tool', sdbusplusplus_prog, |
| '--directory', meson.current_source_dir() / '../../../../yaml', |
| 'xyz/openbmc_project/VirtualMedia/Stats', |
| ], |
| ) |
| |