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