Manojkiran Eda | fec5d59 | 2021-01-21 12:27:34 +0530 | [diff] [blame] | 1 | configure_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 | ) |
Adriana Kobylak | 0922275 | 2021-08-16 15:28:37 +0000 | [diff] [blame] | 8 | configure_file( |
Manojkiran Eda | fec5d59 | 2021-01-21 12:27:34 +0530 | [diff] [blame] | 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 | ) |
Adriana Kobylak | 0922275 | 2021-08-16 15:28:37 +0000 | [diff] [blame] | 15 | configure_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 | ) |
| 22 | configure_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 | ) |
Manojkiran Eda | fec5d59 | 2021-01-21 12:27:34 +0530 | [diff] [blame] | 29 | |