Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Activation') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/Software/Activation__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 5 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/Activation.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'Activation.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/Software/Activation', |
| 13 | ], |
| 14 | build_by_default: true, |
| 15 | ) |
| 16 | |
| 17 | subdir('ActivationBlocksTransition') |
| 18 | generated_others += custom_target( |
| 19 | 'xyz/openbmc_project/Software/ActivationBlocksTransition__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 20 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/ActivationBlocksTransition.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 21 | output: [ 'ActivationBlocksTransition.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/Software/ActivationBlocksTransition', |
| 28 | ], |
| 29 | build_by_default: true, |
| 30 | ) |
| 31 | |
| 32 | subdir('ActivationProgress') |
| 33 | generated_others += custom_target( |
| 34 | 'xyz/openbmc_project/Software/ActivationProgress__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 35 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/ActivationProgress.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 36 | output: [ 'ActivationProgress.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/Software/ActivationProgress', |
| 43 | ], |
| 44 | build_by_default: true, |
| 45 | ) |
| 46 | |
| 47 | subdir('ApplyOptions') |
| 48 | generated_others += custom_target( |
| 49 | 'xyz/openbmc_project/Software/ApplyOptions__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 50 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/ApplyOptions.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 51 | output: [ 'ApplyOptions.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/Software/ApplyOptions', |
| 58 | ], |
| 59 | build_by_default: true, |
| 60 | ) |
| 61 | |
| 62 | subdir('ApplyTime') |
| 63 | generated_others += custom_target( |
| 64 | 'xyz/openbmc_project/Software/ApplyTime__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 65 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/ApplyTime.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 66 | output: [ 'ApplyTime.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/Software/ApplyTime', |
| 73 | ], |
| 74 | build_by_default: true, |
| 75 | ) |
| 76 | |
| 77 | subdir('ExtendedVersion') |
| 78 | generated_others += custom_target( |
| 79 | 'xyz/openbmc_project/Software/ExtendedVersion__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 80 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/ExtendedVersion.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 81 | output: [ 'ExtendedVersion.md' ], |
| 82 | command: [ |
| 83 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 84 | '--output', meson.current_build_dir(), |
| 85 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 86 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 87 | 'xyz/openbmc_project/Software/ExtendedVersion', |
| 88 | ], |
| 89 | build_by_default: true, |
| 90 | ) |
| 91 | |
| 92 | subdir('RedundancyPriority') |
| 93 | generated_others += custom_target( |
| 94 | 'xyz/openbmc_project/Software/RedundancyPriority__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 95 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/RedundancyPriority.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 96 | output: [ 'RedundancyPriority.md' ], |
| 97 | command: [ |
| 98 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 99 | '--output', meson.current_build_dir(), |
| 100 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 101 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 102 | 'xyz/openbmc_project/Software/RedundancyPriority', |
| 103 | ], |
| 104 | build_by_default: true, |
| 105 | ) |
| 106 | |
| 107 | subdir('RequestedRedundancyPriority') |
| 108 | generated_others += custom_target( |
| 109 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 110 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/RequestedRedundancyPriority.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 111 | output: [ 'RequestedRedundancyPriority.md' ], |
| 112 | command: [ |
| 113 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 114 | '--output', meson.current_build_dir(), |
| 115 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 116 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 117 | 'xyz/openbmc_project/Software/RequestedRedundancyPriority', |
| 118 | ], |
| 119 | build_by_default: true, |
| 120 | ) |
| 121 | |
| 122 | subdir('Version') |
| 123 | generated_others += custom_target( |
| 124 | 'xyz/openbmc_project/Software/Version__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 125 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Software/Version.errors.yaml', meson.project_source_root() / 'xyz/openbmc_project/Software/Version.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 126 | output: [ 'Version.md' ], |
| 127 | command: [ |
| 128 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 129 | '--output', meson.current_build_dir(), |
| 130 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 131 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 132 | 'xyz/openbmc_project/Software/Version', |
| 133 | ], |
| 134 | build_by_default: true, |
| 135 | ) |
| 136 | |