mirror of
https://github.com/openharmony/useriam_auth_executor_mgr.git
synced 2026-07-19 22:53:40 -04:00
ebaf44dce9
Signed-off-by: wangxu43 <wangxu43@huawei.com>
41 lines
928 B
JSON
41 lines
928 B
JSON
{
|
|
"name": "@openharmony/useriam_common",
|
|
"version": "3.1.0",
|
|
"description": "Useriam common",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"author": {},
|
|
"repository": "",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath" : "base/useriam/coauth/common"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "useriam_common",
|
|
"subsystem": "useriam",
|
|
"adapted_system_type": [ "standard" ],
|
|
"syscap": [],
|
|
"features": [],
|
|
"rom": "2200KB",
|
|
"ram": "2000KB",
|
|
"deps": {
|
|
"components": [
|
|
"hiviewdfx_hilog_native"
|
|
],
|
|
"third_party": [
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/user_iam/auth_executor_mgr/common:useriam_common_lib"
|
|
],
|
|
"inner_kits": [
|
|
],
|
|
"test": [
|
|
]
|
|
}
|
|
}
|
|
}
|