blob: db311908dbd547a929450ad7e73661dcd7fd212e [file] [log] [blame]
Brad Bishopb4459912019-11-05 19:39:11 -05001project(
2 'entity-manager',
3 'cpp',
4 default_options: [
5 'warning_level=3',
6 'werror=true',
Patrick Williams22ed4282021-10-06 15:33:01 -05007 'cpp_std=c++20'
Brad Bishopb4459912019-11-05 19:39:11 -05008 ],
9 license: 'Apache-2.0',
10 version: '0.1',
Patrick Williams22ed4282021-10-06 15:33:01 -050011 meson_version: '>=0.57.0',
Brad Bishopb4459912019-11-05 19:39:11 -050012)
Brad Bishopec984912020-10-01 10:24:55 -040013add_project_arguments('-Wno-psabi', language: 'cpp')
Brad Bishopb4459912019-11-05 19:39:11 -050014
15boost_args = [
16 '-DBOOST_SYSTEM_NO_DEPRECATED',
17 '-DBOOST_ERROR_CODE_HEADER_ONLY',
18 '-DBOOST_NO_RTTI',
19 '-DBOOST_NO_TYPEID',
20 '-DBOOST_ALL_NO_LIB',
Ed Tanous07d467b2021-02-23 14:48:37 -080021 '-DBOOST_ALLOW_DEPRECATED_HEADERS'
Brad Bishopb4459912019-11-05 19:39:11 -050022]
23build_tests = get_option('tests')
Brad Bishope3a12b62020-01-15 11:56:29 -050024cpp = meson.get_compiler('cpp')
Brad Bishop787e8282020-01-15 12:16:53 -050025boost = dependency('boost', required: false)
26if not boost.found()
27 subproject('boost', required: false)
28 boost = declare_dependency(
29 include_directories: 'subprojects/boost_1_71_0',
30 )
Ed Tanous07d467b2021-02-23 14:48:37 -080031 boost = boost.as_system('system')
Brad Bishop787e8282020-01-15 12:16:53 -050032endif
Brad Bishop92daaaa2020-01-20 15:45:01 -050033if get_option('fru-device')
34 i2c = cpp.find_library('i2c')
35endif
Andrew Jeffery14a7bc92021-08-02 10:01:22 +093036
37nlohmann_json_dep = dependency('nlohmann_json',
38 fallback: [ 'nlohmann_json', 'nlohmann_json_dep'])
39
Brad Bishop6765d902020-01-15 12:31:41 -050040sdbusplus = dependency('sdbusplus', required: false)
41if not sdbusplus.found()
Patrick Williams7f5a3362020-06-01 09:30:47 -050042 sdbusplus_proj = subproject('sdbusplus', required: true)
43 sdbusplus = sdbusplus_proj.get_variable('sdbusplus_dep')
Ed Tanous07d467b2021-02-23 14:48:37 -080044 sdbusplus = sdbusplus.as_system('system')
Brad Bishop6765d902020-01-15 12:31:41 -050045endif
Brad Bishopb4459912019-11-05 19:39:11 -050046systemd = dependency('systemd')
47systemd_system_unit_dir = systemd.get_pkgconfig_variable(
48 'systemdsystemunitdir',
49 define_variable: ['prefix', get_option('prefix')])
50packagedir = join_paths(
51 get_option('prefix'),
52 get_option('datadir'),
53 meson.project_name(),
54)
Andrew Jefferya9c58922021-06-01 09:28:59 +093055sysconfdir = join_paths(
56 get_option('prefix'),
57 get_option('sysconfdir'),
58 meson.project_name(),
59)
Brad Bishopb4459912019-11-05 19:39:11 -050060threads = dependency('threads')
Ed Tanous55ae5a82021-08-02 14:00:02 -070061if cpp.has_header('valijson/validator.hpp')
62 valijson = declare_dependency()
63else
64 subproject('valijson', required: false)
65 valijson = declare_dependency(
66 include_directories: 'subprojects/valijson/include'
67 )
68 valijson = valijson.as_system('system')
Brad Bishopff1ddb72020-01-15 12:24:56 -050069endif
Brad Bishopb4459912019-11-05 19:39:11 -050070
71install_data('blacklist.json')
72
73configs = [
Brad Bishopf4b2e5a2022-05-26 16:17:12 -040074 '1ux16_riser.json',
75 '2ux8_riser.json',
76 '8x25_hsbp.json',
77 'a2ul16riser.json',
78 'a2ux8x4riser.json',
79 'acbell_rica_psu.json',
80 'asrock_e3c246d4i.json',
81 'asrock_romed8hm3.json',
82 'bletchley_baseboard.json',
83 'bletchley_chassis.json',
Potin Lai546d3752022-11-10 08:57:47 +080084 'bletchley_frontpanel.json',
Brad Bishopf4b2e5a2022-05-26 16:17:12 -040085 'blyth.json',
86 'ahw1um2riser.json',
87 'aspower_u1a-d10550_psu.json',
88 'aspower_u1a-d10800_psu.json',
89 'aspower_u1a-d11200_psu.json',
90 'aspower_u1a-d11600_psu.json',
91 'aspower_u1d-d10800_psu.json',
92 'axx1p100hssi_aic.json',
93 'axx2prthdhd.json',
94 'bnp_baseboard.json',
95 'bellavista.json',
96 'delta_awf2dc3200w_psu.json',
97 'delta_dps-750xb_psu.json',
98 'delta_dps-1600ab_psu.json',
99 'delta_dps-2000ab_psu.json',
100 'everest.json',
101 'f1u12x25_hsbp.json',
102 'f1u4x25_hsbp.json',
103 'f2u12x35_hsbp.json',
104 'f2u8x25_hsbp.json',
105 'fbtp.json',
106 'fbyv2.json',
Jayashree Dhanapal90249e22022-06-13 15:00:57 +0530107 'fbyv35.json',
Jayashree Dhanapal8232a6a2022-06-21 15:50:50 +0530108 'fbyv35_nic_mellanox.json',
Brad Bishopf4b2e5a2022-05-26 16:17:12 -0400109 'flextronics_s-1100adu00-201_psu.json',
110 'ibm_1000w_cffps.json',
111 'ibm_1400w_cffps.json',
112 'ibm_1600w_cffps.json',
113 'ibm_2000w_cffps.json',
114 'ibm_2300w_cffps.json',
115 'intel_front_panel.json',
116 'kudo_bmc.json',
117 'kudo_motherboard.json',
118 'mt_jade.json',
119 'nisqually.json',
120 'nvme_p4000.json',
121 'pcie_ssd_retimer.json',
122 'pssf132202a.json',
123 'pssf162205a.json',
124 'pssf212201a.json',
125 'pssf222201a.json',
126 'rainier_2u_chassis.json',
127 'rainier_4u_chassis.json',
128 'rainier_1s4u_chassis.json',
129 'r1000_chassis.json',
130 'r2000_chassis.json',
131 'sas_module.json',
132 'solum_pssf162202_psu.json',
133 'storm_king.json',
134 'stp_baseboard.json',
135 'stp_p4000_chassis.json',
Jayashree Dhanapal10612f32022-11-02 16:12:41 +0530136 'twinlake.json',
Brad Bishopf4b2e5a2022-05-26 16:17:12 -0400137 'tyan_s7106_baseboard.json',
138 'tyan_s8036_baseboard.json',
Andrei Kartashev9d455522022-01-11 13:27:29 +0300139 'vegman_n110_baseboard.json',
140 'vegman_rx20_baseboard.json',
141 'vegman_sx20_baseboard.json',
Brad Bishopf4b2e5a2022-05-26 16:17:12 -0400142 'wft_baseboard.json',
Brad Bishopb4459912019-11-05 19:39:11 -0500143]
Ed Tanous9dc2cc52021-12-20 16:05:49 -0800144filepaths = []
Brad Bishopb4459912019-11-05 19:39:11 -0500145foreach c : configs
Ed Tanous9dc2cc52021-12-20 16:05:49 -0800146 file = join_paths('configurations', c)
Brad Bishopb4459912019-11-05 19:39:11 -0500147 install_data(
Ed Tanous9dc2cc52021-12-20 16:05:49 -0800148 file,
Brad Bishopb4459912019-11-05 19:39:11 -0500149 install_dir: join_paths(
150 packagedir,
151 'configurations',
152 )
153 )
Ed Tanous9dc2cc52021-12-20 16:05:49 -0800154 filepaths += [file]
Brad Bishopb4459912019-11-05 19:39:11 -0500155endforeach
156
Brad Bishopbfc72962022-05-26 16:33:00 -0400157validate_script = files('scripts/validate_configs.py')
Ed Tanous9dc2cc52021-12-20 16:05:49 -0800158autojson = custom_target(
159 'check_syntax',
160 command: [
161 validate_script,
162 '-v',
163 '-k',
164 ],
165 depend_files: files(filepaths),
166 build_by_default: true,
167 capture: true,
168 output: 'validate_configs.log',
169)
170
Brad Bishopb4459912019-11-05 19:39:11 -0500171schemas = [
172 'global.json',
Brad Bishop66665882020-05-07 17:05:18 -0400173 'legacy.json',
Brad Bishopb9809912020-05-07 17:15:31 -0400174 'openbmc-dbus.json',
Brad Bishop7d05ee52022-05-26 16:27:48 -0400175 'ibm.json',
176 'intel.json',
177 'pid.json',
178 'pid_zone.json',
179 'stepwise.json',
180 'virtual_sensor.json',
Brad Bishopb4459912019-11-05 19:39:11 -0500181]
182
183foreach s : schemas
184 install_data(
185 join_paths('schemas', s),
186 install_dir: join_paths(
187 packagedir,
188 'configurations',
189 'schemas',
190 )
191 )
192endforeach
193
194subdir('service_files')
195subdir('src')
Brad Bishopb9f50cd2020-10-14 09:54:58 -0400196
Jason M. Billsff58eba2020-04-14 16:05:30 -0700197if not build_tests.disabled()
Patrick Venturea62466c2021-02-08 14:55:18 -0800198 test_boost_args = boost_args + ['-DBOOST_ASIO_DISABLE_THREADS']
Brad Bishopb9f50cd2020-10-14 09:54:58 -0400199 gtest = dependency('gtest', main: true, disabler: true, required: false)
200 if not gtest.found() and build_tests.enabled()
Ed Tanous55ae5a82021-08-02 14:00:02 -0700201 cmake = import('cmake')
Brad Bishopb9f50cd2020-10-14 09:54:58 -0400202 gtest_subproject = cmake.subproject('gtest')
203 cm_gtest = gtest_subproject.dependency('gtest')
204 cm_gtest_main = gtest_subproject.dependency('gtest_main')
205 gtest = declare_dependency(dependencies: [cm_gtest, cm_gtest_main, threads])
206 endif
207
208 test(
209 'test_entity_manager',
210 executable(
211 'test_entity_manager',
212 'test/test_entity-manager.cpp',
Brad Bishope45d8c72022-05-25 15:12:53 -0400213 'src/expression.cpp',
214 'src/utils.cpp',
Patrick Venturea62466c2021-02-08 14:55:18 -0800215 cpp_args: test_boost_args,
Brad Bishopb9f50cd2020-10-14 09:54:58 -0400216 dependencies: [
217 boost,
218 gtest,
Andrew Jeffery14a7bc92021-08-02 10:01:22 +0930219 nlohmann_json_dep,
Brad Bishopb9f50cd2020-10-14 09:54:58 -0400220 sdbusplus,
221 valijson,
222 ],
223 implicit_include_directories: false,
224 include_directories: 'include',
225 )
226 )
Patrick Venturea62466c2021-02-08 14:55:18 -0800227
228 test(
229 'test_fru_utils',
230 executable(
231 'test_fru_utils',
232 'test/test_fru-utils.cpp',
Brad Bishope45d8c72022-05-25 15:12:53 -0400233 'src/fru_utils.cpp',
Zev Weiss309c0b12022-02-25 01:44:12 +0000234 'src/fru_reader.cpp',
Patrick Venturea62466c2021-02-08 14:55:18 -0800235 cpp_args: test_boost_args,
236 dependencies: [
237 boost,
238 gtest,
239 ],
240 implicit_include_directories: false,
241 include_directories: 'include',
242 )
243 )
Jason M. Billsff58eba2020-04-14 16:05:30 -0700244endif