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.h36 struct InnerModuleInfo { struct
37 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 …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dinner_bundle_info.h72 struct InnerModuleInfo { struct
73 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 …]