Advertisement
Guest User

Untitled

a guest
Jul 26th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.75 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2017 Tcl Corporation Limited -->
  3.  
  4. <!-- Set of paths to look for APKs to install.  Process everything if this file is absent.
  5.     There is only 2 tags and 3 attributes.
  6.  
  7.    Tag "pathlist": No attributes.  Simply denotes the root element.
  8.    Tag "path": Must have a "pathlist" tag parent.  Has 4 attributes:
  9.        "dir": Mandatory. A directory.  Should be a relative path, but can be a full path.  All relative paths will be from "/oem" (or wherever the OEM partition is mounted).
  10.        "carrierId": Optional. A comma-separated list of carrier IDs.  If it is absent, it is whitelisted for all carriers.
  11.        "ecid":Optional. A comma-separated list of ECIDs .  If it is absent, it is whitelisted for all carriers.
  12.        "hasToken":Optional. A comma-separated list of tkns.  If it is absent, it is whitelisted for all carriers.
  13.        "inProduction": Optional.  Set to either "true" or "false".  Default is "false".  Only whitelists the APK if the in-production flag matches the attribute value.
  14. -->
  15.  
  16. <pathlist>
  17.     <!-- Apps in /oem/priv-app -->
  18.     <!--<path dir="/oem/priv-app/DmClient-VZW" ecid="539" />
  19.     <path dir="/oem/priv-app/ATTDMClient" ecid="50" />
  20.     <path dir="/oem/priv-app/salestracker" ecid="10025" />-->
  21.  
  22.     <!-- Apps in /oem/app -->
  23.     <path dir="/oem/app/COMMON_DeviceSwitch"  />
  24.     <!--[BUGFIX]-Mod-BEGIN by TCTNB.zhixun.wang,6191226-->
  25.     <path dir="/oem/app/COMMON_Korean_Alert" carrierId="175,830,831,10540" />
  26.     <!--[BUGFIX]-Mod-END by TCTNB.zhixun.wang-->
  27.  
  28.     <!--[BUGFIX]-Mod-BEGIN by TCTNB.yubin.ying,03/07/2018,6099329,-->
  29.     <path dir="/oem/priv-app/AmazonMobile" carrierId="223,10518,679,702,795,169,680" />
  30.     <path dir="/oem/priv-app/AmazonAppManager" carrierId="223,10518" />
  31.     <!--<path dir="/oem/priv-app/TelusCheckup" carrierId="223" />-->
  32.     <path dir="/oem/priv-app/TelusMyAccount" carrierId="223" />
  33.     <!--[BUGFIX]-Mod-END by TCTNB.yubin.ying-->
  34.     <path dir="/oem/priv-app/MyRogers" carrierId="169" />
  35.     <!--<path dir="/oem/priv-app/AmazonAppManager" carrierId="223,10518" />-->
  36.  
  37.     <!--[BUGFIX]-Mod-BEGIN by TCTNB.yubin.ying,03/09/2017,4288049,-->
  38.     <path dir="/oem/priv-app/FidoAccount" carrierId="680" />
  39.     <!--<path dir="/oem/app/FidoZone" carrierId="680" />
  40.    <path dir="/oem/app/SpotifyMusic" carrierId="680" />-->
  41.     <!--[BUGFIX]-Mod-END by TCTNB.yubin.ying-->
  42.     <!--<path dir="/oem/priv-app/MyATT" ecid="50" />
  43.    <path dir="/oem/app/serviceEntitlement" ecid="50" />
  44.    <path dir="/oem/priv-app/VisualVoicemail" ecid="50" />
  45.    <path dir="/oem/priv-app/ATTSmartWiFi" ecid="50" />-->
  46.  
  47.  
  48.     <!--[BUGFIX]-Mod-BEGIN by TCTNB.yubin.ying,02/13/2017,4131463,-->
  49.     <!--<path dir="/oem/app/RELTestool" hasToken="tcl_debug.tkn" />-->
  50.     <!--[BUGFIX]-Mod-END by TCTNB.yubin.ying-->
  51.  
  52.     <!--ADD-BEGIN by dingyi 2017/04/27 task-4656455-->
  53.     <!--<path dir="/oem/app/TctBarometer" hasToken="tcl_debug.tkn" />-->
  54.     <!--ADD-END by dingyi 2017/04/27 task-4656455-->
  55.  
  56.     <path dir="/oem/app/SafeGuard" hasToken="tcl_debug.tkn" />
  57.     <path dir="/oem/app/OneTouchFeedback" hasToken="tcl_debug.tkn" />
  58.     <!--[BUGFIX]-Mod-BEGIN by TCTNB.yubin.ying,04/26/2017,4594512,-->
  59.     <excludepath dir="/system/priv-app/TctUserCare" ecid="65,130,229,235,298,303,10504,10514,10519,50,544,10001,10004,10025" />
  60.     <!--[BUGFIX]-Mod-END by TCTNB.yubin.ying-->
  61.     <!--ADD-BEGIN by dingyi 2017/07/19 task-5080024-->
  62.     <!--<excludepath dir="/system/priv-app/Universal" ecid="544,10515,10517,10518,188,10537,405,18" />-->
  63.     <!--ADD-END by dingyi 2017/07/19 task-5080024-->
  64.     <path dir="/oem/priv-app/OrangeStore" ecid="10514,10519" />
  65.     <!--ADD-BEGIN by Xin.Peng 2018/05/30 task-6340732-->
  66.     <path dir="/oem/priv-app/VZWDMClient" ecid="10534" />
  67. </pathlist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement