1# Generated file; do not modify.
2subdir('Association')
3generated_others += custom_target(
4    'xyz/openbmc_project/Association__markdown'.underscorify(),
5    input: [ meson.source_root() / 'xyz/openbmc_project/Association.interface.yaml',  ],
6    output: [ 'Association.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/Association',
13    ],
14    build_by_default: true,
15)
16
17subdir('BIOSConfig')
18subdir('Certs')
19generated_others += custom_target(
20    'xyz/openbmc_project/Certs__markdown'.underscorify(),
21    input: [ meson.source_root() / 'xyz/openbmc_project/Certs.errors.yaml',  ],
22    output: [ 'Certs.md' ],
23    command: [
24        sdbuspp_gen_meson_prog, '--command', 'markdown',
25        '--output', meson.current_build_dir(),
26        '--tool', sdbusplusplus_prog,
27        '--directory', meson.source_root(),
28        'xyz/openbmc_project/Certs',
29    ],
30    build_by_default: true,
31)
32
33subdir('Channel')
34subdir('Chassis')
35subdir('Collection')
36subdir('Common')
37generated_others += custom_target(
38    'xyz/openbmc_project/Common__markdown'.underscorify(),
39    input: [ meson.source_root() / 'xyz/openbmc_project/Common.errors.yaml',  ],
40    output: [ 'Common.md' ],
41    command: [
42        sdbuspp_gen_meson_prog, '--command', 'markdown',
43        '--output', meson.current_build_dir(),
44        '--tool', sdbusplusplus_prog,
45        '--directory', meson.source_root(),
46        'xyz/openbmc_project/Common',
47    ],
48    build_by_default: true,
49)
50
51subdir('Control')
52subdir('Dump')
53subdir('Inventory')
54generated_others += custom_target(
55    'xyz/openbmc_project/Inventory__markdown'.underscorify(),
56    input: [ meson.source_root() / 'xyz/openbmc_project/Inventory.errors.yaml',  ],
57    output: [ 'Inventory.md' ],
58    command: [
59        sdbuspp_gen_meson_prog, '--command', 'markdown',
60        '--output', meson.current_build_dir(),
61        '--tool', sdbusplusplus_prog,
62        '--directory', meson.source_root(),
63        'xyz/openbmc_project/Inventory',
64    ],
65    build_by_default: true,
66)
67
68subdir('Ipmi')
69subdir('Led')
70subdir('Logging')
71subdir('Memory')
72subdir('Network')
73subdir('Nvme')
74subdir('Object')
75subdir('ObjectMapper')
76generated_others += custom_target(
77    'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
78    input: [ meson.source_root() / 'xyz/openbmc_project/ObjectMapper.interface.yaml',  ],
79    output: [ 'ObjectMapper.md' ],
80    command: [
81        sdbuspp_gen_meson_prog, '--command', 'markdown',
82        '--output', meson.current_build_dir(),
83        '--tool', sdbusplusplus_prog,
84        '--directory', meson.source_root(),
85        'xyz/openbmc_project/ObjectMapper',
86    ],
87    build_by_default: true,
88)
89
90subdir('PFR')
91subdir('PLDM')
92subdir('ScheduledTime')
93generated_others += custom_target(
94    'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
95    input: [ meson.source_root() / 'xyz/openbmc_project/ScheduledTime.errors.yaml',  ],
96    output: [ 'ScheduledTime.md' ],
97    command: [
98        sdbuspp_gen_meson_prog, '--command', 'markdown',
99        '--output', meson.current_build_dir(),
100        '--tool', sdbusplusplus_prog,
101        '--directory', meson.source_root(),
102        'xyz/openbmc_project/ScheduledTime',
103    ],
104    build_by_default: true,
105)
106
107subdir('Sensor')
108subdir('Smbios')
109subdir('Software')
110subdir('State')
111subdir('Telemetry')
112subdir('Time')
113generated_others += custom_target(
114    'xyz/openbmc_project/Time__markdown'.underscorify(),
115    input: [ meson.source_root() / 'xyz/openbmc_project/Time.errors.yaml',  ],
116    output: [ 'Time.md' ],
117    command: [
118        sdbuspp_gen_meson_prog, '--command', 'markdown',
119        '--output', meson.current_build_dir(),
120        '--tool', sdbusplusplus_prog,
121        '--directory', meson.source_root(),
122        'xyz/openbmc_project/Time',
123    ],
124    build_by_default: true,
125)
126
127subdir('User')
128subdir('VirtualMedia')
129