From 83443b6df941209dd209a8c54fe84cefb2dea05b Mon Sep 17 00:00:00 2001 From: jichuan Date: Fri, 14 Jul 2023 16:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0smartperf=5Fhost=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jichuan --- inherit/default.json | 4 ++++ inherit/ipcamera.json | 4 ++++ inherit/pc.json | 4 ++++ inherit/rich.json | 4 ++++ inherit/tablet.json | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/inherit/default.json b/inherit/default.json index ffa9049..88ae5b3 100644 --- a/inherit/default.json +++ b/inherit/default.json @@ -434,6 +434,10 @@ "component": "hiperf", "features": [] }, + { + "component": "smartperf_host", + "features": [] + }, { "component": "syscap_codec", "features": [] diff --git a/inherit/ipcamera.json b/inherit/ipcamera.json index bc6b17f..f55328f 100644 --- a/inherit/ipcamera.json +++ b/inherit/ipcamera.json @@ -451,6 +451,10 @@ { "component": "hiperf", "features": [] + }, + { + "component": "smartperf_host", + "features": [] } ] }, diff --git a/inherit/pc.json b/inherit/pc.json index 03f99b9..ffc8c96 100644 --- a/inherit/pc.json +++ b/inherit/pc.json @@ -434,6 +434,10 @@ "component": "hiperf", "features": [] }, + { + "component": "smartperf_host", + "features": [] + }, { "component": "syscap_codec", "features": [] diff --git a/inherit/rich.json b/inherit/rich.json index 8a21e92..10e745c 100644 --- a/inherit/rich.json +++ b/inherit/rich.json @@ -452,6 +452,10 @@ "component": "hiperf", "features": [] }, + { + "component": "smartperf_host", + "features": [] + }, { "component": "syscap_codec", "features": [] diff --git a/inherit/tablet.json b/inherit/tablet.json index bb9631c..476c6db 100644 --- a/inherit/tablet.json +++ b/inherit/tablet.json @@ -401,6 +401,10 @@ "component": "hiperf", "features": [] }, + { + "component": "smartperf_host", + "features": [] + }, { "component": "syscap_codec", "features": [] -- Gitee