Home
last modified time | relevance | path

Searched defs:InnerModuleInfo (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
Dinner_bundle_info.h37 struct InnerModuleInfo { struct
38 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 …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h75 struct InnerModuleInfo { struct
76 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 …]