blob: c57dc7d5c112ae96408815d2909ffb50912a0f02 [file] [log] [blame]
# Generated file; do not modify.
subdir('RestrictionMode')
generated_others += custom_target(
'xyz/openbmc_project/Control/Security/RestrictionMode__markdown'.underscorify(),
input: [ '../../../../../xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml', ],
output: [ 'RestrictionMode.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../..',
'xyz/openbmc_project/Control/Security/RestrictionMode',
],
)
subdir('SpecialMode')
generated_others += custom_target(
'xyz/openbmc_project/Control/Security/SpecialMode__markdown'.underscorify(),
input: [ '../../../../../xyz/openbmc_project/Control/Security/SpecialMode.interface.yaml', ],
output: [ 'SpecialMode.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../..',
'xyz/openbmc_project/Control/Security/SpecialMode',
],
)