2023-08-07 14:25:22 +08:00
|
|
|
// SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
|
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
|
|
|
constexpr auto ApplicationLaunchHelperBinary =
|
|
|
|
u8"@CMAKE_INSTALL_FULL_LIBEXECDIR@/deepin/application-manager/@APP_LAUNCH_HELPER_BIN@";
|
|
|
|
|
2024-03-22 16:29:33 +08:00
|
|
|
const auto ApplicationServiceID =
|
|
|
|
u8"@APPLICATION_SERVICEID@";
|
|
|
|
|
2023-08-07 14:25:22 +08:00
|
|
|
#endif
|