diff --git a/common/utils/include/constants.h b/common/utils/include/constants.h index 18fda5b9bbd8e38f646c6574fec73aee0329b15f..0612aa86f2613216910a5cc0346ae2f98f2fa0ab 100644 --- a/common/utils/include/constants.h +++ b/common/utils/include/constants.h @@ -25,7 +25,8 @@ namespace DistributedHardware { constexpr int32_t ENABLE_TIMEOUT_MS = 1000; constexpr int32_t DISABLE_TIMEOUT_MS = 500; const std::u16string DHMS_STUB_INTERFACE_TOKEN = u"ohos.distributedhardware.accessToken"; - const std::string COMPONENTSLOAD_PROFILE_PATH = R"(/etc/distributed_hardware_components_cfg.json)"; + const std::string COMPONENTSLOAD_PROFILE_PATH = + R"(/vendor/etc/distributedhardware/distributed_hardware_components_cfg.json)"; const std::string APP_ID = "dtbhardware_manager_service"; const std::string GLOBAL_CAPABILITY_ID = "global_capability_info"; const std::string GLOBAL_VERSION_ID = "global_version_info";