Create private tmp directory in skel
[platform/core/appfw/wgt-backend.git] / src / wgt / shared_dirs.h
1 // Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
2 // Use of this source code is governed by an apache-2.0 license that can be
3 // found in the LICENSE file.
4
5 #ifndef HYBRID_SHARED_DIRS_H_
6 #define HYBRID_SHARED_DIRS_H_
7
8 #include <vector>
9
10 namespace wgt {
11 namespace filesystem {
12
13 const std::vector<const char*> WgtAdditionalSharedDirs = {
14   {"tmp"},
15 };
16
17 }  // namespace filesystem
18 }  // namespace wgt
19
20 #endif  // HYBRID_SHARED_DIRS_H_