Description:add distributedinput whitelist cfg

Match-id-7bda1a2c5808a941ea6bea271ebbdaa3b91975cb
This commit is contained in:
xxxx
2022-06-13 12:49:41 +08:00
parent 60a4cc7a18
commit a6333c995b
+1 -1
View File
@@ -28,7 +28,7 @@ namespace OHOS {
namespace DistributedHardware {
namespace DistributedInput {
namespace {
const char* WHITE_LIST_FILE_PATH = "/system/profile/dinput_business_event_whitelist.cfg";
const char* WHITE_LIST_FILE_PATH = "/etc/dinput_business_event_whitelist.cfg";
const char* SPLIT_LINE = "|";
const char* SPLIT_COMMA = ",";
}