blob: dca4fc3972d75ffd5f3afd7da4bd3acd1dc14771 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('AccountPolicy')
3generated_others += custom_target(
4 'xyz/openbmc_project/User/AccountPolicy__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07005 input: [ '../../../../yaml/xyz/openbmc_project/User/AccountPolicy.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05006 output: [ 'AccountPolicy.md' ],
Patrick Williams11335242022-09-12 06:11:41 -05007 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -05008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070012 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050013 'xyz/openbmc_project/User/AccountPolicy',
14 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050015)
16
17subdir('Attributes')
18generated_others += custom_target(
19 'xyz/openbmc_project/User/Attributes__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070020 input: [ '../../../../yaml/xyz/openbmc_project/User/Attributes.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050021 output: [ 'Attributes.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050022 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050023 command: [
24 sdbuspp_gen_meson_prog, '--command', 'markdown',
25 '--output', meson.current_build_dir(),
26 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070027 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050028 'xyz/openbmc_project/User/Attributes',
29 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050030)
31
32subdir('Common')
33generated_others += custom_target(
34 'xyz/openbmc_project/User/Common__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070035 input: [ '../../../../yaml/xyz/openbmc_project/User/Common.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050036 output: [ 'Common.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050037 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050038 command: [
39 sdbuspp_gen_meson_prog, '--command', 'markdown',
40 '--output', meson.current_build_dir(),
41 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070042 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050043 'xyz/openbmc_project/User/Common',
44 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050045)
46
47subdir('Ldap')
48subdir('Manager')
49generated_others += custom_target(
50 'xyz/openbmc_project/User/Manager__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070051 input: [ '../../../../yaml/xyz/openbmc_project/User/Manager.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050052 output: [ 'Manager.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050053 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050054 command: [
55 sdbuspp_gen_meson_prog, '--command', 'markdown',
56 '--output', meson.current_build_dir(),
57 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070058 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050059 'xyz/openbmc_project/User/Manager',
60 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050061)
62
63subdir('PrivilegeMapper')
64generated_others += custom_target(
65 'xyz/openbmc_project/User/PrivilegeMapper__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070066 input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050067 output: [ 'PrivilegeMapper.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050068 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050069 command: [
70 sdbuspp_gen_meson_prog, '--command', 'markdown',
71 '--output', meson.current_build_dir(),
72 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070073 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050074 'xyz/openbmc_project/User/PrivilegeMapper',
75 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050076)
77
78subdir('PrivilegeMapperEntry')
79generated_others += custom_target(
80 'xyz/openbmc_project/User/PrivilegeMapperEntry__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070081 input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -050082 output: [ 'PrivilegeMapperEntry.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050083 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050084 command: [
85 sdbuspp_gen_meson_prog, '--command', 'markdown',
86 '--output', meson.current_build_dir(),
87 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070088 '--directory', meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050089 'xyz/openbmc_project/User/PrivilegeMapperEntry',
90 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050091)
92