From 2fdb68a9f0da98444685fb1c3371707522fe20ba Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Fri, 28 Apr 2023 10:51:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=83=A8=E4=BB=B6=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E6=95=B4=E6=94=B9=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=89=AB=E6=8F=8F=E5=87=BA=E7=9A=84bundle.json?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E6=95=B4=E6=94=B9=E4=BA=86?= =?UTF-8?q?=20=E4=B8=8D=E7=AC=A6=E5=90=88=E8=A7=84=E8=8C=83=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yinjiaming Change-Id: I4b5b7e986e93a57883628731a6f15105beacb7bf --- BUILD.gn | 7 +++++-- bundle.json | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 8062143..996622b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -170,13 +170,16 @@ config("os_config") { config("public") { include_dirs = [ - "//kernel/uniproton/src/arch/include", - "//kernel/uniproton/src/core/kernel/include", + "src/arch/include", + "src/core/kernel/include", ] } ohos_static_library("notice") { license_file = "./NOTICE" + + subsystem_name = "kernel" + part_name = "uniproton" } static_library("libkernel") { diff --git a/bundle.json b/bundle.json index 0bc6d66..a98a99b 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,7 @@ "name": "uniproton", "subsystem": "kernel", "syscap": [ - "SystemCapability.Kernel.uniproton" + "SystemCapability.Kernel.Uniproton" ], "features": [], "adapted_system_type": [ @@ -36,7 +36,7 @@ ], "rom": "300KB", "ram": "100KB", - "deps": { + "external_deps": { "components": [ "utils_lite" ],