1 Star 0 Fork 414

杨阳/arkui_napi

forked from OpenHarmony/arkui_napi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.22 KB
一键复制 编辑 原始数据 按行查看 历史
weng-changcheng 提交于 2023-08-29 22:08 . Modify ark engine of napi
{
"name": "@ohos/napi",
"description": "Node-API (formerly N-API) is an API for build native Addons",
"version": "3.1",
"license": "Apache 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/arkui/napi"
},
"dirs": {},
"scripts": {},
"component": {
"name": "napi",
"subsystem": "arkui",
"syscap": [
"SystemCapability.ArkUI.ArkUI.Napi",
"SystemCapability.ArkUI.ArkUI.Libuv"
],
"features": ["napi_enable_container_scope"],
"adapted_system_type": [
"standard"
],
"rom": "5120KB",
"ram": "10240KB",
"deps": {
"components": [
"ets_runtime",
"hilog",
"hitrace",
"init"
],
"third_party": [
"icu",
"jerryscript",
"libuv",
"node",
"bounds_checking_function"
]
},
"build": {
"group_type": {
"base_group": [
"//foundation/arkui/napi:napi_packages",
"//foundation/arkui/napi:napi_packages_ndk"
],
"fwk_group": [],
"service_group": []
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/arkui/napi/interfaces/kits",
"header_files": [
"napi/native_api.h"
]
},
"name": "//foundation/arkui/napi:ace_napi"
},
{
"header": {
"header_base": "//foundation/arkui/napi/interfaces/inner_api",
"header_files": [
"napi/native_common.h",
"napi/native_node_api.h"
]
},
"name": "//foundation/arkui/napi:ace_napi"
},
{
"header": {
"header_base": "//foundation/arkui/napi/native_engine/",
"header_files": [
"native_engine.h"
]
},
"name": "//foundation/arkui/napi:ace_napi"
},
{
"header": {
"header_base": "//foundation/arkui/ace_engine/frameworks/core/common/",
"header_files": [
"container_scope.h"
]
},
"name": "//foundation/arkui/napi:ace_container_scope"
}
],
"test": [
"//foundation/arkui/napi:napi_packages_test",
"//foundation/arkui/napi/module_manager/test/unittest/module_manager_test:unittest",
"//foundation/arkui/napi/sample/native_module_systemtest:systemtest",
"//foundation/arkui/napi/test/unittest:unittest",
"//foundation/arkui/napi/test/fuzztest:fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yang-19970325/arkui_napi.git
git@gitee.com:yang-19970325/arkui_napi.git
yang-19970325
arkui_napi
arkui_napi
master

搜索帮助