106694b06Sopenharmony_ci/* 206694b06Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd. 306694b06Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 406694b06Sopenharmony_ci * you may not use this file except in compliance with the License. 506694b06Sopenharmony_ci * You may obtain a copy of the License at 606694b06Sopenharmony_ci * 706694b06Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 806694b06Sopenharmony_ci * 906694b06Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 1006694b06Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 1106694b06Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1206694b06Sopenharmony_ci * See the License for the specific language governing permissions and 1306694b06Sopenharmony_ci * limitations under the License. 1406694b06Sopenharmony_ci */ 1506694b06Sopenharmony_ci 1606694b06Sopenharmony_ci#ifndef NATIVE_RDB_TEST_COMMON_H 1706694b06Sopenharmony_ci#define NATIVE_RDB_TEST_COMMON_H 1806694b06Sopenharmony_ci 1906694b06Sopenharmony_ci#include <string> 2006694b06Sopenharmony_ci 2106694b06Sopenharmony_cinamespace OHOS { 2206694b06Sopenharmony_cinamespace NativeRdb { 2306694b06Sopenharmony_ci 2406694b06Sopenharmony_cistatic constexpr const char *RDB_TEST_PATH = "/data/storage/el2/database/com.ohos.example.distributedndk/entry/"; 2506694b06Sopenharmony_ci 2606694b06Sopenharmony_ci} // namespace NativeRdb 2706694b06Sopenharmony_ci} // namespace OHOS 2806694b06Sopenharmony_ci 2906694b06Sopenharmony_ci#endif 30