# Generated file; do not modify.
subdir('SecurityKeys')
generated_others += custom_target(
    'org/open_power/Control/TPM/SecurityKeys__markdown'.underscorify(),
    input: [ meson.project_source_root() / 'org/open_power/Control/TPM/SecurityKeys.interface.yaml',  ],
    output: [ 'SecurityKeys.md' ],
    command: [
        sdbuspp_gen_meson_prog, '--command', 'markdown',
        '--output', meson.current_build_dir(),
        '--tool', sdbusplusplus_prog,
        '--directory', meson.project_source_root(),
        'org/open_power/Control/TPM/SecurityKeys',
    ],
    build_by_default: true,
)