Change-Id: I03596143f11e733e7c7bfca9b167ccc475e2c426
return generatePathRWLabel(pkgId) + "::RO";
}
+std::string generatePathSharedROLabel(const std::string &pkgId)
+{
+ return generatePathRWLabel(pkgId) + "::SharedRO";
+}
+
std::string getPublicPathLabel()
{
return "User::Home";
std::string generateProcessLabel(const std::string &appId, const std::string &pkgId, bool isHybrid = false);
std::string generatePathRWLabel(const std::string &pkgId);
std::string generatePathROLabel(const std::string &pkgId);
+std::string generatePathSharedROLabel(const std::string &pkgId);
std::string getPublicPathLabel();
std::string genRWPath(int app_num);
std::string genROPath(int app_num);