30c8d6c293
Change-Id: I0d6282ea0315774fa29e8155cb0e113123025623
13 lines
489 B
Text
13 lines
489 B
Text
type hal_quickcamera_default, domain;
|
|
type hal_quickcamera_default_exec, exec_type, file_type, vendor_file_type;
|
|
type hal_quickcamera_hwservice, hwservice_manager_type;
|
|
|
|
hal_attribute(quickcamera)
|
|
|
|
init_daemon_domain(hal_quickcamera_default)
|
|
hal_server_domain(hal_quickcamera_default, hal_quickcamera)
|
|
|
|
binder_call(hal_quickcamera_client, hal_quickcamera_server)
|
|
binder_call(hal_quickcamera_server, hal_quickcamera_client)
|
|
|
|
add_hwservice(hal_quickcamera_server, hal_quickcamera_hwservice)
|