diff --git a/frameworks/native/BUILD.gn b/frameworks/native/BUILD.gn index c855c15b084d0c21873edd80f6bb6e5b66c6f6f3..f7222ca6310c7d7a4d3ff58417dc673fc012a52b 100644 --- a/frameworks/native/BUILD.gn +++ b/frameworks/native/BUILD.gn @@ -58,7 +58,7 @@ ohos_shared_library("libsensor_client") { "hilog:libhilog", "hisysevent:libhisysevent", "hitrace:hitrace_meter", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] @@ -113,7 +113,7 @@ ohos_shared_library("sensor_interface_native") { "c_utils:utils", "eventhandler:libeventhandler", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "safwk:system_ability_fwk", ] @@ -152,7 +152,7 @@ ohos_shared_library("ohsensor") { "c_utils:utils", "eventhandler:libeventhandler", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "safwk:system_ability_fwk", ] diff --git a/services/BUILD.gn b/services/BUILD.gn index 6f6cfebe86bd1e819138ae069f1798bee8b2aa46..56722a036d126547143723f44e97ed8bf4a6db87 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -61,7 +61,7 @@ ohos_shared_library("libsensor_service") { "hilog:libhilog", "hisysevent:libhisysevent", "hitrace:hitrace_meter", - "ipc:ipc_core", + "ipc:ipc_single", "safwk:system_ability_fwk", ] @@ -144,7 +144,7 @@ ohos_shared_library("libsensor_service_static") { "hilog:libhilog", "hisysevent:libhisysevent", "hitrace:hitrace_meter", - "ipc:ipc_core", + "ipc:ipc_single", "safwk:system_ability_fwk", ] diff --git a/test/fuzztest/services/createdatachannelstub_fuzzer/BUILD.gn b/test/fuzztest/services/createdatachannelstub_fuzzer/BUILD.gn index 391384be76a30548e4022df92d58bb883b9e27f6..2caede5e62597a58f4d00bc5e6a02e392eb13c2d 100644 --- a/test/fuzztest/services/createdatachannelstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/createdatachannelstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("CreateDataChannelStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/createsocketchannelstub_fuzzer/BUILD.gn b/test/fuzztest/services/createsocketchannelstub_fuzzer/BUILD.gn index 5b0a6e5729a41a4c0ce8e5a484d781a242cb9d4b..1aca22110f7bce2bc5d59d9058dacad4267cffe9 100644 --- a/test/fuzztest/services/createsocketchannelstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/createsocketchannelstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("CreateSocketChannelStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/destroydatachannelstub_fuzzer/BUILD.gn b/test/fuzztest/services/destroydatachannelstub_fuzzer/BUILD.gn index a3c02cc79d8addc639450746148ecfa767c49b05..06455f1daec2a1bb36c97e24b7339535734e0c75 100644 --- a/test/fuzztest/services/destroydatachannelstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/destroydatachannelstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("DestroyDataChannelStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/destroysocketchannelstub_fuzzer/BUILD.gn b/test/fuzztest/services/destroysocketchannelstub_fuzzer/BUILD.gn index 432a44f8a77286af59ee30b07fb3310b5bc9472b..c2ba97f333716768261604a4ec5ea24a03557482 100644 --- a/test/fuzztest/services/destroysocketchannelstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/destroysocketchannelstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("DestroySocketChannelStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/disableactiveinfocbstub_fuzzer/BUILD.gn b/test/fuzztest/services/disableactiveinfocbstub_fuzzer/BUILD.gn index c93ad83dbfe150896f1b7da5621b3d8664c6f893..c2f1d9c5d3497c007c6c3ee6057f65e1a3ac8e36 100644 --- a/test/fuzztest/services/disableactiveinfocbstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/disableactiveinfocbstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("DisableActiveInfoCBStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/enableactiveinfocbstub_fuzzer/BUILD.gn b/test/fuzztest/services/enableactiveinfocbstub_fuzzer/BUILD.gn index 16eeea7911222118423a814d4d3f4c64189dc99a..f94f9272786e07ed796976948aa4b1ee37cbc4f7 100644 --- a/test/fuzztest/services/enableactiveinfocbstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/enableactiveinfocbstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("EnableActiveInfoCBStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/getactiveinfoliststub_fuzzer/BUILD.gn b/test/fuzztest/services/getactiveinfoliststub_fuzzer/BUILD.gn index 9719854dad2acd6be86f0df54feb1ce3d58ee831..99b255b6d9ddb9353f0354b8ce5c4c57b4444086 100644 --- a/test/fuzztest/services/getactiveinfoliststub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/getactiveinfoliststub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("GetActiveInfoListStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/getallsensorsstub_fuzzer/BUILD.gn b/test/fuzztest/services/getallsensorsstub_fuzzer/BUILD.gn index 9f4f87b01a5c203f68480e2274d32fcf8c8d9cb7..e3b0ff58ed54856ac7cdb48ab7d8dd5afe5175ef 100644 --- a/test/fuzztest/services/getallsensorsstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/getallsensorsstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("GetAllSensorsStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/resetsensorsstub_fuzzer/BUILD.gn b/test/fuzztest/services/resetsensorsstub_fuzzer/BUILD.gn index ca613fd5b35c79d3491b6da5b26aa69dbc01d81d..513acc9025ce2b494da66ce989fd94b32b73a375 100644 --- a/test/fuzztest/services/resetsensorsstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/resetsensorsstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("ResetSensorsStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/resumesensorsstub_fuzzer/BUILD.gn b/test/fuzztest/services/resumesensorsstub_fuzzer/BUILD.gn index 83a3f562a1dccfec01e47e498b364b9176a4f8d3..5973bd994a8fed99f83dc82870cd2484b9eea955 100644 --- a/test/fuzztest/services/resumesensorsstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/resumesensorsstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("ResumeSensorsStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/sensordisablestub_fuzzer/BUILD.gn b/test/fuzztest/services/sensordisablestub_fuzzer/BUILD.gn index 595e4f332c299cdbbc3c4f829edd3a832b16de0e..c6cbcc2985c38401a4cfe0a9f0de87f70e8dd3e9 100644 --- a/test/fuzztest/services/sensordisablestub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/sensordisablestub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("SensorDisableStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/sensorenablestub_fuzzer/BUILD.gn b/test/fuzztest/services/sensorenablestub_fuzzer/BUILD.gn index 9a5c6409da7024c56b69dc344f50f10ce2e1f1e9..27dafa5b218e5e40d9a3d71857ad688d6dd1c165 100644 --- a/test/fuzztest/services/sensorenablestub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/sensorenablestub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("SensorEnableStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/sensoronremoterequest_fuzzer/BUILD.gn b/test/fuzztest/services/sensoronremoterequest_fuzzer/BUILD.gn index 2b819ff79c07dcf5b8ebfe5e03fa20a8c46a19aa..773ed37ab4a864b0ceca4e7071377d48b362b7d3 100644 --- a/test/fuzztest/services/sensoronremoterequest_fuzzer/BUILD.gn +++ b/test/fuzztest/services/sensoronremoterequest_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("SensorOnRemoteRequestFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/fuzztest/services/suspendsensorsstub_fuzzer/BUILD.gn b/test/fuzztest/services/suspendsensorsstub_fuzzer/BUILD.gn index 410c9c48bc82b066c5be7ef0143ef3abce1ca8e9..463dab12596ddc45ed5e4ee948ec189035165d31 100644 --- a/test/fuzztest/services/suspendsensorsstub_fuzzer/BUILD.gn +++ b/test/fuzztest/services/suspendsensorsstub_fuzzer/BUILD.gn @@ -58,7 +58,7 @@ ohos_fuzztest("SuspendSensorsStubFuzzTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", "samgr:samgr_proxy", ] } diff --git a/test/unittest/interfaces/inner_api/BUILD.gn b/test/unittest/interfaces/inner_api/BUILD.gn index 03b9e325fba0c57c683a21cfd79f147609913f7c..b4915e013fdf864a11d89e947e0f9fc75745c3c5 100644 --- a/test/unittest/interfaces/inner_api/BUILD.gn +++ b/test/unittest/interfaces/inner_api/BUILD.gn @@ -42,7 +42,7 @@ ohos_unittest("SensorAgentTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", ] } @@ -68,7 +68,7 @@ ohos_unittest("SensorAlgorithmTest") { external_deps = [ "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", ] } @@ -104,7 +104,7 @@ ohos_unittest("SensorPowerTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", ] } @@ -130,7 +130,7 @@ ohos_unittest("PostureTest") { external_deps = [ "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", ] } @@ -157,7 +157,7 @@ ohos_unittest("HeadPostureTest") { external_deps = [ "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", ] } ohos_unittest("DropDetectionTest") { @@ -181,7 +181,7 @@ ohos_unittest("DropDetectionTest") { external_deps = [ "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", ] } group("unittest") { diff --git a/test/unittest/interfaces/kits/BUILD.gn b/test/unittest/interfaces/kits/BUILD.gn index 4ac9e119ba56c9f1d06d28c05a4fc76b0b50fc1b..54d05ca36ab5e9053d1b362c6f26338089c006cf 100644 --- a/test/unittest/interfaces/kits/BUILD.gn +++ b/test/unittest/interfaces/kits/BUILD.gn @@ -39,7 +39,7 @@ ohos_unittest("SensorNativeTest") { "access_token:libtoken_setproc", "c_utils:utils", "hilog:libhilog", - "ipc:ipc_core", + "ipc:ipc_single", ] } group("unittest") { diff --git a/utils/common/BUILD.gn b/utils/common/BUILD.gn index 2e67dc0a84a319ddffc2fe37fa31895255c83c67..48bce26e0b22d0f7f21321a598905ed917336150 100644 --- a/utils/common/BUILD.gn +++ b/utils/common/BUILD.gn @@ -44,7 +44,7 @@ ohos_shared_library("libsensor_utils") { "c_utils:utils", "hilog:libhilog", "hisysevent:libhisysevent", - "ipc:ipc_core", + "ipc:ipc_single", ] innerapi_tags = [ "platformsdk_indirect" ]