From 5ff3f931f22abbc1ef99fd4bc4194df83d5fc66c Mon Sep 17 00:00:00 2001 From: zmx <1029211721@qq.com> Date: Mon, 25 Oct 2021 09:49:56 +0800 Subject: [PATCH] samgr part name rectify Signed-off-by: zmx <1029211721@qq.com> Change-Id: Ia90b8991c3f13ef37a523afbb73a368464bce0a4 --- ohos.build | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/ohos.build b/ohos.build index b69fdd50..c5227b73 100755 --- a/ohos.build +++ b/ohos.build @@ -1,32 +1,5 @@ { "parts": { - "samgr_L2": { - "variants": ["phone", "wearable"], - "inner_kits": [ - { - "header": { - "header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include/", - "header_files": [ - "iservice_registry.h", - "if_system_ability_manager.h", - "system_ability_manager_proxy.h", - "sam_log.h", - "system_ability_info.h", - "if_system_ability_connection_callback.h" - ] - }, - "name": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy" - } - ], - "module_list": [ - "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy", - "//foundation/distributedschedule/samgr/services/samgr/native:samgr", - "//foundation/distributedschedule/samgr/services/samgr/native:etc", - "//third_party/libxml2:libxml2" - ], - "test_list": ["//foundation/distributedschedule/samgr/services/samgr/native/test:unittest"], - "system_kits": [] - }, "samgr_standard": { "variants": ["phone", "wearable"], "inner_kits": [ -- Gitee