xref: /openbmc/pldm/oem/ibm/service_files/meson.build (revision 2746fb48)
1configure_file(
2  copy: true,
3  input: 'pldm-create-phyp-nvram.service',
4  install: true,
5  install_dir: systemd_system_unit_dir,
6  output: 'pldm-create-phyp-nvram.service',
7)
8configure_file(
9  copy: true,
10  input: 'pldm-create-phyp-nvram-cksum.service',
11  install: true,
12  install_dir: systemd_system_unit_dir,
13  output: 'pldm-create-phyp-nvram-cksum.service',
14)
15configure_file(
16  copy: true,
17  input: 'pldm-reset-phyp-nvram.service',
18  install: true,
19  install_dir: systemd_system_unit_dir,
20  output: 'pldm-reset-phyp-nvram.service',
21)
22configure_file(
23  copy: true,
24  input: 'pldm-reset-phyp-nvram-cksum.service',
25  install: true,
26  install_dir: systemd_system_unit_dir,
27  output: 'pldm-reset-phyp-nvram-cksum.service',
28)
29
30