修改子系统名称

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-05-11 16:16:48 +08:00
parent 84fdbdf031
commit 8ce416951c
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -39,5 +39,6 @@ ohos_shared_library("jsoncpp") {
"//third_party/jsoncpp/include/",
]
public_configs = [ ":jsoncpp_public_config" ]
subsystem_name = "distributeddatamgr"
part_name = "jsoncpp"
subsystem_name = "thirdparty"
}
+3 -3
View File
@@ -10,8 +10,8 @@
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_jsoncpp",
"subsystem": "",
"name": "jsoncpp",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
@@ -27,4 +27,4 @@
"test": []
}
}
}
}