mirror of
https://gitee.com/openharmony/security_selinux
synced 2024-11-23 13:30:05 +00:00
modify bundle.json
Signed-off-by: steven_q <qichanggui@huawei.com>
This commit is contained in:
parent
01f620b700
commit
bbce65ddd3
29
bundle.json
29
bundle.json
@ -4,30 +4,30 @@
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "base/security/selinux"
|
||||
},
|
||||
"segment": {
|
||||
"destPath": "base/security/selinux"
|
||||
},
|
||||
"scripts": {},
|
||||
"dirs": {},
|
||||
"dirs": {},
|
||||
"component": {
|
||||
"name": "selinux",
|
||||
"subsystem": "security",
|
||||
"adapted_system_type": [ "standard" ],
|
||||
"rom": "3072KB",
|
||||
"ram": "3072KB",
|
||||
"rom": "3072KB",
|
||||
"ram": "3072KB",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": [
|
||||
"selinux",
|
||||
"pcre2",
|
||||
"FreeBSD",
|
||||
"toybox",
|
||||
"Linux_Kernel"
|
||||
"toybox",
|
||||
"Linux_Kernel"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//base/security/selinux:selinux_group"
|
||||
"//base/security/selinux:selinux_group"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
@ -47,9 +47,18 @@
|
||||
],
|
||||
"header_base": "//base/security/selinux/interfaces/policycoreutils/include"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "//base/security/selinux:libhap_restorecon",
|
||||
"header": {
|
||||
"header_files": [
|
||||
"hap_restorecon.h"
|
||||
],
|
||||
"header_base": "//base/security/selinux/interfaces/policycoreutils/include"
|
||||
}
|
||||
}
|
||||
],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user