gps: Move type declaration to device folder

Bug: 343280252
Test: b/343280252 compile and abtd test
Change-Id: I1cbcce4452b149764876643722a0b37a18dc1b46
This commit is contained in:
Cheng Chang 2024-06-11 06:21:24 +00:00
parent ba840e7417
commit 023d43829a
4 changed files with 0 additions and 14 deletions

View file

@ -1,9 +1,3 @@
type hal_gnss_pixel, domain;
hal_server_domain(hal_gnss_pixel, hal_gnss)
type hal_gnss_pixel_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_gnss_pixel)
#IPC between pixel and vendor HAL
binder_call(hal_gnss_pixel, hal_gnss_default)