blob: 0cae12bb761f1c2ac7e4859ac2612f9b3e2577c2 [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(),
5 input: [ meson.source_root() / 'xyz/openbmc_project/User/AccountPolicy.interface.yaml', ],
6 output: [ 'AccountPolicy.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.source_root(),
12 'xyz/openbmc_project/User/AccountPolicy',
13 ],
14 build_by_default: true,
15)
16
17subdir('Attributes')
18generated_others += custom_target(
19 'xyz/openbmc_project/User/Attributes__markdown'.underscorify(),
20 input: [ meson.source_root() / 'xyz/openbmc_project/User/Attributes.interface.yaml', ],
21 output: [ 'Attributes.md' ],
22 command: [
23 sdbuspp_gen_meson_prog, '--command', 'markdown',
24 '--output', meson.current_build_dir(),
25 '--tool', sdbusplusplus_prog,
26 '--directory', meson.source_root(),
27 'xyz/openbmc_project/User/Attributes',
28 ],
29 build_by_default: true,
30)
31
32subdir('Common')
33generated_others += custom_target(
34 'xyz/openbmc_project/User/Common__markdown'.underscorify(),
35 input: [ meson.source_root() / 'xyz/openbmc_project/User/Common.errors.yaml', ],
36 output: [ 'Common.md' ],
37 command: [
38 sdbuspp_gen_meson_prog, '--command', 'markdown',
39 '--output', meson.current_build_dir(),
40 '--tool', sdbusplusplus_prog,
41 '--directory', meson.source_root(),
42 'xyz/openbmc_project/User/Common',
43 ],
44 build_by_default: true,
45)
46
47subdir('Ldap')
48subdir('Manager')
49generated_others += custom_target(
50 'xyz/openbmc_project/User/Manager__markdown'.underscorify(),
51 input: [ meson.source_root() / 'xyz/openbmc_project/User/Manager.interface.yaml', ],
52 output: [ 'Manager.md' ],
53 command: [
54 sdbuspp_gen_meson_prog, '--command', 'markdown',
55 '--output', meson.current_build_dir(),
56 '--tool', sdbusplusplus_prog,
57 '--directory', meson.source_root(),
58 'xyz/openbmc_project/User/Manager',
59 ],
60 build_by_default: true,
61)
62
63subdir('PrivilegeMapper')
64generated_others += custom_target(
65 'xyz/openbmc_project/User/PrivilegeMapper__markdown'.underscorify(),
66 input: [ meson.source_root() / 'xyz/openbmc_project/User/PrivilegeMapper.interface.yaml', ],
67 output: [ 'PrivilegeMapper.md' ],
68 command: [
69 sdbuspp_gen_meson_prog, '--command', 'markdown',
70 '--output', meson.current_build_dir(),
71 '--tool', sdbusplusplus_prog,
72 '--directory', meson.source_root(),
73 'xyz/openbmc_project/User/PrivilegeMapper',
74 ],
75 build_by_default: true,
76)
77
78subdir('PrivilegeMapperEntry')
79generated_others += custom_target(
80 'xyz/openbmc_project/User/PrivilegeMapperEntry__markdown'.underscorify(),
81 input: [ meson.source_root() / 'xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml', ],
82 output: [ 'PrivilegeMapperEntry.md' ],
83 command: [
84 sdbuspp_gen_meson_prog, '--command', 'markdown',
85 '--output', meson.current_build_dir(),
86 '--tool', sdbusplusplus_prog,
87 '--directory', meson.source_root(),
88 'xyz/openbmc_project/User/PrivilegeMapperEntry',
89 ],
90 build_by_default: true,
91)
92