Skip to content
Snippets Groups Projects
Commit db38cff7 authored by Francesco Pham's avatar Francesco Pham
Browse files

openharmony-standard_3.0.bb: ACTS: Fix missing libraries


Signed-off-by: default avatarRobert Drab <robert.drab@huawei.com>
Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 47db033f
No related branches found
No related tags found
1 merge request!88openharmony-standard-3.0: add patches and initialization changes to fix ACTS failures
......@@ -309,7 +309,9 @@ OPENHARMONY_PARTS += "communication:ipc"
OPENHARMONY_PARTS += "communication:ipc_js"
OPENHARMONY_PARTS += "developtools:bytrace_standard"
OPENHARMONY_PARTS += "developtools:hdc_standard"
OPENHARMONY_PARTS += "distributeddatamgr:appdatamgr_jskits"
OPENHARMONY_PARTS += "distributeddatamgr:distributeddatamgr"
OPENHARMONY_PARTS += "distributeddatamgr:distributedfilejs"
OPENHARMONY_PARTS += "distributeddatamgr:native_appdatamgr"
OPENHARMONY_PARTS += "distributedhardware:device_manager_base"
OPENHARMONY_PARTS += "distributedschedule:dmsfwk_standard"
......@@ -816,9 +818,14 @@ FILES:${PN}-appdatamgr = " \
${libdir}/libnative_preferences*${SOLIBS} \
${libdir}/libnative_dataability*${SOLIBS} \
${libdir}/libnative_appdatafwk*${SOLIBS} \
${libdir}/module/libfileio*${SOLIBS} \
${libdir}/module/libfile*${SOLIBS} \
${libdir}/module/data/librdb*${SOLIBS} \
${libdir}/module/data/libstorage*${SOLIBS} \
${libdir}/module/data/libdataability*${SOLIBS} \
"
RDEPENDS:${PN}-appdatamgr += "musl libcxx libcrypto"
RDEPENDS:${PN}-appdatamgr += "${PN}-libutils ${PN}-ipc ${PN}-hilog ${PN}-thirdparty-libxml2 ${PN}-thirdparty-icu ${PN}-thirdparty-sqlite"
RDEPENDS:${PN}-appdatamgr += "${PN}-libutils ${PN}-ipc ${PN}-hilog ${PN}-thirdparty-libxml2 ${PN}-thirdparty-icu ${PN}-thirdparty-sqlite ${PN}-ace-napi ${PN}-appexecfwk ${PN}-dmsfwk"
RDEPENDS:${PN} += "${PN}-appdatamgr"
PACKAGES =+ "${PN}-appdatamgr-ptest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment