1 include "../../../../include/lldb/Core/PropertiesBase.td"
3 let Definition = "android" in {
4 def PlatformPackageName: Property<"package-name", "String">,
6 DefaultStringValue<"">,
7 Desc<"Specify package name to run adb shell command with 'run-as' as the "
8 "package user when necessary (e.g. to get file with 'cat' and 'dd').">;