Searched defs:HapModuleInfo (Results 1 – 1 of 1) sorted by relevance
46 struct HapModuleInfo { struct47 std::vector<AbilityInfo> abilities;48 std::string compileMode;49 bool deliveryWithInstall = false;50 std::vector<std::string> dependencies;51 std::string description;52 uint32_t descriptionId;53 std::vector<std::string> deviceTypes;54 bool installationFree = false;55 std::string mainElement;[all …]