blob: f91ea3c56a649a7b6cbd09461e2d81fc91074e74 [file] [log] [blame]
src_hwc3 = files(
'ComposerClient.cpp',
'Composer.cpp',
'service.cpp',
)
executable(
'android.hardware.composer.hwc3-service.drm',
src_hwc3,
cpp_args : common_cpp_flags,
dependencies : deps,
install : true,
link_with: drmhwc_common,
install_dir : get_option('bindir') / 'hw',
include_directories: inc_include,
)
configure_file(
input: 'hwc3-drm.rc',
output: '@PLAINNAME@',
copy: true,
install_dir: get_option('sysconfdir') / 'init',
)
configure_file(
input: 'hwc3-drm.xml',
output: '@PLAINNAME@',
copy: true,
install_dir: get_option('sysconfdir') / 'vintf' / 'manifest',
)