mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-27 09:12:41 +00:00
ace ace_engine_stardard syscap standardization
Signed-off-by: lanshouren <lanshouren@163.com> Change-Id: I9f35b7f0d4d0177ab18a33e5654bf6c4da7aed29
This commit is contained in:
parent
6c260438d6
commit
1d75f3d7c9
87
adapter/ohos/build/bundle.json
Normal file
87
adapter/ohos/build/bundle.json
Normal file
@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "@ohos/ace_engine_standard",
|
||||
"description": "ArkUI Cross-Platform Engine for UI layout measure and paint",
|
||||
"version": "3.1",
|
||||
"license": "Apache 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "foundation/ace/ace_engine"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "ace_engine_standard",
|
||||
"subsystem": "ace",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "25600KB",
|
||||
"ram": "102400KB",
|
||||
"deps": {
|
||||
"components": [
|
||||
"hiviewdfx_hilog_native",
|
||||
"aafwk_standard",
|
||||
"appexecfwk_standard",
|
||||
"ipc",
|
||||
"ipc_js",
|
||||
"samgr_standard",
|
||||
"native_appdatamgr",
|
||||
"hisysevent_native",
|
||||
"napi",
|
||||
"utils_base",
|
||||
"unittest",
|
||||
"resmgr",
|
||||
"graphic",
|
||||
"bytrace_standard",
|
||||
"startup_l2"
|
||||
],
|
||||
"third_party": [
|
||||
"json",
|
||||
"expat",
|
||||
"flutter",
|
||||
"freetype",
|
||||
"glfw",
|
||||
"libpng",
|
||||
"parse5",
|
||||
"qrcodegen",
|
||||
"css_what",
|
||||
"weex_loader",
|
||||
"quickjs"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//foundation/ace/ace_engine/adapter/ohos/build:ace_packages",
|
||||
"//foundation/ace/ace_engine/adapter/preview/build:ace_for_windows",
|
||||
"//foundation/ace/ace_engine/sa_profile:ace_sa_profile",
|
||||
"//foundation/ace/ace_engine/services/uiservice:ui_service.cfg"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//foundation/ace/ace_engine/interfaces/innerkits/ace/",
|
||||
"header_files": [
|
||||
"ui_content.h",
|
||||
"viewport_config.h"
|
||||
]
|
||||
},
|
||||
"name": "//foundation/ace/ace_engine/interfaces/innerkits/ace:ace_uicontent"
|
||||
}
|
||||
],
|
||||
"test": [
|
||||
"//foundation/ace/ace_engine/frameworks/base/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/bridge/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/animation/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/pipeline/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/common/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/components/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/components/common/properties/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/event/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/focus/test:unittest",
|
||||
"//foundation/ace/ace_engine/frameworks/core/gestures/test:unittest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user