blob: 035658a9b12d2a10949871eab6aeb4fa9a3a3276 [file] [log] [blame]
developercc441a02022-05-09 19:04:26 +08001require ccsp_common_filogic.inc
2
3DEPENDS_append_dunfell = " safec"
4LDFLAGS_append_dunfell = " -lsafec-3.5.1"
5
6do_install_append() {
7 # Config files and scripts
8 install -m 644 ${S}/config/CcspMtaAgent.xml ${D}/usr/ccsp/mta/CcspMtaAgent.xml
9 install -m 644 ${S}/config/CcspMta.cfg ${D}/usr/ccsp/mta/CcspMta.cfg
10 install -m 644 ${S}/config/CcspMtaLib.cfg ${D}/usr/ccsp/mta/CcspMtaLib.cfg
11}