Skip to content
Snippets Groups Projects
Commit 6c7d9d77 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

Merge branch 'hiappevent' into 'kirkstone'

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

See merge request eclipse/oniro-core/meta-openharmony!102
parents 4d284e67 e2954e82
Branches kirkstone
No related tags found
No related merge requests found
......@@ -340,6 +340,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"
......@@ -1176,6 +1177,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