!25 Fix : 部件化需求整改

Merge pull request !25 from yinjiaming/bundle
This commit is contained in:
openharmony_ci
2023-05-05 08:33:41 +00:00
committed by Gitee
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -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") {
+2 -2
View File
@@ -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"
],