1bf215546Sopenharmony_ci{
2bf215546Sopenharmony_ci	global:
3bf215546Sopenharmony_ci		OMX_ComponentInit;
4bf215546Sopenharmony_ci		omx_component_library_Setup;
5bf215546Sopenharmony_ci
6bf215546Sopenharmony_ci		# Workaround for an LLVM warning with -simplifycfg-sink-common
7bf215546Sopenharmony_ci		# due to LLVM being initialized multiple times.
8bf215546Sopenharmony_ci		radeon_drm_winsys_create;
9bf215546Sopenharmony_ci		amdgpu_winsys_create;
10bf215546Sopenharmony_ci		ac_init_shared_llvm_once;
11bf215546Sopenharmony_ci	local:
12bf215546Sopenharmony_ci		*;
13bf215546Sopenharmony_ci};
14