| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 2 | subdir('SOL') | 
|  | 3 | generated_others += custom_target( | 
|  | 4 | 'xyz/openbmc_project/Ipmi/SOL__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 5 | input: [ '../../../../yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml',  ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'SOL.md' ], | 
|  | 7 | command: [ | 
|  | 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', | 
|  | 9 | '--output', meson.current_build_dir(), | 
|  | 10 | '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 11 | '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | 'xyz/openbmc_project/Ipmi/SOL', | 
|  | 13 | ], | 
| Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 14 | ) | 
|  | 15 |  | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 16 | subdir('SessionInfo') | 
|  | 17 | generated_others += custom_target( | 
|  | 18 | 'xyz/openbmc_project/Ipmi/SessionInfo__markdown'.underscorify(), | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../yaml/xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml',  ], | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 20 | output: [ 'SessionInfo.md' ], | 
|  | 21 | command: [ | 
|  | 22 | sdbuspp_gen_meson_prog, '--command', 'markdown', | 
|  | 23 | '--output', meson.current_build_dir(), | 
|  | 24 | '--tool', sdbusplusplus_prog, | 
| William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 25 | '--directory', meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 26 | 'xyz/openbmc_project/Ipmi/SessionInfo', | 
|  | 27 | ], | 
| Patrick Williams | ed45963 | 2020-12-18 07:18:34 -0600 | [diff] [blame] | 28 | ) | 
|  | 29 |  |