mirror of
https://github.com/openharmony/device_profile_core.git
synced 2026-07-21 04:15:22 -04:00
add part_name and subsystem_name for build target
Signed-off-by: Gymee <yumeijie@huawei.com> Change-Id: I921ed7ca1eda0a5ed98673fc8368572d2a504bb8
This commit is contained in:
@@ -43,6 +43,8 @@ ohos_unittest("profile_crud_test") {
|
||||
configs = device_profile_configs
|
||||
deps = device_profile_deps
|
||||
external_deps = device_profile_external_deps
|
||||
part_name = "device_profile_core"
|
||||
subsystem_name = "deviceprofile"
|
||||
}
|
||||
|
||||
ohos_unittest("event_subscribe_test") {
|
||||
@@ -52,6 +54,8 @@ ohos_unittest("event_subscribe_test") {
|
||||
configs = device_profile_configs
|
||||
deps = device_profile_deps
|
||||
external_deps = device_profile_external_deps
|
||||
part_name = "device_profile_core"
|
||||
subsystem_name = "deviceprofile"
|
||||
}
|
||||
|
||||
ohos_unittest("profile_authority_test") {
|
||||
@@ -64,6 +68,8 @@ ohos_unittest("profile_authority_test") {
|
||||
configs = device_profile_configs
|
||||
deps = [ "//third_party/googletest:gtest_main" ]
|
||||
external_deps = device_profile_external_deps
|
||||
part_name = "device_profile_core"
|
||||
subsystem_name = "deviceprofile"
|
||||
}
|
||||
|
||||
group("unittest") {
|
||||
|
||||
Reference in New Issue
Block a user