2022-01-25 12:22:19 +00:00
|
|
|
{
|
2022-06-24 01:34:59 +00:00
|
|
|
"name": "@ohos/ace_engine",
|
2022-01-25 12:22:19 +00:00
|
|
|
"description": "ArkUI Cross-Platform Engine for UI layout measure and paint",
|
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
2022-04-26 12:00:52 +00:00
|
|
|
"destPath": "foundation/arkui/ace_engine"
|
2022-01-25 12:22:19 +00:00
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
2022-06-24 01:34:59 +00:00
|
|
|
"name": "ace_engine",
|
2022-04-26 12:00:52 +00:00
|
|
|
"subsystem": "arkui",
|
2022-08-11 04:02:42 +00:00
|
|
|
"syscap": [
|
|
|
|
"SystemCapability.ArkUI.ArkUI.Full"
|
|
|
|
],
|
2022-01-25 12:22:19 +00:00
|
|
|
"features": [],
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
|
|
|
"rom": "25600KB",
|
|
|
|
"ram": "102400KB",
|
2023-01-20 09:24:19 +00:00
|
|
|
"hisysevent_config": [
|
2022-04-26 12:00:52 +00:00
|
|
|
"//foundation/arkui/ace_engine/adapter/ohos/build/hisysevent.yaml"
|
2022-01-27 11:04:04 +00:00
|
|
|
],
|
2022-01-25 12:22:19 +00:00
|
|
|
"deps": {
|
|
|
|
"components": [
|
2022-02-14 14:47:04 +00:00
|
|
|
"ability_base",
|
2022-01-25 12:22:19 +00:00
|
|
|
"hiviewdfx_hilog_native",
|
2022-02-14 14:47:04 +00:00
|
|
|
"ability_runtime",
|
2022-01-25 12:22:19 +00:00
|
|
|
"appexecfwk_standard",
|
|
|
|
"ipc",
|
2022-07-30 14:07:17 +00:00
|
|
|
"samgr",
|
2022-06-28 11:58:05 +00:00
|
|
|
"preferences",
|
2022-05-17 15:08:00 +00:00
|
|
|
"relational_store",
|
2022-01-25 12:22:19 +00:00
|
|
|
"hisysevent_native",
|
|
|
|
"napi",
|
|
|
|
"utils_base",
|
|
|
|
"unittest",
|
|
|
|
"resmgr",
|
|
|
|
"graphic",
|
2022-04-29 04:10:12 +00:00
|
|
|
"bytrace",
|
2023-03-24 08:22:15 +00:00
|
|
|
"startup_l2",
|
|
|
|
"hiview"
|
2022-01-25 12:22:19 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
"json",
|
|
|
|
"expat",
|
|
|
|
"flutter",
|
|
|
|
"freetype",
|
|
|
|
"libpng",
|
|
|
|
"parse5",
|
|
|
|
"qrcodegen",
|
|
|
|
"css_what",
|
2022-11-02 12:43:54 +00:00
|
|
|
"weex_loader"
|
2022-01-25 12:22:19 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
2022-07-27 11:55:32 +00:00
|
|
|
"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",
|
2022-12-09 02:45:04 +00:00
|
|
|
"//foundation/arkui/ace_engine/adapter/ohos/services/etc:ohos.para.dac",
|
2022-07-27 11:55:32 +00:00
|
|
|
"//foundation/arkui/ace_engine/adapter/ohos/services/uiservice:ui_service.cfg"
|
|
|
|
]
|
|
|
|
},
|
2022-01-25 12:22:19 +00:00
|
|
|
"inner_kits": [
|
|
|
|
{
|
|
|
|
"header": {
|
2023-01-20 09:24:19 +00:00
|
|
|
"header_base": "//foundation/arkui/ace_engine/interfaces/inner_api/ace/",
|
|
|
|
"header_files": [
|
|
|
|
"ui_content.h",
|
2023-05-12 09:58:17 +00:00
|
|
|
"viewport_config.h",
|
|
|
|
"serializeable_object.h"
|
2023-01-20 09:24:19 +00:00
|
|
|
]
|
2022-01-25 12:22:19 +00:00
|
|
|
},
|
2022-04-26 12:00:52 +00:00
|
|
|
"name": "//foundation/arkui/ace_engine/interfaces/inner_api/ace:ace_uicontent"
|
2023-02-02 11:21:40 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": {
|
2023-01-20 09:24:19 +00:00
|
|
|
"header_base": "//foundation/arkui/ace_engine/interfaces/inner_api/form_render/include",
|
|
|
|
"header_files": [
|
|
|
|
"form_renderer_group.h"
|
|
|
|
]
|
2023-02-02 11:21:40 +00:00
|
|
|
},
|
|
|
|
"name": "//foundation/arkui/ace_engine/interfaces/inner_api/form_render:ace_form_render"
|
2023-03-13 02:50:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
2023-02-02 11:21:40 +00:00
|
|
|
}
|
2022-01-25 12:22:19 +00:00
|
|
|
],
|
|
|
|
"test": [
|
2023-01-20 09:24:19 +00:00
|
|
|
"//foundation/arkui/ace_engine/test/unittest:unittest",
|
2022-04-26 12:00:52 +00:00
|
|
|
"//foundation/arkui/ace_engine/frameworks/bridge/test:unittest",
|
2022-08-11 06:25:55 +00:00
|
|
|
"//foundation/arkui/ace_engine/frameworks/core/components_ng/test:unittest",
|
2023-01-04 06:06:03 +00:00
|
|
|
"//foundation/arkui/ace_engine/test/fuzztest:fuzztest"
|
2022-01-25 12:22:19 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-03-13 02:50:44 +00:00
|
|
|
}
|