Loading cmds/servicemanager/service_manager.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -52,6 +52,8 @@ static struct { { AID_MEDIA, "common_time.config" }, { AID_MEDIA, "common_time.config" }, { AID_KEYSTORE, "android.security.keystore" }, { AID_KEYSTORE, "android.security.keystore" }, { AID_RADIO, "telecomm" }, { AID_RADIO, "telecomm" }, { AID_RADIO, "isub" }, { AID_RADIO, "ims" }, }; }; uint32_t svcmgr_handle; uint32_t svcmgr_handle; Loading Loading
cmds/servicemanager/service_manager.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -52,6 +52,8 @@ static struct { { AID_MEDIA, "common_time.config" }, { AID_MEDIA, "common_time.config" }, { AID_KEYSTORE, "android.security.keystore" }, { AID_KEYSTORE, "android.security.keystore" }, { AID_RADIO, "telecomm" }, { AID_RADIO, "telecomm" }, { AID_RADIO, "isub" }, { AID_RADIO, "ims" }, }; }; uint32_t svcmgr_handle; uint32_t svcmgr_handle; Loading