summaryrefslogtreecommitdiff
path: root/config.fs
diff options
context:
space:
mode:
authorAlex Hong <rurumihong@google.com>2019-08-16 01:22:57 +0800
committerAlex Hong <rurumihong@google.com>2019-08-19 12:39:55 +0800
commit1c2dbd8222ff7e51bf344765acd252859fbf09f7 (patch)
tree4d4f6f51947b8e8b9992b86738a9544cc9486bf5 /config.fs
parent5b993ab4ca0383e65ff80a5940fbb985abcfe26f (diff)
downloadredfin-1c2dbd8222ff7e51bf344765acd252859fbf09f7.tar.gz
Create aosp_redfin target
Bug: 139478768 Change-Id: I061f89a72b5e7b81280406abf85cca479b86f340
Diffstat (limited to 'config.fs')
-rw-r--r--config.fs91
1 files changed, 91 insertions, 0 deletions
diff --git a/config.fs b/config.fs
new file mode 100644
index 0000000..d9c2dfa
--- /dev/null
+++ b/config.fs
@@ -0,0 +1,91 @@
+# Copyright (C) 2018 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# This file is used to define the properties of the filesystem
+# images generated by build tools (mkbootfs and mkyaffs2image) and
+# by the device side of adb.
+
+[AID_VENDOR_QDSS]
+value:2902
+
+[AID_VENDOR_RFS]
+value:2903
+
+[AID_VENDOR_RFS_SHARED]
+value:2904
+
+[AID_VENDOR_ADPL_ODL]
+value:2905
+
+[AID_VENDOR_QRTR]
+value:2906
+
+[AID_VENDOR_AIRBRUSH]
+value:2907
+
+[vendor/bin/pm-service]
+mode: 0755
+user: AID_SYSTEM
+group: AID_SYSTEM
+caps: NET_BIND_SERVICE
+
+[vendor/bin/cnss-daemon]
+mode: 0755
+user: AID_SYSTEM
+group: AID_SYSTEM
+caps: NET_BIND_SERVICE
+
+[vendor/bin/imsdatadaemon]
+mode: 0755
+user: AID_SYSTEM
+group: AID_SYSTEM
+caps: NET_BIND_SERVICE
+
+[vendor/bin/imsrcsd]
+mode: 0755
+user: AID_SYSTEM
+group: AID_RADIO
+caps: NET_BIND_SERVICE BLOCK_SUSPEND WAKE_ALARM
+
+[vendor/bin/cnd]
+mode: 0755
+user: AID_SYSTEM
+group: AID_SYSTEM
+caps: NET_BIND_SERVICE BLOCK_SUSPEND NET_ADMIN
+
+[vendor/bin/ims_rtp_daemon]
+mode: 0755
+user: AID_SYSTEM
+group: AID_RADIO
+caps: NET_BIND_SERVICE
+
+[vendor/bin/hw/android.hardware.health@2.0-service.redfin]
+mode: 0755
+user: AID_SYSTEM
+group: AID_SYSTEM
+caps: WAKE_ALARM
+
+[vendor/bin/loc_launcher]
+mode: 0755
+user: AID_GPS
+group: AID_GPS
+caps: SETUID SETGID
+
+[system/vendor/bin/loc_launcher]
+mode: 0755
+user: AID_GPS
+group: AID_GPS
+caps: SETUID SETGID
+