diff --git a/inherit/default.json b/inherit/default.json index 080f586c5676bf7e1e667296f75706453823747f..7d887ef6290a11c6455574aee1c3528cfd4cd520 100644 --- a/inherit/default.json +++ b/inherit/default.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/ipcamera.json b/inherit/ipcamera.json index 5cc4ab4cba3f45a5b67b5d30c4a222283b9afffb..c137e6b0e712276762928799ee004545e39b7940 100644 --- a/inherit/ipcamera.json +++ b/inherit/ipcamera.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/pc.json b/inherit/pc.json index 7fc72c4e73d9a6ed9ffb315a494ef1a01419c599..fccd870901c8f6ad00a2d38d4d17efa44ebd58d3 100644 --- a/inherit/pc.json +++ b/inherit/pc.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/rich.json b/inherit/rich.json index 0d4d73387b52ca6a6771de94156e7ff00cb368b4..e9977cb8726624ad39888469f925d8c68973cd14 100644 --- a/inherit/rich.json +++ b/inherit/rich.json @@ -15,6 +15,10 @@ { "component": "ui_lite", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/inherit/tablet.json b/inherit/tablet.json index 5fe4c30b0f4a5c8f97df054e9ef3fc2c28978358..66454274a8714b243a0eb3aa70bef19f6566c01e 100644 --- a/inherit/tablet.json +++ b/inherit/tablet.json @@ -11,6 +11,10 @@ { "component": "napi", "features": [] + }, + { + "component": "advanced_ui_component", + "features": [] } ] }, diff --git a/products/ohos-sdk.json b/products/ohos-sdk.json index 7330da02a8d1cfa3cb12f8ef247a0e0e13b866d2..f60699edc3956e1af055fd2fa9986c5706eabb56 100644 --- a/products/ohos-sdk.json +++ b/products/ohos-sdk.json @@ -37,7 +37,8 @@ "subsystem": "arkui", "components": [ { "component": "ace_engine" }, - { "component": "napi" } + { "component": "napi" }, + { "component": "advanced_ui_component" } ] }, {