diff --git a/recipes-openharmony/openharmony/openharmony-standard_3.0.bb b/recipes-openharmony/openharmony/openharmony-standard_3.0.bb index d2f14e0196fd25d505ca4b3ecdc687fbf434f48c..79f5a28bf5d4de948cbc329ab95b73d922d979b1 100644 --- a/recipes-openharmony/openharmony/openharmony-standard_3.0.bb +++ b/recipes-openharmony/openharmony/openharmony-standard_3.0.bb @@ -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 = " \