/*
 * Copyright (c) 2022 Huawei Device Co., Ltd.
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

const char *dso_symbol_invalid = "dso_symbol_invalid";
const char *dso_version_invalid = "dso_version_invalid";

const char *dso_no_symver_name = "libdso_no_symver.so";
const char *dso_no_symver_symbol = "dso_no_symver";

const char *dso_easy_symver_name = "libdso_easy_symver.so";
const char *dso_easy_symver_symbol = "dso_easy_symver";
const char *dso_easy_symver_symbol_old = "dso_easy_symver_old";
const char *dso_easy_symver_symbol_stable = "dso_easy_symver_stable";
const char *dso_easy_symver_symbol_dev = "dso_easy_symver_dev";
const char *dso_easy_symver_version_old = "OLD";
const char *dso_easy_symver_version_stable = "STABLE";
const char *dso_easy_symver_version_dev = "DEV";

const char *dso_hard_symver_name = "libdso_hard_symver.so";
const char *dso_hard_symver_if_symbol = "dso_hard_symver_if";
const char *dso_hard_symver_if_symbol_old = "dso_hard_symver_if_old";
const char *dso_hard_symver_if_symbol_stable = "dso_hard_symver_if_stable";
const char *dso_hard_symver_if_symbol_dev = "dso_hard_symver_if_dev";
const char *dso_hard_symver_ld_symbol = "dso_hard_symver_ld";
const char *dso_hard_symver_ld_symbol_old = "dso_hard_symver_ld_old";
const char *dso_hard_symver_ld_symbol_stable = "dso_hard_symver_ld_stable";
const char *dso_hard_symver_ld_symbol_dev = "dso_hard_symver_ld_dev";
const char *dso_hard_symver_version_old = "OLD";
const char *dso_hard_symver_version_stable = "STABLE";
const char *dso_hard_symver_version_dev = "DEV";