Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Legacy') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/VirtualMedia/Legacy__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 5 | input: [ meson.project_source_root() / 'xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'Legacy.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 11 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | 'xyz/openbmc_project/VirtualMedia/Legacy', |
| 13 | ], |
| 14 | build_by_default: true, |
| 15 | ) |
| 16 | |
| 17 | subdir('MountPoint') |
| 18 | generated_others += custom_target( |
| 19 | 'xyz/openbmc_project/VirtualMedia/MountPoint__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 20 | input: [ meson.project_source_root() / 'xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 21 | output: [ 'MountPoint.md' ], |
| 22 | command: [ |
| 23 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 24 | '--output', meson.current_build_dir(), |
| 25 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 26 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 | 'xyz/openbmc_project/VirtualMedia/MountPoint', |
| 28 | ], |
| 29 | build_by_default: true, |
| 30 | ) |
| 31 | |
| 32 | subdir('Process') |
| 33 | generated_others += custom_target( |
| 34 | 'xyz/openbmc_project/VirtualMedia/Process__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 35 | input: [ meson.project_source_root() / 'xyz/openbmc_project/VirtualMedia/Process.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 36 | output: [ 'Process.md' ], |
| 37 | command: [ |
| 38 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 39 | '--output', meson.current_build_dir(), |
| 40 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 41 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | 'xyz/openbmc_project/VirtualMedia/Process', |
| 43 | ], |
| 44 | build_by_default: true, |
| 45 | ) |
| 46 | |
| 47 | subdir('Proxy') |
| 48 | generated_others += custom_target( |
| 49 | 'xyz/openbmc_project/VirtualMedia/Proxy__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 50 | input: [ meson.project_source_root() / 'xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 51 | output: [ 'Proxy.md' ], |
| 52 | command: [ |
| 53 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 54 | '--output', meson.current_build_dir(), |
| 55 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 56 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | 'xyz/openbmc_project/VirtualMedia/Proxy', |
| 58 | ], |
| 59 | build_by_default: true, |
| 60 | ) |
| 61 | |
| 62 | subdir('Stats') |
| 63 | generated_others += custom_target( |
| 64 | 'xyz/openbmc_project/VirtualMedia/Stats__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 65 | input: [ meson.project_source_root() / 'xyz/openbmc_project/VirtualMedia/Stats.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 66 | output: [ 'Stats.md' ], |
| 67 | command: [ |
| 68 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 69 | '--output', meson.current_build_dir(), |
| 70 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 71 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 72 | 'xyz/openbmc_project/VirtualMedia/Stats', |
| 73 | ], |
| 74 | build_by_default: true, |
| 75 | ) |
| 76 | |