upload tizen1.0 source
[framework/system/sync-agent.git] / fw-plugin / slp-device-plugIn / include / slp_device_info.h
1 /*
2  * sync-agent-framework
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: JuHak Park <juhaki.park@samsung.com>,
7  *          JuneHyuk Lee <junhyuk7.lee@samsung.com>,
8  *          SunBong Ha <sunbong.ha@samsung.com>
9  *
10  * Licensed under the Apache License, Version 2.0 (the "License");
11  * you may not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS,
18  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  *
22  */
23
24
25
26
27 /*
28  * For any sort of issue you concern as to this software,
29  * you may use following point of contact.
30  * All resources contributed on this software
31  * are orinigally written by S-Core Inc., a member of Samsung Group.
32  *
33  * Seokgil Kang <seokgil.kang@samsung.com>
34  * Sooyi Kim <sooyi.kim@samsung.com>
35  */
36
37 #ifndef SAMSUNG_DEVICE_INFO_H_
38 #define SAMSUNG_DEVICE_INFO_H_
39
40 char *slp_device_info_get_software_version();
41 char *slp_device_info_get_hardware_version();
42 char *slp_device_info_get_DTD_version();
43 char *slp_device_info_get_modem_version();
44 char *slp_device_info_get_kernel_version();
45 char *slp_device_info_get_PDA_version();
46 char *slp_device_info_get_CSC_version();
47 char *__slp_device_info_get_PDA_version_for_fw();
48 char *__slp_device_info_get_CSC_version_for_fw();
49
50 char *slp_device_info_get_deviceID();
51 char *slp_device_info_get_device_type();
52 char *slp_device_info_get_manufacturer_info();
53 char *slp_device_info_get_Opco_info();
54 char *slp_device_info_get_model_info();
55 char *slp_device_info_get_OEM_info();
56
57 #endif /* SAMSUNG_DEVICE_INFO_H_ */