Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / tizen / xwalk_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_TOOLS_TIZEN_XWALK_PACKAGEINFO_CONSTANTS_H_
6 #define XWALK_APPLICATION_TOOLS_TIZEN_XWALK_PACKAGEINFO_CONSTANTS_H_
7
8 #include "base/files/file_path.h"
9 #include "base/basictypes.h"
10
11 namespace application_packageinfo_constants {
12   extern const base::FilePath::CharType kAppDir[];
13   extern const base::FilePath::CharType kAppDBPath[];
14   extern const base::FilePath::CharType kAppDBJournalPath[];
15   extern const base::FilePath::CharType kIconDir[];
16   extern const base::FilePath::CharType kXmlDir[];
17   extern const base::FilePath::CharType kXwalkPath[];
18
19   extern const base::FilePath::CharType kExecDir[];
20   extern const char kDefaultIconName[];
21   extern const char kOwner[];
22
23   extern const char kXmlExtension[];
24   extern const char kSeparator[];
25 }  // namespace application_packageinfo_constants
26
27 #endif  // XWALK_APPLICATION_TOOLS_TIZEN_XWALK_PACKAGEINFO_CONSTANTS_H_