diff --git a/frameworks/innerkitsimpl/egl_image/BUILD.gn b/frameworks/innerkitsimpl/egl_image/BUILD.gn index b452adcf124fa2de83c98c5328417f21074f39d6..8ab9f9929c5a8f5ea95f3fd51b799c6a2c369be4 100644 --- a/frameworks/innerkitsimpl/egl_image/BUILD.gn +++ b/frameworks/innerkitsimpl/egl_image/BUILD.gn @@ -103,6 +103,7 @@ if (!use_clang_ios && !use_clang_android) { "skia:skia_canvaskit", ] + version_script = "post_proc.versionscript" innerapi_tags = [ "platformsdk" ] subsystem_name = "multimedia" part_name = "image_framework" diff --git a/frameworks/innerkitsimpl/egl_image/post_proc.versionscript b/frameworks/innerkitsimpl/egl_image/post_proc.versionscript new file mode 100644 index 0000000000000000000000000000000000000000..0e48cb91c8fa6a98a85d0c55de143ed766cd02c2 --- /dev/null +++ b/frameworks/innerkitsimpl/egl_image/post_proc.versionscript @@ -0,0 +1,20 @@ +# Copyright (c) 2025 Huawei Device Co., Ltd.. All rights reserved. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +1.0 { + global: + *PixelMapProgramManager*; + *PixelMapGLPostProcProgram*; + local: + *; +}; \ No newline at end of file