summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/policy_table/enums.cc
blob: 8aabf54c5d048a1cb3d2ffdef3c8081df13d2c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "policy/policy_table/enums.h"
#include <cstring>

namespace rpc {
namespace policy_table_interface_base {

const std::string kDefaultApp = "default";
const std::string kPreDataConsentApp = "pre_DataConsent";
const std::string kDeviceApp = "device";

}  // namespace policy_table_interface_base
}  // namespace rpc