Searched defs:BundleProfile (Results 1 – 1 of 1) sorted by relevance
234 struct BundleProfile { struct236 bool isKeepAlive;237 bool isNativeApp;239 char *bundleName;240 char *vendor;241 char *label;242 char *iconPath;243 char *srcPath = nullptr;246 ModuleInfo moduleInfo;247 AbilityInfo *abilityInfos;[all …]