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

openharmony-standard: add //base/hiviewdfx/hiappevent


adding //base/hiviewdfx/hiappevent in OPENHARMONY_PARTS
adding ${PN}-hiappevent package
fixing ActsHiAppEventJsTest ACTS tests

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 460feb6b
No related branches found
No related tags found
1 merge request!102openharmony-standard: add //base/hiviewdfx/hiappevent
......@@ -336,6 +336,7 @@ OPENHARMONY_PARTS += "hiviewdfx:hilog"
OPENHARMONY_PARTS += "hiviewdfx:hilog_native"
OPENHARMONY_PARTS += "hiviewdfx:hilog_service"
OPENHARMONY_PARTS += "hiviewdfx:hisysevent_native"
OPENHARMONY_PARTS += "hiviewdfx:hiappevent_js"
OPENHARMONY_PARTS += "hiviewdfx:hiviewdfx_hilog_native"
OPENHARMONY_PARTS += "hiviewdfx:hiview"
OPENHARMONY_PARTS += "hiviewdfx:hiview_L2"
......@@ -1172,6 +1173,16 @@ RDEPENDS:${PN}-hisysevent-ptest += "musl libcxx"
RDEPENDS:${PN}-hisysevent-ptest += "${PN}-hisysevent ${PN}-hilog"
RDEPENDS:${PN}-ptest += "${PN}-hisysevent-ptest"
# //base/hiviewdfx/hiappevent
PACKAGES =+ "${PN}-hiappevent"
FILES:${PN}-hiappevent = " \
${libdir}/libhiappevent*${SOLIBS} \
${libdir}/module/libhiappevent*${SOLIBS} \
"
RDEPENDS:${PN}-hiappevent += "musl libcxx"
RDEPENDS:${PN}-hiappevent += "${PN}-hilog ${PN}-ace-napi ${PN}-ipc ${PN}-dmsfwk ${PN}-libutils"
RDEPENDS:${PN} += "${PN}-hiappevent"
# //base/powermgr/power_manager
PACKAGES =+ "${PN}-powermgr"
FILES:${PN}-powermgr = " \
......
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