Searched defs:InnerModuleInfo (Results 1 – 2 of 2) sorted by relevance
36 struct InnerModuleInfo { struct37 std::string name;38 std::string modulePackage;39 std::string moduleName;40 std::string modulePath;41 std::string moduleDataDir;42 std::string moduleResPath;43 std::string label;44 std::string hapPath;45 int32_t labelId = 0;[all …]
72 struct InnerModuleInfo { struct73 bool isEntry = false;74 bool installationFree = false;75 bool isModuleJson = false;76 bool isStageBasedModel = false;77 bool isLibIsolated = false;78 bool compressNativeLibs = true;79 bool isEncrypted = false;80 bool asanEnabled = false;81 bool gwpAsanEnabled = false;[all …]