1 Star 0 Fork 227

a290031239 / systemabilitymgr_samgr_lite

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
bundle.json 1.13 KB
AI 代码解读
Copy Edit Raw Blame History
zhushengle authored 2022-09-27 10:02 . feat: 支持UniProton内核
{
"name": "@ohos/systemabilitymgr_samgr_lite",
"description": "system ability manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/systemabilitymgr_samgr_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/systemabilitymgr/samgr_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "samgr_lite",
"subsystem": "systemabilitymgr",
"adapted_system_type": [
"small"
],
"adapted_kernel": [
"liteos_a",
"liteos_m",
"uniproton",
"linux"
],
"rom": "62KB",
"ram": "",
"deps": {
"components": [
"utils_base",
"hilog_lite"
],
"third_party": [
"bounds_checking_function",
"cJSON"
]
},
"build": {
"sub_component": [
"//foundation/systemabilitymgr/samgr_lite:samgr"
]
}
}
}
1
https://gitee.com/a290031239/systemabilitymgr_samgr_lite.git
git@gitee.com:a290031239/systemabilitymgr_samgr_lite.git
a290031239
systemabilitymgr_samgr_lite
systemabilitymgr_samgr_lite
master

Search