From 41ddc387899edf1791a6e37f40b17b05bb0fa99b Mon Sep 17 00:00:00 2001 From: chen Date: Thu, 13 Jan 2022 19:53:04 +0800 Subject: [PATCH] rm ohos.build Signed-off-by: chen Change-Id: I6492190f68426e11df6690fb5821a7a4b084e212 --- bundle.json | 2 +- ohos.build | 59 ----------------------------------------------------- 2 files changed, 1 insertion(+), 60 deletions(-) delete mode 100755 ohos.build diff --git a/bundle.json b/bundle.json index 362cb268..1930de74 100755 --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "samgr", + "name": "samgr_standard", "subsystem": "distributedschedule", "adapted_system_type": [ "standard" diff --git a/ohos.build b/ohos.build deleted file mode 100755 index 8a2e9c07..00000000 --- a/ohos.build +++ /dev/null @@ -1,59 +0,0 @@ -{ - "parts": { - "samgr_standard": { - "variants": ["phone", "wearable"], - "inner_kits": [ - { - "header": { - "header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include/", - "header_files": [ - "if_system_ability_manager.h", - "iservice_registry.h", - "isystem_ability_load_callback.h", - "isystem_ability_status_change.h", - "system_ability_definition.h", - "system_ability_manager_proxy.h", - "system_ability_load_callback_stub.h", - "system_ability_status_change_stub.h", - "sam_log.h" - ] - }, - "name": "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy" - }, - { - "header": { - "header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/common/include/", - "header_files": [ - "sa_profiles.h", - "parse_util.h" - ] - }, - "name": "//foundation/distributedschedule/samgr/interfaces/innerkits/common:samgr_common" - }, - { - "header": { - "header_base": "//foundation/distributedschedule/samgr/interfaces/innerkits/lsamgr/", - "header_files": [ - "if_local_ability_manager.h", - "local_ability_manager_proxy.h" - ] - }, - "name": "//foundation/distributedschedule/samgr/interfaces/innerkits/lsamgr:lsamgr" - } - ], - "module_list": [ - "//foundation/distributedschedule/samgr/interfaces/innerkits/common:samgr_common", - "//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", - "//foundation/distributedschedule/samgr/services/common/test:unittest" - ], - "system_kits": [] - } - }, - "subsystem": "distributedschedule" -} -- Gitee