Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
bundle.json 1.25 KB
Copy Edit Raw Blame History
dinghong authored 2024-09-24 19:19 . add ffi settings
{
"name": "@ohos/settings",
"description": "Settings app for standard system.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/standard/settings"
},
"dirs": {},
"scripts": {},
"component": {
"name": "settings",
"subsystem": "applications",
"syscap": [
"SystemCapability.Applications.Settings.Core"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"ace_engine",
"c_utils",
"data_share",
"hilog",
"relational_store",
"os_account",
"napi",
"ipc"
],
"third_party": []
},
"build": {
"sub_component": [
"//applications/standard/settings/napi/settings:settings",
"//applications/standard/settings/cj/settings:cj_settings_ffi"
],
"inner_kits": [],
"test": []
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化