xref: /openbmc/pldm/oem/ibm/service_files/meson.build (revision 2cff3015)
1subdir('scripts')
2
3configure_file(
4  copy: true,
5  input: 'pldm-create-phyp-nvram.service',
6  install: true,
7  install_dir: systemd_system_unit_dir,
8  output: 'pldm-create-phyp-nvram.service',
9)
10configure_file(
11  copy: true,
12  input: 'pldm-create-phyp-nvram-cksum.service',
13  install: true,
14  install_dir: systemd_system_unit_dir,
15  output: 'pldm-create-phyp-nvram-cksum.service',
16)
17