blob: d2ac6c27e8b4d20208f7b85a80701ba78bd4dd9d [file] [log] [blame]
# Copyright 2021 The Cobalt Authors. 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.
import("//starboard/android/shared/toolchain/toolchain.gni")
import("//starboard/shared/starboard/media/media_tests.gni")
import("//starboard/shared/starboard/player/buildfiles.gni")
import("//starboard/shared/starboard/player/player_tests.gni")
config("starboard_platform_config") {
include_dirs = [ "bionic" ]
}
static_library("starboard_platform") {
sources = [
"$target_gen_dir/ndk-sources/cpu-features.c",
"//starboard/shared/dlmalloc/memory_map.cc",
"//starboard/shared/dlmalloc/memory_protect.cc",
"//starboard/shared/dlmalloc/memory_unmap.cc",
"//starboard/shared/egl/system_egl.cc",
"//starboard/shared/gcc/atomic_gcc_public.h",
"//starboard/shared/gles/gl_call.h",
"//starboard/shared/gles/system_gles2.cc",
"//starboard/shared/internal_only.h",
"//starboard/shared/iso/character_is_alphanumeric.cc",
"//starboard/shared/iso/character_is_digit.cc",
"//starboard/shared/iso/character_is_hex_digit.cc",
"//starboard/shared/iso/character_is_space.cc",
"//starboard/shared/iso/character_is_upper.cc",
"//starboard/shared/iso/character_to_lower.cc",
"//starboard/shared/iso/character_to_upper.cc",
"//starboard/shared/iso/double_absolute.cc",
"//starboard/shared/iso/double_exponent.cc",
"//starboard/shared/iso/double_floor.cc",
"//starboard/shared/iso/double_is_finite.cc",
"//starboard/shared/iso/double_is_nan.cc",
"//starboard/shared/iso/impl/directory_close.h",
"//starboard/shared/iso/impl/directory_get_next.h",
"//starboard/shared/iso/impl/directory_open.h",
"//starboard/shared/iso/memory_allocate_unchecked.cc",
"//starboard/shared/iso/memory_compare.cc",
"//starboard/shared/iso/memory_copy.cc",
"//starboard/shared/iso/memory_find_byte.cc",
"//starboard/shared/iso/memory_free.cc",
"//starboard/shared/iso/memory_move.cc",
"//starboard/shared/iso/memory_reallocate_unchecked.cc",
"//starboard/shared/iso/memory_set.cc",
"//starboard/shared/iso/string_compare.cc",
"//starboard/shared/iso/string_compare_all.cc",
"//starboard/shared/iso/string_find_character.cc",
"//starboard/shared/iso/string_find_last_character.cc",
"//starboard/shared/iso/string_find_string.cc",
"//starboard/shared/iso/string_get_length.cc",
"//starboard/shared/iso/string_get_length_wide.cc",
"//starboard/shared/iso/string_parse_double.cc",
"//starboard/shared/iso/string_parse_signed_integer.cc",
"//starboard/shared/iso/string_parse_uint64.cc",
"//starboard/shared/iso/string_parse_unsigned_integer.cc",
"//starboard/shared/iso/string_scan.cc",
"//starboard/shared/iso/system_binary_search.cc",
"//starboard/shared/iso/system_sort.cc",
"//starboard/shared/libevent/socket_waiter_add.cc",
"//starboard/shared/libevent/socket_waiter_create.cc",
"//starboard/shared/libevent/socket_waiter_destroy.cc",
"//starboard/shared/libevent/socket_waiter_internal.cc",
"//starboard/shared/libevent/socket_waiter_remove.cc",
"//starboard/shared/libevent/socket_waiter_wait.cc",
"//starboard/shared/libevent/socket_waiter_wait_timed.cc",
"//starboard/shared/libevent/socket_waiter_wake_up.cc",
"//starboard/shared/linux/byte_swap.cc",
"//starboard/shared/linux/cpu_features_get.cc",
"//starboard/shared/linux/memory_get_stack_bounds.cc",
"//starboard/shared/linux/page_internal.cc",
"//starboard/shared/linux/socket_get_interface_address.cc",
"//starboard/shared/linux/system_get_random_data.cc",
"//starboard/shared/linux/system_get_total_cpu_memory.cc",
"//starboard/shared/linux/system_get_used_cpu_memory.cc",
"//starboard/shared/linux/system_is_debugger_attached.cc",
"//starboard/shared/linux/system_symbolize.cc",
"//starboard/shared/linux/thread_get_id.cc",
"//starboard/shared/linux/thread_set_name.cc",
"//starboard/shared/nouser/user_get_current.cc",
"//starboard/shared/nouser/user_get_property.cc",
"//starboard/shared/nouser/user_get_signed_in.cc",
"//starboard/shared/nouser/user_internal.cc",
"//starboard/shared/nouser/user_internal.h",
"//starboard/shared/opus/opus_audio_decoder.cc",
"//starboard/shared/opus/opus_audio_decoder.h",
"//starboard/shared/posix/directory_create.cc",
"//starboard/shared/posix/file_atomic_replace.cc",
"//starboard/shared/posix/impl/file_can_open.h",
"//starboard/shared/posix/impl/file_close.h",
"//starboard/shared/posix/impl/file_delete.h",
"//starboard/shared/posix/impl/file_flush.h",
"//starboard/shared/posix/impl/file_get_info.h",
"//starboard/shared/posix/impl/file_get_path_info.h",
"//starboard/shared/posix/impl/file_open.h",
"//starboard/shared/posix/impl/file_read.h",
"//starboard/shared/posix/impl/file_seek.h",
"//starboard/shared/posix/impl/file_truncate.h",
"//starboard/shared/posix/impl/file_write.h",
"//starboard/shared/posix/memory_allocate_aligned_unchecked.cc",
"//starboard/shared/posix/memory_flush.cc",
"//starboard/shared/posix/memory_free_aligned.cc",
"//starboard/shared/posix/set_non_blocking_internal.cc",
"//starboard/shared/posix/socket_accept.cc",
"//starboard/shared/posix/socket_bind.cc",
"//starboard/shared/posix/socket_clear_last_error.cc",
"//starboard/shared/posix/socket_connect.cc",
"//starboard/shared/posix/socket_create.cc",
"//starboard/shared/posix/socket_destroy.cc",
"//starboard/shared/posix/socket_free_resolution.cc",
"//starboard/shared/posix/socket_get_last_error.cc",
"//starboard/shared/posix/socket_get_local_address.cc",
"//starboard/shared/posix/socket_internal.cc",
"//starboard/shared/posix/socket_is_connected.cc",
"//starboard/shared/posix/socket_is_connected_and_idle.cc",
"//starboard/shared/posix/socket_is_ipv6_supported.cc",
"//starboard/shared/posix/socket_join_multicast_group.cc",
"//starboard/shared/posix/socket_listen.cc",
"//starboard/shared/posix/socket_receive_from.cc",
"//starboard/shared/posix/socket_resolve.cc",
"//starboard/shared/posix/socket_send_to.cc",
"//starboard/shared/posix/socket_set_broadcast.cc",
"//starboard/shared/posix/socket_set_receive_buffer_size.cc",
"//starboard/shared/posix/socket_set_reuse_address.cc",
"//starboard/shared/posix/socket_set_send_buffer_size.cc",
"//starboard/shared/posix/socket_set_tcp_keep_alive.cc",
"//starboard/shared/posix/socket_set_tcp_no_delay.cc",
"//starboard/shared/posix/socket_set_tcp_window_scaling.cc",
"//starboard/shared/posix/storage_write_record.cc",
"//starboard/shared/posix/string_compare_no_case.cc",
"//starboard/shared/posix/string_compare_no_case_n.cc",
"//starboard/shared/posix/string_compare_wide.cc",
"//starboard/shared/posix/string_format.cc",
"//starboard/shared/posix/string_format_wide.cc",
"//starboard/shared/posix/system_break_into_debugger.cc",
"//starboard/shared/posix/system_clear_last_error.cc",
"//starboard/shared/posix/system_get_error_string.cc",
"//starboard/shared/posix/system_get_last_error.cc",
"//starboard/shared/posix/system_get_number_of_processors.cc",
"//starboard/shared/posix/thread_sleep.cc",
"//starboard/shared/posix/time_get_monotonic_now.cc",
"//starboard/shared/posix/time_get_monotonic_thread_now.cc",
"//starboard/shared/posix/time_get_now.cc",
"//starboard/shared/posix/time_is_time_thread_now_supported.cc",
"//starboard/shared/posix/time_zone_get_current.cc",
"//starboard/shared/pthread/condition_variable_broadcast.cc",
"//starboard/shared/pthread/condition_variable_create.cc",
"//starboard/shared/pthread/condition_variable_destroy.cc",
"//starboard/shared/pthread/condition_variable_signal.cc",
"//starboard/shared/pthread/condition_variable_wait.cc",
"//starboard/shared/pthread/condition_variable_wait_timed.cc",
"//starboard/shared/pthread/mutex_acquire.cc",
"//starboard/shared/pthread/mutex_acquire_try.cc",
"//starboard/shared/pthread/mutex_create.cc",
"//starboard/shared/pthread/mutex_destroy.cc",
"//starboard/shared/pthread/mutex_release.cc",
"//starboard/shared/pthread/once.cc",
"//starboard/shared/pthread/thread_create_local_key.cc",
"//starboard/shared/pthread/thread_create_priority.h",
"//starboard/shared/pthread/thread_destroy_local_key.cc",
"//starboard/shared/pthread/thread_detach.cc",
"//starboard/shared/pthread/thread_get_current.cc",
"//starboard/shared/pthread/thread_get_local_value.cc",
"//starboard/shared/pthread/thread_is_equal.cc",
"//starboard/shared/pthread/thread_join.cc",
"//starboard/shared/pthread/thread_set_local_value.cc",
"//starboard/shared/pthread/thread_yield.cc",
"//starboard/shared/pthread/types_public.h",
"//starboard/shared/signal/crash_signals.h",
"//starboard/shared/signal/crash_signals_sigaction.cc",
"//starboard/shared/signal/suspend_signals.cc",
"//starboard/shared/signal/suspend_signals.h",
"//starboard/shared/starboard/application.cc",
"//starboard/shared/starboard/application.h",
"//starboard/shared/starboard/audio_sink/audio_sink_create.cc",
"//starboard/shared/starboard/audio_sink/audio_sink_destroy.cc",
"//starboard/shared/starboard/audio_sink/audio_sink_internal.cc",
"//starboard/shared/starboard/audio_sink/audio_sink_internal.h",
"//starboard/shared/starboard/audio_sink/audio_sink_is_valid.cc",
"//starboard/shared/starboard/audio_sink/stub_audio_sink_type.cc",
"//starboard/shared/starboard/audio_sink/stub_audio_sink_type.h",
"//starboard/shared/starboard/command_line.cc",
"//starboard/shared/starboard/command_line.h",
"//starboard/shared/starboard/directory_can_open.cc",
"//starboard/shared/starboard/drm/drm_close_session.cc",
"//starboard/shared/starboard/drm/drm_destroy_system.cc",
"//starboard/shared/starboard/drm/drm_generate_session_update_request.cc",
"//starboard/shared/starboard/drm/drm_get_metrics.cc",
"//starboard/shared/starboard/drm/drm_is_server_certificate_updatable.cc",
"//starboard/shared/starboard/drm/drm_system_internal.h",
"//starboard/shared/starboard/drm/drm_update_server_certificate.cc",
"//starboard/shared/starboard/drm/drm_update_session.cc",
"//starboard/shared/starboard/event_cancel.cc",
"//starboard/shared/starboard/event_schedule.cc",
"//starboard/shared/starboard/file_atomic_replace_write_file.cc",
"//starboard/shared/starboard/file_atomic_replace_write_file.h",
"//starboard/shared/starboard/file_mode_string_to_flags.cc",
"//starboard/shared/starboard/file_storage/storage_close_record.cc",
"//starboard/shared/starboard/file_storage/storage_delete_record.cc",
"//starboard/shared/starboard/file_storage/storage_get_record_size.cc",
"//starboard/shared/starboard/file_storage/storage_open_record.cc",
"//starboard/shared/starboard/file_storage/storage_read_record.cc",
"//starboard/shared/starboard/log_mutex.cc",
"//starboard/shared/starboard/log_mutex.h",
"//starboard/shared/starboard/log_raw_dump_stack.cc",
"//starboard/shared/starboard/log_raw_format.cc",
"//starboard/shared/starboard/media/media_can_play_mime_and_key_system.cc",
"//starboard/shared/starboard/media/media_get_audio_buffer_budget.cc",
"//starboard/shared/starboard/media/media_get_buffer_alignment.cc",
"//starboard/shared/starboard/media/media_get_buffer_allocation_unit.cc",
"//starboard/shared/starboard/media/media_get_buffer_garbage_collection_duration_threshold.cc",
"//starboard/shared/starboard/media/media_get_buffer_padding.cc",
"//starboard/shared/starboard/media/media_get_buffer_storage_type.cc",
"//starboard/shared/starboard/media/media_get_progressive_buffer_budget.cc",
"//starboard/shared/starboard/media/media_get_video_buffer_budget.cc",
"//starboard/shared/starboard/media/media_is_buffer_using_memory_pool.cc",
"//starboard/shared/starboard/media/mime_type.cc",
"//starboard/shared/starboard/media/mime_type.h",
"//starboard/shared/starboard/memory.cc",
"//starboard/shared/starboard/microphone/microphone_close.cc",
"//starboard/shared/starboard/microphone/microphone_create.cc",
"//starboard/shared/starboard/microphone/microphone_destroy.cc",
"//starboard/shared/starboard/microphone/microphone_get_available.cc",
"//starboard/shared/starboard/microphone/microphone_internal.h",
"//starboard/shared/starboard/microphone/microphone_is_sample_rate_supported.cc",
"//starboard/shared/starboard/microphone/microphone_open.cc",
"//starboard/shared/starboard/microphone/microphone_read.cc",
"//starboard/shared/starboard/new.cc",
"//starboard/shared/starboard/queue_application.cc",
"//starboard/shared/starboard/queue_application.h",
"//starboard/shared/starboard/string_concat.cc",
"//starboard/shared/starboard/string_concat_wide.cc",
"//starboard/shared/starboard/string_copy.cc",
"//starboard/shared/starboard/string_copy_wide.cc",
"//starboard/shared/starboard/string_duplicate.cc",
"//starboard/shared/starboard/system_get_random_uint64.cc",
"//starboard/shared/starboard/system_supports_resume.cc",
"//starboard/shared/starboard/thread_checker.h",
"//starboard/shared/starboard/window_set_default_options.cc",
"//starboard/shared/stub/cryptography_create_transformer.cc",
"//starboard/shared/stub/cryptography_destroy_transformer.cc",
"//starboard/shared/stub/cryptography_get_tag.cc",
"//starboard/shared/stub/cryptography_set_authenticated_data.cc",
"//starboard/shared/stub/cryptography_set_initialization_vector.cc",
"//starboard/shared/stub/cryptography_transform.cc",
"//starboard/shared/stub/image_decode.cc",
"//starboard/shared/stub/image_is_decode_supported.cc",
"//starboard/shared/stub/media_set_audio_write_duration.cc",
"//starboard/shared/stub/system_get_total_gpu_memory.cc",
"//starboard/shared/stub/system_get_used_gpu_memory.cc",
"//starboard/shared/stub/system_hide_splash_screen.cc",
"//starboard/shared/stub/system_request_blur.cc",
"//starboard/shared/stub/system_request_focus.cc",
"//starboard/shared/stub/system_request_pause.cc",
"//starboard/shared/stub/system_request_reveal.cc",
"//starboard/shared/stub/system_request_unpause.cc",
"//starboard/shared/stub/system_sign_with_certification_secret_key.cc",
"//starboard/shared/stub/thread_context_get_pointer.cc",
"//starboard/shared/stub/thread_sampler_create.cc",
"//starboard/shared/stub/thread_sampler_destroy.cc",
"//starboard/shared/stub/thread_sampler_freeze.cc",
"//starboard/shared/stub/thread_sampler_is_supported.cc",
"//starboard/shared/stub/thread_sampler_thaw.cc",
"//starboard/shared/stub/ui_nav_get_interface.cc",
"accessibility_get_caption_settings.cc",
"accessibility_get_display_settings.cc",
"accessibility_get_text_to_speech_settings.cc",
"accessibility_set_captions_enabled.cc",
"android_main.cc",
"android_media_session_client.cc",
"application_android.cc",
"application_android.h",
"atomic_public.h",
"audio_decoder.cc",
"audio_decoder.h",
"audio_decoder_passthrough.h",
"audio_renderer_passthrough.cc",
"audio_renderer_passthrough.h",
"audio_sink_get_max_channels.cc",
"audio_sink_get_min_buffer_size_in_frames.cc",
"audio_sink_get_nearest_supported_sample_frequency.cc",
"audio_sink_is_audio_frame_storage_type_supported.cc",
"audio_sink_is_audio_sample_type_supported.cc",
"audio_sink_min_required_frames_tester.cc",
"audio_sink_min_required_frames_tester.h",
"audio_track_audio_sink_type.cc",
"audio_track_audio_sink_type.h",
"audio_track_bridge.cc",
"audio_track_bridge.h",
"bionic/bionic_netlink.cpp",
"bionic/bionic_netlink.h",
"bionic/ifaddrs.cpp",
"bionic/ifaddrs.h",
"bionic/net_if.cpp",
"bionic/private/ErrnoRestorer.h",
"bionic/private/bionic_macros.h",
"configuration.cc",
"configuration.h",
"configuration_constants.cc",
"configuration_public.h",
"decode_target_create.cc",
"decode_target_create.h",
"decode_target_get_info.cc",
"decode_target_internal.cc",
"decode_target_internal.h",
"decode_target_release.cc",
"directory_close.cc",
"directory_get_next.cc",
"directory_internal.h",
"directory_open.cc",
"drm_system.cc",
"drm_system.h",
"egl_swap_buffers.cc",
"file_can_open.cc",
"file_close.cc",
"file_delete.cc",
"file_exists.cc",
"file_flush.cc",
"file_get_info.cc",
"file_get_path_info.cc",
"file_internal.cc",
"file_internal.h",
"file_open.cc",
"file_read.cc",
"file_seek.cc",
"file_truncate.cc",
"file_write.cc",
"get_home_directory.cc",
"input_events_generator.cc",
"input_events_generator.h",
"jni_env_ext.cc",
"jni_env_ext.h",
"jni_utils.h",
"log.cc",
"log_flush.cc",
"log_format.cc",
"log_internal.cc",
"log_internal.h",
"log_is_tty.cc",
"log_raw.cc",
"main.cc",
"media_codec_bridge.cc",
"media_codec_bridge.h",
"media_common.h",
"media_decoder.cc",
"media_decoder.h",
"media_get_audio_configuration.cc",
"media_get_audio_output_count.cc",
"media_get_initial_buffer_capacity.cc",
"media_get_max_buffer_capacity.cc",
"media_is_audio_supported.cc",
"media_is_buffer_pool_allocate_on_demand.cc",
"media_is_video_supported.cc",
"microphone_impl.cc",
"network_status_impl.cc",
"platform_service.cc",
"player_components_factory.h",
"player_create.cc",
"player_destroy.cc",
"player_get_preferred_output_mode.cc",
"player_set_bounds.cc",
"player_set_playback_rate.cc",
"sanitizer_options.cc",
"speech_synthesis_cancel.cc",
"speech_synthesis_internal.cc",
"speech_synthesis_is_supported.cc",
"speech_synthesis_speak.cc",
"system_get_connection_type.cc",
"system_get_device_type.cc",
"system_get_extensions.cc",
"system_get_locale_id.cc",
"system_get_path.cc",
"system_get_property.cc",
"system_get_stack.cc",
"system_has_capability.cc",
"system_network_is_disconnected.cc",
"system_platform_error.cc",
"system_request_conceal.cc",
"system_request_freeze_no_freezedone_callback.cc",
"system_request_stop.cc",
"system_request_suspend.cc",
"thread_create.cc",
"thread_create_priority.cc",
"thread_get_name.cc",
"thread_types_public.h",
"time_zone_get_name.cc",
"trace_util.h",
"video_decoder.cc",
"video_decoder.h",
"video_frame_tracker.cc",
"video_frame_tracker.h",
"video_render_algorithm.cc",
"video_render_algorithm.h",
"video_window.cc",
"video_window.h",
"window_blur_on_screen_keyboard.cc",
"window_create.cc",
"window_destroy.cc",
"window_focus_on_screen_keyboard.cc",
"window_get_diagonal_size_in_inches.cc",
"window_get_on_screen_keyboard_bounding_rect.cc",
"window_get_platform_handle.cc",
"window_get_size.cc",
"window_hide_on_screen_keyboard.cc",
"window_internal.h",
"window_is_on_screen_keyboard_shown.cc",
"window_on_screen_keyboard_is_supported.cc",
"window_on_screen_keyboard_suggestions_supported.cc",
"window_set_on_screen_keyboard_keep_focus.cc",
"window_show_on_screen_keyboard.cc",
"window_update_on_screen_keyboard_suggestions.cc",
]
sources += common_player_sources
sources -= [
"//starboard/shared/starboard/player/player_create.cc",
"//starboard/shared/starboard/player/player_destroy.cc",
"//starboard/shared/starboard/player/player_get_preferred_output_mode_prefer_punchout.cc",
"//starboard/shared/starboard/player/player_set_bounds.cc",
"//starboard/shared/starboard/player/player_set_playback_rate.cc",
]
configs += [
":starboard_platform_config",
"//starboard/build/config:starboard_implementation",
]
public_deps = [
":ndk_sources",
":starboard_base_symbolize",
"//starboard/common",
"//starboard/shared/starboard/media:media_util",
"//starboard/shared/starboard/player/filter:filter_based_player_sources",
]
deps = [
"//third_party/libevent",
"//third_party/opus",
]
if (is_internal_build) {
sources += [
"internal/input_events_filter.cc",
"internal/input_events_filter.h",
]
defines = [ "STARBOARD_INPUT_EVENTS_FILTER" ]
deps += [ "//starboard/android/shared/drm_system_extension" ]
} else {
sources += [
"drm_create_system.cc",
"media_is_supported.cc",
"player_components_factory.cc",
]
}
}
static_library("starboard_base_symbolize") {
sources = [
"//base/third_party/symbolize/demangle.cc",
"//base/third_party/symbolize/symbolize.cc",
]
public_deps = [ "//starboard/elf_loader:evergreen_info" ]
}
target(gtest_target_type, "starboard_platform_tests") {
testonly = true
sources = media_tests_sources + player_tests_sources + [
"//starboard/common/test_main.cc",
"jni_env_ext_test.cc",
"model_year_test.cc",
]
configs += [ "//starboard/build/config:starboard_implementation" ]
deps = [
"//starboard",
"//starboard/shared/starboard/player/filter/testing:test_util",
"//testing/gmock",
"//testing/gtest",
]
}
copy("ndk_sources") {
sources = [ "$android_ndk_path/sources/android/cpufeatures/cpu-features.c" ]
outputs = [ "$target_gen_dir/ndk-sources/{{source_file_part}}" ]
}