X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Frobox-release-phase2.3%2Frobox-release-phase2.3%2Fsrc%2Fanbox%2Fbuild%2Fconfig.h.in;fp=src%2Ftype3_AndroidCloud%2Frobox-release-phase2.3%2Frobox-release-phase2.3%2Fsrc%2Fanbox%2Fbuild%2Fconfig.h.in;h=01b7e838b3dbf26331c71c3c7c978dc1376d3445;hb=86f29e8c347afa353c864bd23e88df315b14895a;hp=0000000000000000000000000000000000000000;hpb=fa1c3405246cfa807b6c2e917d90ab8a44222bdb;p=iec.git diff --git a/src/type3_AndroidCloud/robox-release-phase2.3/robox-release-phase2.3/src/anbox/build/config.h.in b/src/type3_AndroidCloud/robox-release-phase2.3/robox-release-phase2.3/src/anbox/build/config.h.in new file mode 100644 index 0000000..01b7e83 --- /dev/null +++ b/src/type3_AndroidCloud/robox-release-phase2.3/robox-release-phase2.3/src/anbox/build/config.h.in @@ -0,0 +1,37 @@ +/* + * Copyright (C) 2016 Canonical, Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; version 3. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * Authored by: Thomas Voß + * + */ + +#ifndef ANBOX_CONFIG_H_ +#define ANBOX_CONFIG_H_ + +#include +#include + +namespace anbox { +namespace build { +/// @brief version marks the version +static constexpr const char *version{"@ANBOX_VERSION@"}; + +// path for system configuration +static constexpr const char *default_resource_path{"@ANBOX_RESOURCE_DIR_FULL@"}; +static constexpr const char *default_data_path{"@ANBOX_STATEDIR_FULL@"}; +} // namespace build +} // namespace anbox + +#endif // ANBOX_CONFIG_H_