arkui_ace_engine/adapter/ohos/build/bundle.json

112 lines
4.0 KiB
JSON
Raw Normal View History

{
"name": "@ohos/ace_engine",
"description": "ArkUI Cross-Platform Engine for UI layout measure and paint",
"version": "3.1",
"license": "Apache 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/arkui/ace_engine"
},
"dirs": {},
"scripts": {},
"component": {
"name": "ace_engine",
"subsystem": "arkui",
"syscap": [
"SystemCapability.ArkUI.ArkUI.Full"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "25600KB",
"ram": "102400KB",
"hisysevent_config": [
"//foundation/arkui/ace_engine/adapter/ohos/build/hisysevent.yaml"
],
"deps": {
"components": [
"ability_base",
"hiviewdfx_hilog_native",
"ability_runtime",
"appexecfwk_standard",
"ipc",
"samgr",
"preferences",
"relational_store",
"hisysevent_native",
"napi",
"utils_base",
"unittest",
"resmgr",
"graphic",
"bytrace",
"startup_l2",
"hiview"
],
"third_party": [
"json",
"expat",
"flutter",
"freetype",
"libpng",
"parse5",
"qrcodegen",
"css_what",
"weex_loader"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/arkui/ace_engine/adapter/ohos/build:ace_packages"
],
"service_group": [
"//foundation/arkui/ace_engine/adapter/ohos/services:services_target",
"//foundation/arkui/ace_engine/adapter/ohos/sa_profile:ace_sa_profile",
"//foundation/arkui/ace_engine/adapter/ohos/services/etc:ohos.para.dac",
"//foundation/arkui/ace_engine/adapter/ohos/services/uiservice:ui_service.cfg"
]
},
"inner_kits": [
{
"header": {
"header_base": "//foundation/arkui/ace_engine/interfaces/inner_api/ace/",
"header_files": [
"ui_content.h",
"viewport_config.h",
"serializeable_object.h"
]
},
"name": "//foundation/arkui/ace_engine/interfaces/inner_api/ace:ace_uicontent"
},
{
"header": {
"header_base": "//foundation/arkui/ace_engine/interfaces/inner_api/form_render/include",
"header_files": [
"form_renderer_group.h"
]
},
"name": "//foundation/arkui/ace_engine/interfaces/inner_api/form_render:ace_form_render"
},
{
"header": {
"header_base": "//foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/",
"header_files": [
"drawable_descriptor.h"
]
},
"name": "//foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor:drawable_descriptor"
}
],
"test": [
"//foundation/arkui/ace_engine/test/unittest:unittest",
"//foundation/arkui/ace_engine/frameworks/bridge/test:unittest",
"//foundation/arkui/ace_engine/frameworks/core/components_ng/test:unittest",
"//foundation/arkui/ace_engine/test/fuzztest:fuzztest"
]
}
}
}