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,5 +0,0 @@
type vendor_gps_file, file_type, data_file_type;
type sysfs_gps, sysfs_type, fs_type;
userdebug_or_eng(`
typeattribute vendor_gps_file mlstrustedobject;
')

View File

@ -1 +0,0 @@
vendor_internal_prop(vendor_gps_prop)

View File

@ -1,2 +0,0 @@
vendor.gps. u:object_r:vendor_gps_prop:s0
persist.vendor.gps. u:object_r:vendor_gps_prop:s0

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)