提交 916de7a5 编写于 作者: Z zewu-feng

实现libpng组件部件化

Signed-off-by: Nzewu-feng <fengzewu@huawei.com>
上级 f9775057
...@@ -82,12 +82,14 @@ if (defined(ohos_lite)) { ...@@ -82,12 +82,14 @@ if (defined(ohos_lite)) {
deps = [ ":libpng_static" ] deps = [ ":libpng_static" ]
public_configs = [ ":libpng_config" ] public_configs = [ ":libpng_config" ]
configs = [ ":libpng_wno_config" ] configs = [ ":libpng_wno_config" ]
subsystem_name = "common" subsystem_name = "thirdparty"
install_images = [ install_images = [
"system", "system",
"updater", "updater",
] ]
part_name = "graphic_standard" part_name = "libpng"
output_name = "libpng"
install_enable = true
} }
ohos_static_library("libpng_static") { ohos_static_library("libpng_static") {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
}, },
"component": { "component": {
"name": "thirdparty_libpng", "name": "thirdparty_libpng",
"subsystem": "", "subsystem": "thirdparty",
"syscap": [], "syscap": [],
"features": [], "features": [],
"adapted_system_type": [], "adapted_system_type": [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册