1# Generated file; do not modify.
2subdir('Association')
3generated_others += custom_target(
4    'xyz/openbmc_project/Association__markdown'.underscorify(),
5    input: [ meson.project_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.project_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.project_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.project_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.project_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.project_source_root(),
46        'xyz/openbmc_project/Common',
47    ],
48    build_by_default: true,
49)
50
51subdir('Condition')
52subdir('Control')
53subdir('Dump')
54subdir('Inventory')
55generated_others += custom_target(
56    'xyz/openbmc_project/Inventory__markdown'.underscorify(),
57    input: [ meson.project_source_root() / 'xyz/openbmc_project/Inventory.errors.yaml',  ],
58    output: [ 'Inventory.md' ],
59    command: [
60        sdbuspp_gen_meson_prog, '--command', 'markdown',
61        '--output', meson.current_build_dir(),
62        '--tool', sdbusplusplus_prog,
63        '--directory', meson.project_source_root(),
64        'xyz/openbmc_project/Inventory',
65    ],
66    build_by_default: true,
67)
68
69subdir('Ipmi')
70subdir('Led')
71subdir('Logging')
72subdir('Memory')
73subdir('Network')
74subdir('Nvme')
75subdir('Object')
76subdir('ObjectMapper')
77generated_others += custom_target(
78    'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
79    input: [ meson.project_source_root() / 'xyz/openbmc_project/ObjectMapper.interface.yaml',  ],
80    output: [ 'ObjectMapper.md' ],
81    command: [
82        sdbuspp_gen_meson_prog, '--command', 'markdown',
83        '--output', meson.current_build_dir(),
84        '--tool', sdbusplusplus_prog,
85        '--directory', meson.project_source_root(),
86        'xyz/openbmc_project/ObjectMapper',
87    ],
88    build_by_default: true,
89)
90
91subdir('PFR')
92subdir('PLDM')
93subdir('ScheduledTime')
94generated_others += custom_target(
95    'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
96    input: [ meson.project_source_root() / 'xyz/openbmc_project/ScheduledTime.errors.yaml',  ],
97    output: [ 'ScheduledTime.md' ],
98    command: [
99        sdbuspp_gen_meson_prog, '--command', 'markdown',
100        '--output', meson.current_build_dir(),
101        '--tool', sdbusplusplus_prog,
102        '--directory', meson.project_source_root(),
103        'xyz/openbmc_project/ScheduledTime',
104    ],
105    build_by_default: true,
106)
107
108subdir('Sensor')
109subdir('Smbios')
110subdir('Software')
111subdir('State')
112subdir('Telemetry')
113subdir('Time')
114generated_others += custom_target(
115    'xyz/openbmc_project/Time__markdown'.underscorify(),
116    input: [ meson.project_source_root() / 'xyz/openbmc_project/Time.errors.yaml',  ],
117    output: [ 'Time.md' ],
118    command: [
119        sdbuspp_gen_meson_prog, '--command', 'markdown',
120        '--output', meson.current_build_dir(),
121        '--tool', sdbusplusplus_prog,
122        '--directory', meson.project_source_root(),
123        'xyz/openbmc_project/Time',
124    ],
125    build_by_default: true,
126)
127
128subdir('User')
129subdir('VirtualMedia')
130