diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:04:48 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:04:48 +0700 |
commit | 4049236815feabcbffd8ec5bf4b098a795b2d31e (patch) | |
tree | 1aa998b53fe025d2eaa4fb51953e929fa4830c65 /configs | |
parent | ac0389d58c137d884cd07990f57db6bfdaf10a4e (diff) |
Test edits in media codecs/profiles and sec_config based on Oneplus 3
Diffstat (limited to 'configs')
-rw-r--r-- | configs/media_codecs.xml | 9 | ||||
-rw-r--r-- | configs/media_codecs_performance.xml | 20 | ||||
-rw-r--r-- | configs/media_profiles.xml | 95 | ||||
-rw-r--r-- | configs/sec_config | 529 |
4 files changed, 386 insertions, 267 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 89a6e66..45298b6 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2012-2013 The Android Open Source Project - Copyright (C) 2012-2015 The Linux Foundation. All rights reserved. + Copyright (C) 2012-2016 The Linux Foundation. All rights reserved. Not a contribution. Licensed under the Apache License, Version 2.0 (the "License"); @@ -134,7 +134,7 @@ Only the three quirks included above are recognized at this point: <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> <!-- vt-version, upper 16 bit major version lower 16 bit minor version --> - <Limit name="vt-version" value="65536" /> + <Limit name="vt-version" value="65537" /> <Limit name="vt-low-latency" value="1" /> <Limit name="vt-max-instances" value="16" /> <Limit name="vt-max-temporal-layer-count" value="3" /> @@ -147,6 +147,7 @@ Only the three quirks included above are recognized at this point: <Limit name="vt-down-scale-factor" value="8" /> <Limit name="vt-min-scale-factor" value="1" /> <Limit name="vt-slice-hdr-spacing" value="1" /> + <Feature name="intra-refresh" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.mpeg4" type="video/mp4v-es" > <Quirk name="requires-allocate-on-input-ports" /> @@ -183,6 +184,7 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> + <Feature name="intra-refresh" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.hevc" type="video/hevc" > <Quirk name="requires-allocate-on-input-ports" /> @@ -195,6 +197,7 @@ Only the three quirks included above are recognized at this point: <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> + <Feature name="intra-refresh" /> </MediaCodec> </Encoders> <Decoders> @@ -208,7 +211,7 @@ Only the three quirks included above are recognized at this point: <Limit name="blocks-per-second" min="1" max="1958400" /> <Limit name="bitrate" range="1-100000000" /> <Limit name="frame-rate" range="1-240" /> - <Limit name="vt-version" value="65536" /> + <Limit name="vt-version" value="65537" /> <Limit name="vt-low-latency" value="1" /> <Limit name="vt-max-macroblock-processing-rate" value="972000" /> <Limit name="vt-max-level" value="52" /> diff --git a/configs/media_codecs_performance.xml b/configs/media_codecs_performance.xml index 3eda328..c5d1e55 100644 --- a/configs/media_codecs_performance.xml +++ b/configs/media_codecs_performance.xml @@ -22,10 +22,17 @@ limitations under the License. <MediaCodecs> <Encoders> <MediaCodec name="OMX.qcom.video.encoder.avc" type="video/avc" update="true"> - <Limit name="measured-frame-rate-320x240" range="380-380" /> - <Limit name="measured-frame-rate-720x480" range="216-216" /> - <Limit name="measured-frame-rate-1280x720" range="163-163" /> - <Limit name="measured-frame-rate-1920x1080" range="85-85" /> + <Limit name="measured-frame-rate-320x240" range="238-238" /> + <Limit name="measured-frame-rate-720x480" range="123-123" /> + <Limit name="measured-frame-rate-1280x720" range="50-50" /> + <Limit name="measured-frame-rate-1920x1080" range="16-40" /> + </MediaCodec> + <MediaCodec name="OMX.qcom.video.encoder.hevc" type="video/hevc" update="true"> + <Limit name="measured-frame-rate-320x240" range="226-226" /> + <Limit name="measured-frame-rate-720x480" range="121-121" /> + <Limit name="measured-frame-rate-1280x720" range="49-49" /> + <Limit name="measured-frame-rate-1920x1080" range="16-45" /> + <Limit name="measured-frame-rate-3840x2160" range="6-24" /> </MediaCodec> <MediaCodec name="OMX.qcom.video.encoder.h263" type="video/3gpp" update="true"> <Limit name="measured-frame-rate-176x144" range="303-303" /> @@ -111,6 +118,11 @@ limitations under the License. <Limit name="measured-frame-rate-1280x720" range="352-352" /> <Limit name="measured-frame-rate-1920x1080" range="175-175" /> </MediaCodec> + <MediaCodec name="OMX.google.mpeg4.decoder" update="true"> + <Type name="video/mp4v-es"> + <Limit name="measured-frame-rate-176x144" range="430-450" /> + </Type> + </MediaCodec> <MediaCodec name="OMX.google.vp8.decoder" type="video/x-vnd.on2.vp8" update="true"> <Limit name="measured-frame-rate-320x240" range="1399-1399" /> <Limit name="measured-frame-rate-640x360" range="824-824" /> diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml index d0810b3..7aed187 100644 --- a/configs/media_profiles.xml +++ b/configs/media_profiles.xml @@ -186,6 +186,32 @@ channels="2" /> </EncoderProfile> + <EncoderProfile quality="qhd" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="42000000" + width="2560" + height="1440" + frameRate="30" /> + + <Audio codec="aac" + bitRate="156000" + sampleRate="48000" + channels="2" /> + </EncoderProfile> + + <EncoderProfile quality="2k" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="20000000" + width="2048" + height="1080" + frameRate="30" /> + + <Audio codec="aac" + bitRate="156000" + sampleRate="48000" + channels="2" /> + </EncoderProfile> + <EncoderProfile quality="4kdci" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="42000000" @@ -365,6 +391,34 @@ channels="2" /> </EncoderProfile> + <EncoderProfile quality="timelapseqhd" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="42000000" + width="2560" + height="1440" + frameRate="30" /> + + <!-- audio setting is ignored --> + <Audio codec="aac" + bitRate="156000" + sampleRate="48000" + channels="2" /> + </EncoderProfile> + + <EncoderProfile quality="timelapse2k" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="20000000" + width="2048" + height="1080" + frameRate="30" /> + + <!-- audio setting is ignored --> + <Audio codec="aac" + bitRate="156000" + sampleRate="48000" + channels="2" /> + </EncoderProfile> + <EncoderProfile quality="timelapse4kdci" fileFormat="mp4" duration="30"> <Video codec="h264" bitRate="42000000" @@ -391,6 +445,47 @@ channels="2" /> </EncoderProfile> + <!-- CAMCORDER_QUALITY_HIGH_SPEED_HIGH/720P : 720p@120fps; 27.0 Mbps --> + <EncoderProfile quality="highspeedhigh" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="27000000" + width="1280" + height="720" + frameRate="120" /> + <!-- audio setting is ignored --> + <Audio codec="aac" + bitRate="96000" + sampleRate="48000" + channels="2" /> + </EncoderProfile> + + <EncoderProfile quality="highspeed720p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="27000000" + width="1280" + height="720" + frameRate="120" /> + <!-- audio setting is ignored --> + <Audio codec="aac" + bitRate="96000" + sampleRate="48000" + channels="2" /> + </EncoderProfile> + + <!-- CAMCORDER_QUALITY_HIGH_SPEED_HIGH/1080P : 1080p@60fps; 34.0 Mbps --> + <EncoderProfile quality="highspeed1080p" fileFormat="mp4" duration="30"> + <Video codec="h264" + bitRate="34000000" + width="1920" + height="1080" + frameRate="60" /> + <!-- audio setting is ignored --> + <Audio codec="aac" + bitRate="96000" + sampleRate="48000" + channels="2" /> + </EncoderProfile> + <ImageEncoding quality="95" /> <ImageEncoding quality="80" /> <ImageEncoding quality="70" /> diff --git a/configs/sec_config b/configs/sec_config index 25933de..479903d 100644 --- a/configs/sec_config +++ b/configs/sec_config @@ -1,271 +1,273 @@ /* IPC Security Config */ /* <GPS QMI Service ID - 16>:<GPS QMI Instance ID - all instances>:<Client Group ID> */ -16:4294967295:1000:3004 +16:4294967295:1000:1021 /* <LOWI QMI Service ID - 38>:<LOWI QMI Instance ID - all instances>:<Client Group ID> */ -56:4294967295:1021:3004 +56:4294967295:1021 /* Allow SS CTL service to be used by system and net_raw processes */ 43:4294967295:1000:3004 +/* <UIMHTTP QMI Service ID - 16>:<UIMHTTP QMI Instance ID - all instances>:<Client Group ID> */ +71:4294967295:1001 /* <UIMRMT QMI Service ID - 16>:<UIMRMT QMI Instance ID - all instances>:<Client Group ID> */ 50:4294967295:1001 /* QMI-SLIM service permitted to gps and net_raw */ -55:4294967295:1021:3004 +55:4294967295:1021 /* Allow Sensor services to be used by sensor process */ -256:4294967295:3011 -257:4294967295:3011 -258:4294967295:3011 -259:4294967295:3011 -260:4294967295:3011 -261:4294967295:3011 -262:4294967295:3011 -263:4294967295:3011 -264:4294967295:3011 -265:4294967295:3011 -266:4294967295:3011 -267:4294967295:3011 -268:4294967295:3011 -269:4294967295:3011 -270:4294967295:3011 -271:4294967295:3011 -272:4294967295:3011 -273:4294967295:3011 -274:4294967295:3011 -275:4294967295:3011 -276:4294967295:3011 -277:4294967295:3011 -278:4294967295:3011 -279:4294967295:3011 -280:4294967295:3011 -281:4294967295:3011 -282:4294967295:3011 -283:4294967295:3011 -284:4294967295:3011 -285:4294967295:3011 -286:4294967295:3011 -287:4294967295:3011 -288:4294967295:3011 -289:4294967295:3011 -290:4294967295:3011 -291:4294967295:3011 -292:4294967295:3011 -293:4294967295:3011 -294:4294967295:3011 -295:4294967295:3011 -296:4294967295:3011 -297:4294967295:3011 -298:4294967295:3011 -299:4294967295:3011 -300:4294967295:3011 -301:4294967295:3011 -302:4294967295:3011 -303:4294967295:3011 -304:4294967295:3011 -305:4294967295:3011 -306:4294967295:3011 -307:4294967295:3011 -308:4294967295:3011 -309:4294967295:3011 -310:4294967295:3011 -311:4294967295:3011 -312:4294967295:3011 -313:4294967295:3011 -314:4294967295:3011 -315:4294967295:3011 -316:4294967295:3011 -317:4294967295:3011 -318:4294967295:3011 -319:4294967295:3011 -320:4294967295:3011 -321:4294967295:3011 -322:4294967295:3011 -323:4294967295:3011 -324:4294967295:3011 -325:4294967295:3011 -326:4294967295:3011 -327:4294967295:3011 -328:4294967295:3011 -329:4294967295:3011 -330:4294967295:3011 -331:4294967295:3011 -332:4294967295:3011 -333:4294967295:3011 -334:4294967295:3011 -335:4294967295:3011 -336:4294967295:3011 -337:4294967295:3011 -338:4294967295:3011 -339:4294967295:3011 -340:4294967295:3011 -341:4294967295:3011 -342:4294967295:3011 -343:4294967295:3011 -344:4294967295:3011 -345:4294967295:3011 -346:4294967295:3011 -347:4294967295:3011 -348:4294967295:3011 -349:4294967295:3011 -350:4294967295:3011 -351:4294967295:3011 -352:4294967295:3011 -353:4294967295:3011 -354:4294967295:3011 -355:4294967295:3011 -356:4294967295:3011 -357:4294967295:3011 -358:4294967295:3011 -359:4294967295:3011 -360:4294967295:3011 -361:4294967295:3011 -362:4294967295:3011 -363:4294967295:3011 -364:4294967295:3011 -365:4294967295:3011 -366:4294967295:3011 -367:4294967295:3011 -368:4294967295:3011 -369:4294967295:3011 -370:4294967295:3011 -371:4294967295:3011 -372:4294967295:3011 -373:4294967295:3011 -374:4294967295:3011 -375:4294967295:3011 -376:4294967295:3011 -377:4294967295:3011 -378:4294967295:3011 -379:4294967295:3011 -380:4294967295:3011 -381:4294967295:3011 -382:4294967295:3011 -383:4294967295:3011 -384:4294967295:3011 -385:4294967295:3011 -386:4294967295:3011 -387:4294967295:3011 -388:4294967295:3011 -389:4294967295:3011 -390:4294967295:3011 -391:4294967295:3011 -392:4294967295:3011 -393:4294967295:3011 -394:4294967295:3011 -395:4294967295:3011 -396:4294967295:3011 -397:4294967295:3011 -398:4294967295:3011 -399:4294967295:3011 -400:4294967295:3011 -401:4294967295:3011 -402:4294967295:3011 -403:4294967295:3011 -404:4294967295:3011 -405:4294967295:3011 -406:4294967295:3011 -407:4294967295:3011 -408:4294967295:3011 -409:4294967295:3011 -410:4294967295:3011 -411:4294967295:3011 -412:4294967295:3011 -413:4294967295:3011 -414:4294967295:3011 -415:4294967295:3011 -416:4294967295:3011 -417:4294967295:3011 -418:4294967295:3011 -419:4294967295:3011 -420:4294967295:3011 -421:4294967295:3011 -422:4294967295:3011 -423:4294967295:3011 -424:4294967295:3011 -425:4294967295:3011 -426:4294967295:3011 -427:4294967295:3011 -428:4294967295:3011 -429:4294967295:3011 -430:4294967295:3011 -431:4294967295:3011 -432:4294967295:3011 -433:4294967295:3011 -434:4294967295:3011 -435:4294967295:3011 -436:4294967295:3011 -437:4294967295:3011 -438:4294967295:3011 -439:4294967295:3011 -440:4294967295:3011 -441:4294967295:3011 -442:4294967295:3011 -443:4294967295:3011 -444:4294967295:3011 -445:4294967295:3011 -446:4294967295:3011 -447:4294967295:3011 -448:4294967295:3011 -449:4294967295:3011 -450:4294967295:3011 -451:4294967295:3011 -452:4294967295:3011 -453:4294967295:3011 -454:4294967295:3011 -455:4294967295:3011 -456:4294967295:3011 -457:4294967295:3011 -458:4294967295:3011 -459:4294967295:3011 -460:4294967295:3011 -461:4294967295:3011 -462:4294967295:3011 -463:4294967295:3011 -464:4294967295:3011 -465:4294967295:3011 -466:4294967295:3011 -467:4294967295:3011 -468:4294967295:3011 -469:4294967295:3011 -470:4294967295:3011 -471:4294967295:3011 -472:4294967295:3011 -473:4294967295:3011 -474:4294967295:3011 -475:4294967295:3011 -476:4294967295:3011 -477:4294967295:3011 -478:4294967295:3011 -479:4294967295:3011 -480:4294967295:3011 -481:4294967295:3011 -482:4294967295:3011 -483:4294967295:3011 -484:4294967295:3011 -485:4294967295:3011 -486:4294967295:3011 -487:4294967295:3011 -488:4294967295:3011 -489:4294967295:3011 -490:4294967295:3011 -491:4294967295:3011 -492:4294967295:3011 -493:4294967295:3011 -494:4294967295:3011 -495:4294967295:3011 -496:4294967295:3011 -497:4294967295:3011 -498:4294967295:3011 -499:4294967295:3011 -500:4294967295:3011 -501:4294967295:3011 -502:4294967295:3011 -503:4294967295:3011 -504:4294967295:3011 -505:4294967295:3011 -506:4294967295:3011 -507:4294967295:3011 -508:4294967295:3011 -509:4294967295:3011 -510:4294967295:3011 -511:4294967295:3011 +256:4294967295:1000:1006:1013:1021:1047:3011 +257:4294967295:1000:1006:1013:1021:1047:3011 +258:4294967295:1000:1006:1013:1021:1047:3011 +259:4294967295:1000:1006:1013:1021:1047:3011 +260:4294967295:1000:1006:1013:1021:1047:3011 +261:4294967295:1000:1006:1013:1021:1047:3011 +262:4294967295:1000:1006:1013:1021:1047:3011 +263:4294967295:1000:1006:1013:1021:1047:3011 +264:4294967295:1000:1006:1013:1021:1047:3011 +265:4294967295:1000:1006:1013:1021:1047:3011 +266:4294967295:1000:1006:1013:1021:1047:3011 +267:4294967295:1000:1006:1013:1021:1047:3011 +268:4294967295:1000:1006:1013:1021:1047:3011 +269:4294967295:1000:1006:1013:1021:1047:3011 +270:4294967295:1000:1006:1013:1021:1047:3011 +271:4294967295:1000:1006:1013:1021:1047:3011 +272:4294967295:1000:1006:1013:1021:1047:3011 +273:4294967295:1000:1006:1013:1021:1047:3011 +274:4294967295:1000:1006:1013:1021:1047:3011 +275:4294967295:1000:1006:1013:1021:1047:3011 +276:4294967295:1000:1006:1013:1021:1047:3011 +277:4294967295:1000:1006:1013:1021:1047:3011 +278:4294967295:1000:1006:1013:1021:1047:3011 +279:4294967295:1000:1006:1013:1021:1047:3011 +280:4294967295:1000:1006:1013:1021:1047:3011 +281:4294967295:1000:1006:1013:1021:1047:3011 +282:4294967295:1000:1006:1013:1021:1047:3011 +283:4294967295:1000:1006:1013:1021:1047:3011 +284:4294967295:1000:1006:1013:1021:1047:3011 +285:4294967295:1000:1006:1013:1021:1047:3011 +286:4294967295:1000:1006:1013:1021:1047:3011 +287:4294967295:1000:1006:1013:1021:1047:3011 +288:4294967295:1000:1006:1013:1021:1047:3011 +289:4294967295:1000:1006:1013:1021:1047:3011 +290:4294967295:1000:1006:1013:1021:1047:3011 +291:4294967295:1000:1006:1013:1021:1047:3011 +292:4294967295:1000:1006:1013:1021:1047:3011 +293:4294967295:1000:1006:1013:1021:1047:3011 +294:4294967295:1000:1006:1013:1021:1047:3011 +295:4294967295:1000:1006:1013:1021:1047:3011 +296:4294967295:1000:1006:1013:1021:1047:3011 +297:4294967295:1000:1006:1013:1021:1047:3011 +298:4294967295:1000:1006:1013:1021:1047:3011 +299:4294967295:1000:1006:1013:1021:1047:3011 +300:4294967295:1000:1006:1013:1021:1047:3011 +301:4294967295:1000:1006:1013:1021:1047:3011 +302:4294967295:1000:1006:1013:1021:1047:3011 +303:4294967295:1000:1006:1013:1021:1047:3011 +304:4294967295:1000:1006:1013:1021:1047:3011 +305:4294967295:1000:1006:1013:1021:1047:3011 +306:4294967295:1000:1006:1013:1021:1047:3011 +307:4294967295:1000:1006:1013:1021:1047:3011 +308:4294967295:1000:1006:1013:1021:1047:3011 +309:4294967295:1000:1006:1013:1021:1047:3011 +310:4294967295:1000:1006:1013:1021:1047:3011 +311:4294967295:1000:1006:1013:1021:1047:3011 +312:4294967295:1000:1006:1013:1021:1047:3011 +313:4294967295:1000:1006:1013:1021:1047:3011 +314:4294967295:1000:1006:1013:1021:1047:3011 +315:4294967295:1000:1006:1013:1021:1047:3011 +316:4294967295:1000:1006:1013:1021:1047:3011 +317:4294967295:1000:1006:1013:1021:1047:3011 +318:4294967295:1000:1006:1013:1021:1047:3011 +319:4294967295:1000:1006:1013:1021:1047:3011 +320:4294967295:1000:1006:1013:1021:1047:3011 +321:4294967295:1000:1006:1013:1021:1047:3011 +322:4294967295:1000:1006:1013:1021:1047:3011 +323:4294967295:1000:1006:1013:1021:1047:3011 +324:4294967295:1000:1006:1013:1021:1047:3011 +325:4294967295:1000:1006:1013:1021:1047:3011 +326:4294967295:1000:1006:1013:1021:1047:3011 +327:4294967295:1000:1006:1013:1021:1047:3011 +328:4294967295:1000:1006:1013:1021:1047:3011 +329:4294967295:1000:1006:1013:1021:1047:3011 +330:4294967295:1000:1006:1013:1021:1047:3011 +331:4294967295:1000:1006:1013:1021:1047:3011 +332:4294967295:1000:1006:1013:1021:1047:3011 +333:4294967295:1000:1006:1013:1021:1047:3011 +334:4294967295:1000:1006:1013:1021:1047:3011 +335:4294967295:1000:1006:1013:1021:1047:3011 +336:4294967295:1000:1006:1013:1021:1047:3011 +337:4294967295:1000:1006:1013:1021:1047:3011 +338:4294967295:1000:1006:1013:1021:1047:3011 +339:4294967295:1000:1006:1013:1021:1047:3011 +340:4294967295:1000:1006:1013:1021:1047:3011 +341:4294967295:1000:1006:1013:1021:1047:3011 +342:4294967295:1000:1006:1013:1021:1047:3011 +343:4294967295:1000:1006:1013:1021:1047:3011 +344:4294967295:1000:1006:1013:1021:1047:3011 +345:4294967295:1000:1006:1013:1021:1047:3011 +346:4294967295:1000:1006:1013:1021:1047:3011 +347:4294967295:1000:1006:1013:1021:1047:3011 +348:4294967295:1000:1006:1013:1021:1047:3011 +349:4294967295:1000:1006:1013:1021:1047:3011 +350:4294967295:1000:1006:1013:1021:1047:3011 +351:4294967295:1000:1006:1013:1021:1047:3011 +352:4294967295:1000:1006:1013:1021:1047:3011 +353:4294967295:1000:1006:1013:1021:1047:3011 +354:4294967295:1000:1006:1013:1021:1047:3011 +355:4294967295:1000:1006:1013:1021:1047:3011 +356:4294967295:1000:1006:1013:1021:1047:3011 +357:4294967295:1000:1006:1013:1021:1047:3011 +358:4294967295:1000:1006:1013:1021:1047:3011 +359:4294967295:1000:1006:1013:1021:1047:3011 +360:4294967295:1000:1006:1013:1021:1047:3011 +361:4294967295:1000:1006:1013:1021:1047:3011 +362:4294967295:1000:1006:1013:1021:1047:3011 +363:4294967295:1000:1006:1013:1021:1047:3011 +364:4294967295:1000:1006:1013:1021:1047:3011 +365:4294967295:1000:1006:1013:1021:1047:3011 +366:4294967295:1000:1006:1013:1021:1047:3011 +367:4294967295:1000:1006:1013:1021:1047:3011 +368:4294967295:1000:1006:1013:1021:1047:3011 +369:4294967295:1000:1006:1013:1021:1047:3011 +370:4294967295:1000:1006:1013:1021:1047:3011 +371:4294967295:1000:1006:1013:1021:1047:3011 +372:4294967295:1000:1006:1013:1021:1047:3011 +373:4294967295:1000:1006:1013:1021:1047:3011 +374:4294967295:1000:1006:1013:1021:1047:3011 +375:4294967295:1000:1006:1013:1021:1047:3011 +376:4294967295:1000:1006:1013:1021:1047:3011 +377:4294967295:1000:1006:1013:1021:1047:3011 +378:4294967295:1000:1006:1013:1021:1047:3011 +379:4294967295:1000:1006:1013:1021:1047:3011 +380:4294967295:1000:1006:1013:1021:1047:3011 +381:4294967295:1000:1006:1013:1021:1047:3011 +382:4294967295:1000:1006:1013:1021:1047:3011 +383:4294967295:1000:1006:1013:1021:1047:3011 +384:4294967295:1000:1006:1013:1021:1047:3011 +385:4294967295:1000:1006:1013:1021:1047:3011 +386:4294967295:1000:1006:1013:1021:1047:3011 +387:4294967295:1000:1006:1013:1021:1047:3011 +388:4294967295:1000:1006:1013:1021:1047:3011 +389:4294967295:1000:1006:1013:1021:1047:3011 +390:4294967295:1000:1006:1013:1021:1047:3011 +391:4294967295:1000:1006:1013:1021:1047:3011 +392:4294967295:1000:1006:1013:1021:1047:3011 +393:4294967295:1000:1006:1013:1021:1047:3011 +394:4294967295:1000:1006:1013:1021:1047:3011 +395:4294967295:1000:1006:1013:1021:1047:3011 +396:4294967295:1000:1006:1013:1021:1047:3011 +397:4294967295:1000:1006:1013:1021:1047:3011 +398:4294967295:1000:1006:1013:1021:1047:3011 +399:4294967295:1000:1006:1013:1021:1047:3011 +400:4294967295:1000:1006:1013:1021:1047:3011 +401:4294967295:1000:1006:1013:1021:1047:3011 +402:4294967295:1000:1006:1013:1021:1047:3011 +403:4294967295:1000:1006:1013:1021:1047:3011 +404:4294967295:1000:1006:1013:1021:1047:3011 +405:4294967295:1000:1006:1013:1021:1047:3011 +406:4294967295:1000:1006:1013:1021:1047:3011 +407:4294967295:1000:1006:1013:1021:1047:3011 +408:4294967295:1000:1006:1013:1021:1047:3011 +409:4294967295:1000:1006:1013:1021:1047:3011 +410:4294967295:1000:1006:1013:1021:1047:3011 +411:4294967295:1000:1006:1013:1021:1047:3011 +412:4294967295:1000:1006:1013:1021:1047:3011 +413:4294967295:1000:1006:1013:1021:1047:3011 +414:4294967295:1000:1006:1013:1021:1047:3011 +415:4294967295:1000:1006:1013:1021:1047:3011 +416:4294967295:1000:1006:1013:1021:1047:3011 +417:4294967295:1000:1006:1013:1021:1047:3011 +418:4294967295:1000:1006:1013:1021:1047:3011 +419:4294967295:1000:1006:1013:1021:1047:3011 +420:4294967295:1000:1006:1013:1021:1047:3011 +421:4294967295:1000:1006:1013:1021:1047:3011 +422:4294967295:1000:1006:1013:1021:1047:3011 +423:4294967295:1000:1006:1013:1021:1047:3011 +424:4294967295:1000:1006:1013:1021:1047:3011 +425:4294967295:1000:1006:1013:1021:1047:3011 +426:4294967295:1000:1006:1013:1021:1047:3011 +427:4294967295:1000:1006:1013:1021:1047:3011 +428:4294967295:1000:1006:1013:1021:1047:3011 +429:4294967295:1000:1006:1013:1021:1047:3011 +430:4294967295:1000:1006:1013:1021:1047:3011 +431:4294967295:1000:1006:1013:1021:1047:3011 +432:4294967295:1000:1006:1013:1021:1047:3011 +433:4294967295:1000:1006:1013:1021:1047:3011 +434:4294967295:1000:1006:1013:1021:1047:3011 +435:4294967295:1000:1006:1013:1021:1047:3011 +436:4294967295:1000:1006:1013:1021:1047:3011 +437:4294967295:1000:1006:1013:1021:1047:3011 +438:4294967295:1000:1006:1013:1021:1047:3011 +439:4294967295:1000:1006:1013:1021:1047:3011 +440:4294967295:1000:1006:1013:1021:1047:3011 +441:4294967295:1000:1006:1013:1021:1047:3011 +442:4294967295:1000:1006:1013:1021:1047:3011 +443:4294967295:1000:1006:1013:1021:1047:3011 +444:4294967295:1000:1006:1013:1021:1047:3011 +445:4294967295:1000:1006:1013:1021:1047:3011 +446:4294967295:1000:1006:1013:1021:1047:3011 +447:4294967295:1000:1006:1013:1021:1047:3011 +448:4294967295:1000:1006:1013:1021:1047:3011 +449:4294967295:1000:1006:1013:1021:1047:3011 +450:4294967295:1000:1006:1013:1021:1047:3011 +451:4294967295:1000:1006:1013:1021:1047:3011 +452:4294967295:1000:1006:1013:1021:1047:3011 +453:4294967295:1000:1006:1013:1021:1047:3011 +454:4294967295:1000:1006:1013:1021:1047:3011 +455:4294967295:1000:1006:1013:1021:1047:3011 +456:4294967295:1000:1006:1013:1021:1047:3011 +457:4294967295:1000:1006:1013:1021:1047:3011 +458:4294967295:1000:1006:1013:1021:1047:3011 +459:4294967295:1000:1006:1013:1021:1047:3011 +460:4294967295:1000:1006:1013:1021:1047:3011 +461:4294967295:1000:1006:1013:1021:1047:3011 +462:4294967295:1000:1006:1013:1021:1047:3011 +463:4294967295:1000:1006:1013:1021:1047:3011 +464:4294967295:1000:1006:1013:1021:1047:3011 +465:4294967295:1000:1006:1013:1021:1047:3011 +466:4294967295:1000:1006:1013:1021:1047:3011 +467:4294967295:1000:1006:1013:1021:1047:3011 +468:4294967295:1000:1006:1013:1021:1047:3011 +469:4294967295:1000:1006:1013:1021:1047:3011 +470:4294967295:1000:1006:1013:1021:1047:3011 +471:4294967295:1000:1006:1013:1021:1047:3011 +472:4294967295:1000:1006:1013:1021:1047:3011 +473:4294967295:1000:1006:1013:1021:1047:3011 +474:4294967295:1000:1006:1013:1021:1047:3011 +475:4294967295:1000:1006:1013:1021:1047:3011 +476:4294967295:1000:1006:1013:1021:1047:3011 +477:4294967295:1000:1006:1013:1021:1047:3011 +478:4294967295:1000:1006:1013:1021:1047:3011 +479:4294967295:1000:1006:1013:1021:1047:3011 +480:4294967295:1000:1006:1013:1021:1047:3011 +481:4294967295:1000:1006:1013:1021:1047:3011 +482:4294967295:1000:1006:1013:1021:1047:3011 +483:4294967295:1000:1006:1013:1021:1047:3011 +484:4294967295:1000:1006:1013:1021:1047:3011 +485:4294967295:1000:1006:1013:1021:1047:3011 +486:4294967295:1000:1006:1013:1021:1047:3011 +487:4294967295:1000:1006:1013:1021:1047:3011 +488:4294967295:1000:1006:1013:1021:1047:3011 +489:4294967295:1000:1006:1013:1021:1047:3011 +490:4294967295:1000:1006:1013:1021:1047:3011 +491:4294967295:1000:1006:1013:1021:1047:3011 +492:4294967295:1000:1006:1013:1021:1047:3011 +493:4294967295:1000:1006:1013:1021:1047:3011 +494:4294967295:1000:1006:1013:1021:1047:3011 +495:4294967295:1000:1006:1013:1021:1047:3011 +496:4294967295:1000:1006:1013:1021:1047:3011 +497:4294967295:1000:1006:1013:1021:1047:3011 +498:4294967295:1000:1006:1013:1021:1047:3011 +499:4294967295:1000:1006:1013:1021:1047:3011 +500:4294967295:1000:1006:1013:1021:1047:3011 +501:4294967295:1000:1006:1013:1021:1047:3011 +502:4294967295:1000:1006:1013:1021:1047:3011 +503:4294967295:1000:1006:1013:1021:1047:3011 +504:4294967295:1000:1006:1013:1021:1047:3011 +505:4294967295:1000:1006:1013:1021:1047:3011 +506:4294967295:1000:1006:1013:1021:1047:3011 +507:4294967295:1000:1006:1013:1021:1047:3011 +508:4294967295:1000:1006:1013:1021:1047:3011 +509:4294967295:1000:1006:1013:1021:1047:3011 +510:4294967295:1000:1006:1013:1021:1047:3011 +511:4294967295:1000:1006:1013:1021:1047:3011 /* Allow RCS service to aquire net_raw permission */ 18:4294967295:1001:3004 /* Allow QMID service to aquire net_raw permission */ @@ -278,6 +280,7 @@ 4:4294967295:1001:3004 7:4294967295:1001:3004 8:4294967295:1001:3004:1000 +68:4294967295:1001:3004 /* DPM */ 47:4294967295:1001:3004 /* Allow communication to some QMI services with radio privilages */ @@ -304,7 +307,13 @@ 33:4294967295:1001 /* CSVT */ 29:4294967295:1001 +/*LTE*/ +70:4294967295:1001 /* Allow Data dpmd to access QMI DFS */ 48:4294967295:1000:3004 /* DIAG */ -4097:4294967295:3009 +4097:4294967295:2002:2950:3009 +/* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ +69:4294967295:1000 +/* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */ +57:4294967295:1000
\ No newline at end of file |