blob: f37c2dce12eca1c87cb5f4066e0b7ca7cdb5e5ab [file] [log] [blame]
# Generated file; do not modify.
subdir('RestrictionMode')
generated_others += custom_target(
'xyz/openbmc_project/Control/Security/RestrictionMode__markdown'.underscorify(),
input: [ meson.source_root() / '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.source_root(),
'xyz/openbmc_project/Control/Security/RestrictionMode',
],
build_by_default: true,
)
subdir('SpecialMode')
generated_others += custom_target(
'xyz/openbmc_project/Control/Security/SpecialMode__markdown'.underscorify(),
input: [ meson.source_root() / '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.source_root(),
'xyz/openbmc_project/Control/Security/SpecialMode',
],
build_by_default: true,
)