Description:ces_standard change to common_event_service
Sig: SIG_ApplicationFramework
Feature or Bugfix:Feature
Binary Source:No

Signed-off-by: liqiang <liqiang121@huawei.com>
Change-Id: I1ee6feae1c4797652bc0379eb778f60e98f1ce30
This commit is contained in:
liqiang
2022-04-20 16:13:22 +08:00
parent a060ea1098
commit cdf9b38ed9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
"aafwk_standard",
"appexecfwk_standard",
"ans_standard",
"ces_standard",
"common_event_service",
"hiviewdfx_hilog_native",
"distributeddatamgr",
"ipc",
+1 -1
View File
@@ -47,7 +47,7 @@ ohos_shared_library("time_client") {
external_deps = [
"ability_runtime:runtime",
"ability_runtime:wantagent_innerkits",
"ces_standard:cesfwk_innerkits",
"common_event_service:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//base/notification/ces_standard/event.gni")
import("//base/notification/common_event_service/event.gni")
import("//build/ohos.gni")
cflags = []
+1 -1
View File
@@ -72,7 +72,7 @@ ohos_shared_library("time_service") {
external_deps = [
"ability_runtime:runtime",
"ability_runtime:wantagent_innerkits",
"ces_standard:cesfwk_innerkits",
"common_event_service:cesfwk_innerkits",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
"ipc:ipc_core",