diff --git a/dayu210/camera/vdi_impl/v4l2/BUILD.gn b/dayu210/camera/vdi_impl/v4l2/BUILD.gn index 55b0018fcba7d3e187bc6f83fc51a800694a1fe4..628b349101c988162850fff3cb4725f3dee3cdab 100755 --- a/dayu210/camera/vdi_impl/v4l2/BUILD.gn +++ b/dayu210/camera/vdi_impl/v4l2/BUILD.gn @@ -222,6 +222,7 @@ if (product_name == "rk3568_mini_system") { "hdf_core:libhdf_utils", "hdf_core:libhdi", "hilog:libhilog", + "hisysevent:libhisysevent", "ipc:ipc_single", ] if (use_hitrace) { @@ -274,6 +275,7 @@ if (product_name == "rk3568_mini_system") { "hdf_core:libhdf_utils", "hdf_core:libhdi", "hilog:libhilog", + "hisysevent:libhisysevent", "hitrace:hitrace_meter", "ipc:ipc_single", ] diff --git a/rk3568/camera/vdi_impl/v4l2/BUILD.gn b/rk3568/camera/vdi_impl/v4l2/BUILD.gn index 3297fcb858881172c4bcf5bcc395f304815f0c90..70d24501c09f0e147d4d07b27ea35522eb672e26 100755 --- a/rk3568/camera/vdi_impl/v4l2/BUILD.gn +++ b/rk3568/camera/vdi_impl/v4l2/BUILD.gn @@ -225,6 +225,7 @@ if (product_name == "rk3568_mini_system") { "hdf_core:libhdf_utils", "hdf_core:libhdi", "hilog:libhilog", + "hisysevent:libhisysevent", "ipc:ipc_single", ] if (use_hitrace) { @@ -280,6 +281,7 @@ if (product_name == "rk3568_mini_system") { "hdf_core:libhdf_utils", "hdf_core:libhdi", "hilog:libhilog", + "hisysevent:libhisysevent", "hitrace:hitrace_meter", "ipc:ipc_single", ]