mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2024-11-23 06:50:35 +00:00
delete usefuless code
Signed-off-by: mazhao <mazhao12@huawei.com> Change-Id: I2b4763d9b8ff352d64ec4315288f692a52f35af2
This commit is contained in:
parent
598af88669
commit
97029e963e
2
BUILD.gn
2
BUILD.gn
@ -11,7 +11,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
import("//build/ohos.gni")
|
import("//build/ohos.gni")
|
||||||
import("//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/datamgr_service_data_share.gni")
|
|
||||||
|
|
||||||
group("build_native_test") {
|
group("build_native_test") {
|
||||||
testonly = true
|
testonly = true
|
||||||
@ -19,7 +18,6 @@ group("build_native_test") {
|
|||||||
"services/distributeddataservice/adapter/test:unittest",
|
"services/distributeddataservice/adapter/test:unittest",
|
||||||
"services/distributeddataservice/app/test:unittest",
|
"services/distributeddataservice/app/test:unittest",
|
||||||
"services/distributeddataservice/framework/test:unittest",
|
"services/distributeddataservice/framework/test:unittest",
|
||||||
"${gaussrd_path}/test/unittest:unittest",
|
|
||||||
"services/distributeddataservice/service/test:unittest",
|
"services/distributeddataservice/service/test:unittest",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -89,7 +89,6 @@ ohos_shared_library("data_share_service") {
|
|||||||
]
|
]
|
||||||
|
|
||||||
external_deps = [
|
external_deps = [
|
||||||
"kv_store:distributeddb",
|
|
||||||
"ability_base:want",
|
"ability_base:want",
|
||||||
"ability_base:zuri",
|
"ability_base:zuri",
|
||||||
"ability_runtime:dataobs_manager",
|
"ability_runtime:dataobs_manager",
|
||||||
@ -104,6 +103,7 @@ ohos_shared_library("data_share_service") {
|
|||||||
"device_manager:devicemanagersdk",
|
"device_manager:devicemanagersdk",
|
||||||
"hilog:libhilog",
|
"hilog:libhilog",
|
||||||
"ipc:ipc_core",
|
"ipc:ipc_core",
|
||||||
|
"kv_store:distributeddb",
|
||||||
"relational_store:native_rdb",
|
"relational_store:native_rdb",
|
||||||
"relational_store:rdb_bms_adapter",
|
"relational_store:rdb_bms_adapter",
|
||||||
"relational_store:rdb_data_share_adapter",
|
"relational_store:rdb_data_share_adapter",
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
# Copyright (c) 2023 Huawei Device Co., Ltd.
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
declare_args() {
|
|
||||||
gaussrd_path = "//foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd"
|
|
||||||
}
|
|
@ -93,7 +93,6 @@ ohos_fuzztest("DataShareServiceStubFuzzTest") {
|
|||||||
"${data_service_path}/adapter:distributeddata_adapter",
|
"${data_service_path}/adapter:distributeddata_adapter",
|
||||||
"${data_service_path}/framework:distributeddatasvcfwk",
|
"${data_service_path}/framework:distributeddatasvcfwk",
|
||||||
"${data_service_path}/service/data_share:data_share_service",
|
"${data_service_path}/service/data_share:data_share_service",
|
||||||
"${data_service_path}/service/data_share/gaussdb_rd:gaussdb_rd",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
external_deps = [
|
external_deps = [
|
||||||
@ -111,6 +110,7 @@ ohos_fuzztest("DataShareServiceStubFuzzTest") {
|
|||||||
"device_manager:devicemanagersdk",
|
"device_manager:devicemanagersdk",
|
||||||
"hilog:libhilog",
|
"hilog:libhilog",
|
||||||
"ipc:ipc_core",
|
"ipc:ipc_core",
|
||||||
|
"kv_store:distributeddb",
|
||||||
"relational_store:native_rdb",
|
"relational_store:native_rdb",
|
||||||
"relational_store:rdb_bms_adapter",
|
"relational_store:rdb_bms_adapter",
|
||||||
"relational_store:rdb_data_share_adapter",
|
"relational_store:rdb_data_share_adapter",
|
||||||
|
Loading…
Reference in New Issue
Block a user