xref: /openbmc/openpower-hw-diags/analyzer/ras-data/meson.build (revision 93b001c5c088d81d96a4b0c6f167f358f9a7c8f0)
14f4f4aa5SZane Shelley
23c79080bSZane Shelley# Install the RAS data files
34f4f4aa5SZane Shelley
43c79080bSZane Shelleyras_data_files = files(
53c79080bSZane Shelley    'data/ras-data-p10-10.json',
63c79080bSZane Shelley    'data/ras-data-p10-20.json',
73c79080bSZane Shelley    'data/ras-data-explorer-11.json',
83c79080bSZane Shelley    'data/ras-data-explorer-20.json',
9d5fa9584SCaleb Palmer    'data/ras-data-odyssey-10.json',
103c79080bSZane Shelley)
114f4f4aa5SZane Shelley
123c79080bSZane Shelleyinstall_data( ras_data_files, install_dir: join_paths(package_dir, 'ras-data') )
133c79080bSZane Shelley
143c79080bSZane Shelley# Install the RAS data schema
153c79080bSZane Shelley
16*93b001c5SZane Shelleyras_data_schema = files( 'schema/ras-data-schema-v02.json' )
173c79080bSZane Shelley
183c79080bSZane Shelleyinstall_data( ras_data_schema, install_dir: join_paths(package_dir, 'schema') )
194f4f4aa5SZane Shelley
20