add innertag on graphic_graphic_2d

Signed-off-by: chengjinsong2 <chengjinsong2@huawei.com>
This commit is contained in:
chengjinsong2 2023-05-17 11:25:02 +08:00
parent 4720b6b1f4
commit c4b6f435b9
15 changed files with 22 additions and 0 deletions

View File

@ -74,6 +74,7 @@ if (current_os != "ohos") {
output_name = "EGL"
output_extension = "so"
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}
@ -207,6 +208,7 @@ if (current_os != "ohos") {
output_name = "GLESv3"
output_extension = "so"
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -111,6 +111,10 @@ ohos_shared_library("surface") {
public_deps -= [ "//drivers/peripheral/display/hdi_service/gralloc/client:hdi_gralloc_client" ]
}
innerapi_tags = [
"chipsetsdk",
"platformsdk",
]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -41,6 +41,7 @@ ohos_shared_library("color_space_object_convertor") {
cflags_cc = [ "-std=c++17" ]
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -212,6 +212,7 @@ if (!is_cross_platform_build) {
symlink_target_name = [ "libnative_drawing.so" ]
deps = [ ":2d_graphics_source_ohos" ]
public_configs = [ ":export_config" ]
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -39,6 +39,7 @@ ohos_shared_library("window_animation") {
"ipc:ipc_core",
]
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -83,6 +83,7 @@ ohos_shared_library("libvsync") {
public_deps += [ "//foundation/graphic/graphic_2d_ext/ohcore/graphic_compat_layer:libgraphic_compat_layer" ]
}
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -63,6 +63,7 @@ ohos_shared_library("color_picker") {
cflags_cc = [ "-std=c++17" ]
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -55,6 +55,7 @@ ohos_shared_library("libegl_effect") {
install_enable = false
}
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -85,6 +85,7 @@ ohos_shared_library("skeffectchain") {
cflags_cc = [ "-std=c++17" ]
install_enable = true
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -74,6 +74,7 @@ ohos_shared_library("libframe_analyzer") {
public_configs = [ ":libframe_analyzer_public_config" ]
subsystem_name = "graphic"
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "graphic_standard"
}
## Build libframe_analyzer.so }}}

View File

@ -239,6 +239,7 @@ ohos_shared_library("librender_service_base") {
"src/platform:platform",
]
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -193,6 +193,7 @@ render_service_client_source_set("render_service_client_src_static") {
ohos_shared_library("librender_service_client") {
public_deps = [ ":render_service_client_src" ]
innerapi_tags = [ "platformsdk" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -52,6 +52,7 @@ ohos_shared_library("color_manager") {
public_deps += [ "//third_party/flutter/build/skia:ace_skia_ohos" ]
}
innerapi_tags = [ "platformsdk" ]
subsystem_name = "graphic"
part_name = "graphic_standard"
}

View File

@ -52,6 +52,7 @@ ohos_shared_library("socketpair") {
"//foundation/communication/ipc/interfaces/innerkits/ipc_core:ipc_core",
]
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "graphic_standard"
subsystem_name = "graphic"
}

View File

@ -58,6 +58,10 @@ ohos_shared_library("sync_fence") {
"ipc:ipc_single",
]
innerapi_tags = [
"chipsetsdk_indirect",
"platformsdk_indirect",
]
part_name = "graphic_standard"
subsystem_name = "graphic"
}