0b5fa654b8fc70c33673ef6eb276e8355d6329ea
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / tizen / package_path.h
1 // Copyright (c) 2014 Intel Corporation. All rights reserved.
2 // Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5
6 #ifndef XWALK_APPLICATION_COMMON_TIZEN_PACKAGE_PATH_H_
7 #define XWALK_APPLICATION_COMMON_TIZEN_PACKAGE_PATH_H_
8
9 #include <string>
10
11 #include "base/file_util.h"
12
13 namespace xwalk {
14 namespace application {
15
16 base::FilePath GetApplicationPath(const std::string& app_id);
17 base::FilePath GetPackagePath(const std::string& pkg_id);
18
19 }  // application
20 }  // xwalk
21
22 #endif  // XWALK_APPLICATION_COMMON_TIZEN_PACKAGE_PATH_H_