blob: 0ef11f112db403c4afddbbc10ab79b18380bfe93 [file] [log] [blame]
deps = [
libpldm,
libpldmutils,
sdeventplus,
sdbusplus,
phosphor_dbus_interfaces,
]
source = ['main.cpp','softoff.cpp']
executable('pldm-softpoweroff',source,
implicit_include_directories: false,
dependencies: deps,
install: true,
install_dir: get_option('bindir'))
servicedir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
configure_file(input: 'services/pldmSoftPowerOff.service',
output: 'pldmSoftPowerOff.service',
copy: true,
install_dir: servicedir)