From 2620da042472b69f930e59036ab6b078ceb18057 Mon Sep 17 00:00:00 2001 From: liutuantuan Date: Mon, 19 Feb 2024 14:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0calendar=5Fdata=E5=92=8Cdrm?= =?UTF-8?q?=5Fframework=E9=83=A8=E4=BB=B6=E5=88=B0default=E5=BF=85?= =?UTF-8?q?=E9=80=89=E9=9B=86=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liutuantuan --- inherit/default.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/inherit/default.json b/inherit/default.json index a1bb1cb..d062426 100644 --- a/inherit/default.json +++ b/inherit/default.json @@ -478,6 +478,10 @@ { "component": "media_foundation", "features": [] + }, + { + "component": "drm_framework", + "features": [] } ] }, @@ -595,6 +599,10 @@ { "component": "permission_manager", "features": [] + }, + { + "component": "calendar_data", + "features": [] } ] }, -- Gitee