sanders: Move fs_config aids to config.fs

This commit is contained in:
jhenrique09
2017-12-09 21:15:38 +00:00
committed by therootlord
parent 9ee52f6bcd
commit d4ca8392b5
3 changed files with 111 additions and 127 deletions

View File

@@ -21,9 +21,7 @@ DEVICE_PATH := device/motorola/sanders
BOARD_VENDOR := motorola-qcom BOARD_VENDOR := motorola-qcom
# AIDs and CAPS # AIDs and CAPS
TARGET_FS_CONFIG_GEN := \ TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
$(DEVICE_PATH)/fs_config/mot_aids.txt \
$(DEVICE_PATH)/fs_config/file_caps.txt
# Platform # Platform
TARGET_BOARD_PLATFORM := msm8953 TARGET_BOARD_PLATFORM := msm8953

View File

@@ -1,86 +1,110 @@
# #
# Copyright (C) 2017 The LineageOS Project # Copyright (C) 2017 The LineageOS Project
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
[AID_MOT_ACCY] [AID_RFS]
value: 5000 value:2951
[AID_MOT_PWRIC] [AID_RFS_SHARED]
value: 5001 value:2952
[AID_MOT_USB] [system/bin/imsdatadaemon]
value: 5002 user: AID_SYSTEM
group: AID_SYSTEM
[AID_MOT_DRM] mode: 0755
value: 5003 caps: NET_BIND_SERVICE
[AID_MOT_TCMD] [system/bin/ims_rtp_daemon]
value: 5004 user: AID_SYSTEM
group: AID_RADIO
[AID_MOT_SEC_RTC] mode: 0755
value: 5005 caps: NET_BIND_SERVICE
[AID_MOT_TOMBSTONE] [system/bin/pm-service]
value: 5006 user: AID_SYSTEM
group: AID_SYSTEM
[AID_MOT_TPAPI] mode: 0755
value: 5007 caps: NET_BIND_SERVICE
[AID_MOT_SECCLKD] [AID_MOT_ACCY]
value: 5008 value: 5000
[AID_MOT_WHISPER] [AID_MOT_PWRIC]
value: 5009 value: 5001
[AID_MOT_CAIF] [AID_MOT_USB]
value: 5010 value: 5002
[AID_MOT_DLNA] [AID_MOT_DRM]
value: 5011 value: 5003
[AID_MOT_ATVC] [AID_MOT_TCMD]
value: 5012 value: 5004
[AID_MOT_DBVC] [AID_MOT_SEC_RTC]
value: 5014 value: 5005
[AID_FINGERP] [AID_MOT_TOMBSTONE]
value: 5015 value: 5006
[AID_MOT_ESDFS] [AID_MOT_TPAPI]
value: 5016 value: 5007
[AID_MOT_ESDFS] [AID_MOT_SECCLKD]
value: 5016 value: 5008
[AID_MOT_ESDFS] [AID_MOT_WHISPER]
value: 5016 value: 5009
[AID_POWER] [AID_MOT_CAIF]
value: 5017 value: 5010
[AID_ITSON] [AID_MOT_DLNA]
value: 5018 value: 5011
[AID_MOT_DTV] [AID_MOT_ATVC]
value: 5019 value: 5012
[AID_MOT_MOD] [AID_MOT_DBVC]
value: 5020 value: 5014
[AID_MOT_SHARED] [AID_FINGERP]
value: 5323 value: 5015
[AID_MOT_COMMON] [AID_MOT_ESDFS]
value: 5341 value: 5016
[AID_MOT_ESDFS]
value: 5016
[AID_MOT_ESDFS]
value: 5016
[AID_POWER]
value: 5017
[AID_ITSON]
value: 5018
[AID_MOT_DTV]
value: 5019
[AID_MOT_MOD]
value: 5020
[AID_MOT_SHARED]
value: 5323
[AID_MOT_COMMON]
value: 5341

View File

@@ -1,38 +0,0 @@
#
# Copyright (C) 2017 The LineageOS 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.
[AID_RFS]
value:2951
[AID_RFS_SHARED]
value:2952
[system/bin/imsdatadaemon]
user: AID_SYSTEM
group: AID_SYSTEM
mode: 0755
caps: NET_BIND_SERVICE
[system/bin/ims_rtp_daemon]
user: AID_SYSTEM
group: AID_RADIO
mode: 0755
caps: NET_BIND_SERVICE
[system/bin/pm-service]
user: AID_SYSTEM
group: AID_SYSTEM
mode: 0755
caps: NET_BIND_SERVICE