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" ],