1 Star 0 Fork 4K

JIAHE LIU/arkui_ace_engine

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
bundle.json 5.47 KB
Copy Edit Raw Blame History
kangchongtao authored 2023-06-25 10:13 . 编译规范整改
{
"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",
"input",
"window_manager",
"abilitykit_native",
"data_ability_helper",
"c_utils",
"eventhandler",
"bundle_framework",
"ets_runtime",
"form_fwk",
"data_object",
"pasteboard",
"kv_store",
"udmf",
"os_account",
"graphic_standard",
"safwk",
"common_event_service",
"data_share",
"resource_management",
"i18n",
"hicollie",
"init",
"multimedia_image_framework",
"accessibility",
"frame_aware_sched",
"hicollie_native",
"camera_framework",
"player_framework",
"access_token",
"hilog_native",
"2d_graphics",
"librender_service_client",
"input",
"power_manager",
"webview",
"imf",
"device_status"
],
"third_party": [
"json",
"expat",
"flutter",
"freetype",
"libpng",
"parse5",
"qrcodegen",
"css_what",
"weex_loader",
"third_party_skia",
"zlib",
"bounds_checking_function",
"curl",
"cjson",
"jsframework",
"opencl-headers",
"libuv",
"EGL",
"openGLES",
"libtxt",
"thirdparty_googletest"
]
},
"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"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lk_37/arkui_ace_engine.git
git@gitee.com:lk_37/arkui_ace_engine.git
lk_37
arkui_ace_engine
arkui_ace_engine
master

Search