1From 130403fa56b6ac2dba0e86abe6ddf81bfcf0fda0 Mon Sep 17 00:00:00 2001 2From: jichuan <jichuan1@huawei.com> 3Date: Wed, 12 Jul 2023 14:16:41 +0800 4Subject: [PATCH] patch 5 6Signed-off-by: jichuan <jichuan1@huawei.com> 7--- 8 inherit/default.json | 4 ++++ 9 inherit/ipcamera.json | 4 ++++ 10 inherit/pc.json | 4 ++++ 11 inherit/rich.json | 4 ++++ 12 inherit/tablet.json | 4 ++++ 13 5 files changed, 20 insertions(+) 14 15diff --git a/inherit/default.json b/inherit/default.json 16index 3621e9e..df2b902 100644 17--- a/inherit/default.json 18+++ b/inherit/default.json 19@@ -454,6 +454,10 @@ 20 "component": "hiperf", 21 "features": [] 22 }, 23+ { 24+ "component": "smartperf_host", 25+ "features": [] 26+ }, 27 { 28 "component": "syscap_codec", 29 "features": [] 30diff --git a/inherit/ipcamera.json b/inherit/ipcamera.json 31index 88562be..ab81e60 100644 32--- a/inherit/ipcamera.json 33+++ b/inherit/ipcamera.json 34@@ -455,6 +455,10 @@ 35 { 36 "component": "hiperf", 37 "features": [] 38+ }, 39+ { 40+ "component": "smartperf_host", 41+ "features": [] 42 } 43 ] 44 }, 45diff --git a/inherit/pc.json b/inherit/pc.json 46index 89392c5..c25f665 100644 47--- a/inherit/pc.json 48+++ b/inherit/pc.json 49@@ -454,6 +454,10 @@ 50 "component": "hiperf", 51 "features": [] 52 }, 53+ { 54+ "component": "smartperf_host", 55+ "features": [] 56+ }, 57 { 58 "component": "syscap_codec", 59 "features": [] 60diff --git a/inherit/rich.json b/inherit/rich.json 61index 7277257..a80b9e2 100644 62--- a/inherit/rich.json 63+++ b/inherit/rich.json 64@@ -464,6 +464,10 @@ 65 "component": "hiperf", 66 "features": [] 67 }, 68+ { 69+ "component": "smartperf_host", 70+ "features": [] 71+ }, 72 { 73 "component": "syscap_codec", 74 "features": [] 75diff --git a/inherit/tablet.json b/inherit/tablet.json 76index 1e0e322..c6ad521 100644 77--- a/inherit/tablet.json 78+++ b/inherit/tablet.json 79@@ -421,6 +421,10 @@ 80 "component": "hiperf", 81 "features": [] 82 }, 83+ { 84+ "component": "smartperf_host", 85+ "features": [] 86+ }, 87 { 88 "component": "syscap_codec", 89 "features": [] 90-- 912.34.1 92 93