usb uicc client: add support for usb uicc client
Give r/w permission for dev/ccid_bridge Add init.qcom.uicc.sh in Android.mk Add init.qcom.uicc.sh in base.mk Change-Id: I90e67e0bb67937c9da5123d7b41c483df45c8449
This commit is contained in:
parent
3813314be3
commit
72b6f15359
1
base.mk
1
base.mk
|
@ -231,6 +231,7 @@ INIT += init.qcom.audio.sh
|
|||
INIT += ssr_setup
|
||||
INIT += enable_swap.sh
|
||||
INIT += init.mdm.sh
|
||||
INIT += init.qcom.uicc.sh
|
||||
INIT += fstab.qcom
|
||||
INIT += init.qcom.debug.sh
|
||||
INIT += init.qcom.zram.sh
|
||||
|
|
|
@ -203,3 +203,10 @@ LOCAL_MODULE_TAGS := optional eng
|
|||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/init.qcom.zram.sh
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.qcom.uicc.sh
|
||||
LOCAL_MODULE_TAGS := optional eng
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/init.qcom.uicc.sh
|
||||
include $(BUILD_PREBUILT)
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
/dev/smd5 0660 system system
|
||||
/dev/smd6 0660 system system
|
||||
/dev/smd7 0660 bluetooth bluetooth
|
||||
/dev/ccid_bridge 0660 system system
|
||||
|
||||
#permissions for CSVT
|
||||
/dev/smd11 0660 radio radio
|
||||
|
|
Loading…
Reference in New Issue