1184f6026SChicago Duandeps = [ 26f4479c7SPatrick Williams libpldm_dep, 3184f6026SChicago Duan libpldmutils, 43b1dc01dSPatrick Williams nlohmann_json, 5001f7885SManojkiran Eda sdeventplus, 6001f7885SManojkiran Eda sdbusplus, 7001f7885SManojkiran Eda phosphor_dbus_interfaces, 8*49cfb138SRiya Dixit phosphor_logging_dep, 9184f6026SChicago Duan ] 104c1a3fdaSGeorge Liu 11184f6026SChicago Duansource = ['main.cpp','softoff.cpp'] 124c1a3fdaSGeorge Liu 134c1a3fdaSGeorge Liuexecutable('pldm-softpoweroff',source, 144c1a3fdaSGeorge Liu implicit_include_directories: false, 154c1a3fdaSGeorge Liu dependencies: deps, 164c1a3fdaSGeorge Liu install: true, 174c1a3fdaSGeorge Liu install_dir: get_option('bindir')) 18184f6026SChicago Duan 19adbb2452SBrad Bishopif get_option('systemd').enabled() 20184f6026SChicago Duan configure_file(input: 'services/pldmSoftPowerOff.service', 21184f6026SChicago Duan output: 'pldmSoftPowerOff.service', 22184f6026SChicago Duan copy: true, 23a1d27606SManojkiran Eda install_dir: systemd_system_unit_dir) 24adbb2452SBrad Bishopendif 25184f6026SChicago Duan 26