xref: /openbmc/pldm/softoff/meson.build (revision 3b1dc01d)
1184f6026SChicago Duandeps = [
26f4479c7SPatrick Williams    libpldm_dep,
3184f6026SChicago Duan    libpldmutils,
4*3b1dc01dSPatrick Williams    nlohmann_json,
5001f7885SManojkiran Eda    sdeventplus,
6001f7885SManojkiran Eda    sdbusplus,
7001f7885SManojkiran Eda    phosphor_dbus_interfaces,
8184f6026SChicago Duan    ]
94c1a3fdaSGeorge Liu
10184f6026SChicago Duansource = ['main.cpp','softoff.cpp']
114c1a3fdaSGeorge Liu
124c1a3fdaSGeorge Liuexecutable('pldm-softpoweroff',source,
134c1a3fdaSGeorge Liu           implicit_include_directories: false,
144c1a3fdaSGeorge Liu           dependencies: deps,
154c1a3fdaSGeorge Liu           install: true,
164c1a3fdaSGeorge Liu           install_dir: get_option('bindir'))
17184f6026SChicago Duan
18184f6026SChicago Duanservicedir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
19184f6026SChicago Duan
20184f6026SChicago Duanconfigure_file(input: 'services/pldmSoftPowerOff.service',
21184f6026SChicago Duan                 output: 'pldmSoftPowerOff.service',
22184f6026SChicago Duan                 copy: true,
23184f6026SChicago Duan                 install_dir: servicedir)
24184f6026SChicago Duan
25