From d043bccc381c835ab722a5dcb98fb847e5175156 Mon Sep 17 00:00:00 2001 From: xqq879988 Date: Wed, 14 May 2025 17:08:03 +0800 Subject: [PATCH] =?UTF-8?q?drivers=5Finterface=5Fpartitionslot=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E5=92=8C=E6=B6=88?= =?UTF-8?q?=E9=99=A4=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqq879988 --- partitionslot/bundle.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/partitionslot/bundle.json b/partitionslot/bundle.json index 0e903905..fc65eb3d 100644 --- a/partitionslot/bundle.json +++ b/partitionslot/bundle.json @@ -46,6 +46,14 @@ ], "header_base": "//drivers/interface/partitionslot" } + }, + { + "name": "//drivers/interface/partitionslot/v1_0:libpartitionslot_stub_1.0", + "header": { + "header_files": [ + ], + "header_base": "//drivers/interface/partitionslot" + } } ] } -- Gitee