From 1d0b6d22bc080f8ced815f64851e46e689a38ee2 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Tue, 5 Oct 2021 11:07:06 +0800 Subject: [PATCH] remove uwb app uwb app does not exist on ROM 7793030 Bug: 196916111 Test: boot to home Change-Id: I37d02e98589c7b3e894defa04de709ae0d904f09 --- legacy/seapp_contexts | 3 --- legacy/uwb_vendor_app.te | 12 ------------ 2 files changed, 15 deletions(-) delete mode 100644 legacy/uwb_vendor_app.te diff --git a/legacy/seapp_contexts b/legacy/seapp_contexts index cf72b1a8..580f308f 100644 --- a/legacy/seapp_contexts +++ b/legacy/seapp_contexts @@ -3,6 +3,3 @@ user=_app seinfo=platform name=com.android.ramdump domain=ramdump_app type=app_d # Hardware Info Collection user=_app isPrivApp=true name=com.google.android.hardwareinfo domain=hardware_info_app type=app_data_file levelFrom=user - -# Qorvo UWB system app -user=uwb isPrivApp=true seinfo=uwb name=com.qorvo.uwb domain=uwb_vendor_app type=uwb_vendor_data_file levelFrom=all diff --git a/legacy/uwb_vendor_app.te b/legacy/uwb_vendor_app.te deleted file mode 100644 index c33731a8..00000000 --- a/legacy/uwb_vendor_app.te +++ /dev/null @@ -1,12 +0,0 @@ -type uwb_vendor_app, domain; - -app_domain(uwb_vendor_app) - -add_service(uwb_vendor_app, uwb_vendor_service) - -allow uwb_vendor_app app_api_service:service_manager find; -allow uwb_vendor_app hal_uwb_vendor_service:service_manager find; -allow uwb_vendor_app nfc_service:service_manager find; - -allow uwb_vendor_app uwb_vendor_data_file:file create_file_perms; -allow uwb_vendor_app uwb_vendor_data_file:dir create_dir_perms;