提交 50407fb1 编写于 作者: Y yinjiaming

fix:部件需求整改

修复了脚本扫描出的bundle.json的问题,整改了
不符合规范的路径引用
Signed-off-by: Nyinjiaming <yinjiaming@huawei.com>
Change-Id: Ib397b014ee3d99cf5fb3368c3bbe1fe3f8a9af03
上级 31185125
...@@ -14,14 +14,16 @@ ...@@ -14,14 +14,16 @@
"en": "README" "en": "README"
}, },
"component": { "component": {
"name": "thirdparty_freebsd", "name": "freebsd",
"subsystem": "", "subsystem": "",
"syscap": [], "syscap": [],
"features": [], "features": [],
"adapted_system_type": [], "adapted_system_type": [
"rom": "", "small"
"ram": "", ],
"deps": { "rom": "16KB",
"ram": "32KB",
"external_deps": {
"components": [], "components": [],
"third_party": [] "third_party": []
}, },
......
...@@ -55,7 +55,7 @@ ohos_executable("fsck_msdos") { ...@@ -55,7 +55,7 @@ ohos_executable("fsck_msdos") {
include_dirs = [ include_dirs = [
".", ".",
"//third_party/FreeBSD/sys", "../../sys",
] ]
deps = [] deps = []
......
...@@ -36,7 +36,7 @@ config("vfat-defaults") { ...@@ -36,7 +36,7 @@ config("vfat-defaults") {
"-Wno-implicit-function-declaration", "-Wno-implicit-function-declaration",
"-D_MACHINE_IOCTL_FD_H_", "-D_MACHINE_IOCTL_FD_H_",
] ]
include_dirs = [ "//third_party/FreeBSD/sys" ] include_dirs = [ "../../sys" ]
} }
################################################### ###################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册