ffb0b318cf0c7a1f720761c81711c2418d5afd7b
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / installer / tizen / packageinfo_constants.h
1 // Copyright (c) 2013 Intel Corporation. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef XWALK_APPLICATION_COMMON_INSTALLER_TIZEN_PACKAGEINFO_CONSTANTS_H_
6 #define XWALK_APPLICATION_COMMON_INSTALLER_TIZEN_PACKAGEINFO_CONSTANTS_H_
7
8 #include "base/files/file_path.h"
9 #include "base/basictypes.h"
10
11 namespace xwalk {
12 namespace application_packageinfo_constants {
13   extern const base::FilePath::CharType kAppDir[];
14   extern const base::FilePath::CharType kAppDBPath[];
15   extern const base::FilePath::CharType kAppDBJournalPath[];
16   extern const base::FilePath::CharType kIconDir[];
17   extern const base::FilePath::CharType kXmlDir[];
18   extern const base::FilePath::CharType kXwalkPath[];
19
20   extern const base::FilePath::CharType kExecDir[];
21   extern const char kDefaultIconName[];
22   extern const char kOwner[];
23
24   extern const char kXmlExtension[];
25   extern const char kSeparator[];
26 }  // namespace application_packageinfo_constants
27 }  // namespace xwalk
28
29 #endif  // XWALK_APPLICATION_COMMON_INSTALLER_TIZEN_PACKAGEINFO_CONSTANTS_H_