platform/core/api/system-info.git
7 years agogdbm: reduce cache size to 10 57/76857/1 submit/tizen/20160628.013526
taeyoung [Mon, 27 Jun 2016 12:21:52 +0000 (21:21 +0900)]
gdbm: reduce cache size to 10

- Before reducing cache size, HEAP size allocated
  was 428kB with test app.
- After reducing cache size, HEAP size allocated
  is decreased to 64kB.
- The performance to read data is not decreased.

Change-Id: I68809bbbe3e1345b726bfdba3d8bd39e807f9381
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agodb: change backend of system info from xml to gdbm 51/70151/6 accepted/tizen/common/20160627.191205 accepted/tizen/ivi/20160623.121328 accepted/tizen/mobile/20160623.121241 accepted/tizen/tv/20160623.121300 accepted/tizen/wearable/20160623.121314 submit/tizen/20160621.232205 submit/tizen/20160622.033917 submit/tizen/20160622.064553
Taeyoung Kim [Wed, 18 May 2016 09:57:22 +0000 (18:57 +0900)]
db: change backend of system info from xml to gdbm

- Previously, Each app using system-info opened and parsed
  the model-config.xml file. However the size of libxml2 is big
  and xml parsing is required whenever each app gets system
  information.

- Now, gdbm is used to store the information of model-config.xml.
  Thus memory size is decreased and read db is faster than
  parsing the xml file.

  * App with libxml2
    - PSS: 231 KB
    - Average time to get a value: 14,331 usec

  * App with gdbm
    - PSS: 176 KB
    - Average time to get a value: 408 usec

- The db using gdbm is created at image creation time.

Change-Id: Ieb9bc2fab3f171be4db6416a31252e45fdba75e2
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agotizen id: change path of Tizen ID to RW path 67/70467/2
Taeyoung Kim [Thu, 19 May 2016 08:11:49 +0000 (17:11 +0900)]
tizen id: change path of Tizen ID to RW path

- Previous: /etc/tizenid (RO)
- Now: /opt/etc/tizenid (RW)
- Previous path is RO and thus Tizen ID cannot be made
  at runtime. Thus the path is changed to RW path.

Change-Id: Iad21c3e9f7331581765cfa4223231aff489c32b8
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agoMerge "build info: change ID and Release" into tizen accepted/tizen/common/20160510.051039 accepted/tizen/ivi/20160510.070319 accepted/tizen/mobile/20160510.070300 accepted/tizen/tv/20160510.070258 accepted/tizen/wearable/20160510.070224 submit/tizen/20160509.230215
Taeyoung Kim [Fri, 29 Apr 2016 06:27:47 +0000 (23:27 -0700)]
Merge "build info: change ID and Release" into tizen

8 years agoMerge "tizen id: reset tizen id if there is no content in the id file" into tizen
Taeyoung Kim [Fri, 29 Apr 2016 06:17:50 +0000 (23:17 -0700)]
Merge "tizen id: reset tizen id if there is no content in the id file" into tizen

8 years agoMerge "tizen id: reset Tizen ID if it is not a normal file" into tizen
Taeyoung Kim [Fri, 29 Apr 2016 06:17:45 +0000 (23:17 -0700)]
Merge "tizen id: reset Tizen ID if it is not a normal file" into tizen

8 years agobuild info: change ID and Release 18/66818/2
Taeyoung Kim [Thu, 21 Apr 2016 07:32:55 +0000 (16:32 +0900)]
build info: change ID and Release

- ID format is changed to get the value from Version.Build
  = Previous Build ID example
    : tizen-mobile_20160308.8_mobile-wayland-armv7l-tm1
  = Changed Build ID example
    : tizen-mobile

- Release value is changed to get the value from Version.Build
  = Previously, the value was created by removing alphabet
    from Version.Build. However the Version.Build could contain
    other numbers between alphabets. Thus Release value
    could be weird.
  = Now, Release value is parsed from Version.Build by
    the Build.Date value.

Change-Id: I70087a74065e37842a0c1d2297cee87595a46a23
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agocommon: apply Tizen Coding Rule 63/64363/1 accepted/tizen/common/20160418.141548 accepted/tizen/ivi/20160418.082928 accepted/tizen/mobile/20160418.083024 accepted/tizen/tv/20160418.082924 accepted/tizen/wearable/20160418.082856 submit/tizen/20160418.012758
Taeyoung Kim [Fri, 1 Apr 2016 00:05:54 +0000 (09:05 +0900)]
common: apply Tizen Coding Rule

- Space before the square bracket is removed

Change-Id: Id17121768b5d8151294b40b17bce5231e859f6e6
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agobuild info: add build id, type, variant, and release inforation 07/61707/5 accepted/tizen/common/20160325.134943 accepted/tizen/ivi/20160323.141055 accepted/tizen/mobile/20160323.135818 accepted/tizen/tv/20160323.140023 accepted/tizen/wearable/20160323.135813 submit/tizen/20160323.103430
Taeyoung Kim [Thu, 10 Mar 2016 03:33:37 +0000 (12:33 +0900)]
build info: add build id, type, variant, and release inforation

- Examples
  = Build ID: "tizen-mobile_20160308.8_mobile-wayland-armv7l-tm1"
  = Build Type: "eng" or "user"
  = Build Variant: It can be set according to the product type
  = Build release: "20160308.8"

Change-Id: I29e14b461dfe6b18b562922a3d8c03ded750b181
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agolicense: change license name to Apache-2.0 69/62469/1 accepted/tizen/common/20160318.145557 accepted/tizen/ivi/20160318.113344 accepted/tizen/mobile/20160318.113100 accepted/tizen/tv/20160318.113228 accepted/tizen/wearable/20160318.113225 submit/tizen/20160317.090950
Taeyoung Kim [Wed, 16 Mar 2016 05:58:57 +0000 (14:58 +0900)]
license: change license name to Apache-2.0

Apache License, Version 2.0 -> Apache-2.0

Change-Id: Ifc9594ca7c72b84a10d57443e7733f19813b6746
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agoAdd new features about build information 27/61827/1 accepted/tizen/common/20160315.220618 accepted/tizen/ivi/20160313.114404 accepted/tizen/mobile/20160313.113245 accepted/tizen/tv/20160313.113615 accepted/tizen/wearable/20160313.114019 submit/tizen/20160311.045504
Kichan Kwon [Fri, 11 Mar 2016 01:25:16 +0000 (10:25 +0900)]
Add new features about build information

- build.id
- build.type
- build.version.release
- build.variant

Change-Id: Iab338073e232a940fa6d5ad77575f81891cf8116
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
8 years agosystem-info: add function to return types of the keys 95/58695/4 accepted/tizen/common/20160301.120614 accepted/tizen/ivi/20160222.081733 accepted/tizen/mobile/20160222.081544 accepted/tizen/tv/20160222.081618 accepted/tizen/wearable/20160222.081659 submit/tizen/20160222.060529 submit/tizen_common/20160229.190608
Taeyoung Kim [Wed, 3 Feb 2016 02:31:34 +0000 (11:31 +0900)]
system-info: add function to return types of the keys

- The function system_info_get_platform_type() returns
  the type of the system keys. The api is just for
  internal use currently.

Change-Id: I812aae1f40da26bffde8525953b965e6cdf4a2ff
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agotizen id: reset tizen id if there is no content in the id file 05/56705/1
Taeyoung Kim [Tue, 12 Jan 2016 07:41:42 +0000 (16:41 +0900)]
tizen id: reset tizen id if there is no content in the id file

- Tizen ID file can be empty when the device is rebooted
  during making Tizen ID. Thus the content in the Tizen ID file
  should be checked and reset if there is no content

Change-Id: I506fee8476ee0f43edc437ebbcf2c77e4fb262a3
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agotizen id: reset Tizen ID if it is not a normal file 00/56700/2
Taeyoung Kim [Tue, 12 Jan 2016 06:44:58 +0000 (15:44 +0900)]
tizen id: reset Tizen ID if it is not a normal file

- If the Tizen ID file is not a normal file such as symlink,
  the file is removed and Tizen ID is re-made.

Change-Id: Id83565c38721cfe1f4b78f1a8d8202a8e2b8cc41
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agoFix as Tizen coding rule 30/55130/1 accepted/tizen/ivi/20160218.023354 accepted/tizen/mobile/20151223.235624 accepted/tizen/tv/20151223.235735 accepted/tizen/wearable/20151223.235821 submit/tizen/20151223.052758 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
pr.jung [Tue, 22 Dec 2015 06:33:15 +0000 (15:33 +0900)]
Fix as Tizen coding rule

Change-Id: I6173457f78dc39b1a0d4d2c8701b04a6aa18a536
Signed-off-by: pr.jung <pr.jung@samsung.com>
8 years agolicense: change license file name 06/52006/1
taeyoung [Wed, 18 Nov 2015 06:54:00 +0000 (15:54 +0900)]
license: change license file name

Change-Id: I46f9f0d6453aa0aecfec282afac9d6a6656b4614
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agoplugin: add sample plugin 05/52005/1
taeyoung [Wed, 18 Nov 2015 06:47:57 +0000 (15:47 +0900)]
plugin: add sample plugin

- If Vendors want to add their own plugin, they
  can use the sample code for the plugin

Change-Id: Ie6e7af9d5e7a1de4e6d7745da3bd8caca8c4fef8
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agoplugin: add apis to add plugin for vendor specific system information 04/52004/1
taeyoung [Wed, 18 Nov 2015 06:31:28 +0000 (15:31 +0900)]
plugin: add apis to add plugin for vendor specific system information

- Vendors can add there own system information keys and values
  by making system-info-plugin.so using capi-systsem-info-plugin
  library.

Change-Id: If68dec5f72dfe8d34e2210107472b9f355c61f12
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agolog: change dlog macro to _I, _D, and _E 01/52001/1
taeyoung [Wed, 18 Nov 2015 06:21:17 +0000 (15:21 +0900)]
log: change dlog macro to _I, _D, and _E

- LOG_TAG also is defined at one file

Change-Id: I6cb5d3395eae817274b9e9bab61bc3090075c703
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agocommon: remove legacy operations 00/52000/2
taeyoung [Wed, 18 Nov 2015 06:05:18 +0000 (15:05 +0900)]
common: remove legacy operations

- The apis using enum values are legacy apis and will be removed

Change-Id: I45f3709e1b200fcb1cc7069a1d81c54428b1b1f4
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agotizen id: change tizen id path and smack label 98/47598/2 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150907.123117 accepted/tizen/tv/20150907.123313 accepted/tizen/wearable/20150907.123500 submit/tizen/20150907.031150 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
taeyoung [Mon, 7 Sep 2015 02:22:14 +0000 (11:22 +0900)]
tizen id: change tizen id path and smack label

- tizen id path is changed from /home/root/tizenid to /etc/tizenid
- The smack label of tizen id is changed to System::Share
  for every apps to be able to read it

Change-Id: Id3983c7dcb2e177950200cb40e1227ee18b7c692
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agotizen id: change default path of the tizen id to /home/root 63/47263/1 accepted/tizen/mobile/20150902.055231 accepted/tizen/tv/20150902.055243 accepted/tizen/wearable/20150902.055251 submit/tizen/20150901.131514
taeyoung [Tue, 1 Sep 2015 13:08:43 +0000 (22:08 +0900)]
tizen id: change default path of the tizen id to /home/root

- Previously /opt/home/root was used. But the path does not exist
  in Tizen 3.0. Thus the path is changed to /home/root

Change-Id: I9d6a077a700988836bd0062863080dd2664176c5
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agospec: fix the unit file location 76/45776/1 accepted/tizen/mobile/20150812.005656 accepted/tizen/tv/20150812.005716 accepted/tizen/wearable/20150812.005744 submit/tizen/20150811.133113
Sangjung Woo [Tue, 11 Aug 2015 07:03:55 +0000 (16:03 +0900)]
spec: fix the unit file location

Because of some buggy code in spec file, the systemd unit file
'tizenid.service' is install into /usr/lib64/systemd/system. This patch
fixes this bug.

Change-Id: Ic8b878f16c28d2bb48699d76aa9976963a24aaf9
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
8 years agoMerge "enum: move the position of the enum keys and apis related with the keys" into... accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.160025 accepted/tizen/common/20150615.075923 accepted/tizen/mobile/20150616.010722 accepted/tizen/tv/20150616.010737 accepted/tizen/wearable/20150616.010751 submit/tizen/20150612.073851 submit/tizen/20150612.104810 submit/tizen_3.0.2015.q2_common/20150615.075539
Chan Lee [Fri, 12 Jun 2015 07:23:49 +0000 (00:23 -0700)]
Merge "enum: move the position of the enum keys and apis related with the keys" into tizen

8 years agoenum: move the position of the enum keys and apis related with the keys 66/41266/1 submit/tizen/20150612.073732
taeyoung [Fri, 12 Jun 2015 07:11:30 +0000 (16:11 +0900)]
enum: move the position of the enum keys and apis related with the keys

- The enum keys are deprecated, but Currently other apps use it.
  Thus the keys and apis are enabled now. The keys will be deprecated
  with "deprecated" flags

Change-Id: I0ecae4693e6db11c5803bda7450e3de64aa78440
Signed-off-by: taeyoung <ty317.kim@samsung.com>
8 years agobugfix: fix the so name properly 83/40983/1 submit/tizen/20150610.130749
Sangjung Woo [Wed, 10 Jun 2015 12:38:14 +0000 (21:38 +0900)]
bugfix: fix the so name properly

Because omiting both MAJORVER and FULLVER macro, the so name is not
right format (i.e. libcapi-system-info.so.SOVERSION) As a result, the
build break occurs when building some modules that use system-info APIs.
This patch fixs this bug.

Change-Id: I9fe53365784c125397fb39e297fb4c814db375cd
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
8 years agocommon: change implementations of apis using enum 42/40642/3 submit/tizen/20150609.090025
Taeyoung Kim [Sat, 6 Jun 2015 13:49:21 +0000 (22:49 +0900)]
common: change implementations of apis using enum

- The apis using enum values will be deprecated.
- The implementations of the apis are changed to use key string
  declared on Tizen.org developer guide

Change-Id: Iab978500aad94c257acf7bf207bfc38b9496dab3
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agocommon: change file name system_info_no_file.c to system_info_file.c 41/40641/3
Taeyoung Kim [Sat, 6 Jun 2015 13:00:20 +0000 (22:00 +0900)]
common: change file name system_info_no_file.c to system_info_file.c

- The codes are related with reading information from certain files.
  Thus the name is changed from 'no_file' to 'file'

Change-Id: I238a4338b9494d5349362b7fe98750ea022be730
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agotizen id: remove dependency with libcryptsvc 40/40640/4
Taeyoung Kim [Sat, 6 Jun 2015 12:27:38 +0000 (21:27 +0900)]
tizen id: remove dependency with libcryptsvc

- Previous: system-info uses libcryptsvc to get
       values with base 64 encoding. But libcryptscv
       is used by other apps and the apps can use
       system-info. So circular dependency problem
       can be occurred
- Now: system-info uses glib fot base 64 encoding.

Change-Id: I33819041e305db6d2210d08f8e9aec7b515a8365
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agocommon: move file paths to spec file 39/40639/5
Taeyoung Kim [Sat, 6 Jun 2015 12:18:20 +0000 (21:18 +0900)]
common: move file paths to spec file

- The paths of config files are configurable.
  Thus the positions to define the paths are moved to the spec file.

Change-Id: Ia15309e6286eba38be5de7d934257d469d42920d
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
9 years agoFix build break - iniparser API is changed 06/38506/1
Suchang Woo [Tue, 21 Apr 2015 12:31:01 +0000 (21:31 +0900)]
Fix build break - iniparser API is changed

iniparser_getstr() is changed to iniparser_getstring() in iniparser v3.1

Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: Ib0ffdc822b8a32421d9fbd8ec8eef1eea4ab1bce

9 years agobuild info: change build info operation to read /etc/info.ini file 80/35480/2 submit/tizen/20150217.071721 submit/tizen_mobile/20150217.071853 submit/tizen_tv/20150217.071749
Taeyoung Kim [Mon, 16 Feb 2015 10:20:28 +0000 (19:20 +0900)]
build info: change build info operation to read /etc/info.ini file

- Build information is created when image is created.
- Build information is storaged in /etc/info.ini and thus
  system-info should read the ini file.
- The keys for build information is already opened to tizen.org
  https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/system/sysinfo.htm

Change-Id: Id8044d8edb681fb9c8bdb50e8a9345914be3a732
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
9 years agosystem-info: Merge Tizen 2.3 source code into tizen branch 45/35045/3 submit/tizen/20150210.053828 submit/tizen_tv/20150216.081302
Jiyoung Yun [Fri, 6 Feb 2015 11:18:54 +0000 (20:18 +0900)]
system-info: Merge Tizen 2.3 source code into tizen branch

Details:
https://developer.tizen.org/dev-guide/native/2.3.0/org.tizen.mobile.native.apireference/group__CAPI__SYSTEM__SYSTEM__INFO__MODULE.html

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I379ec0a30b5f726f1e19f33a8b2c7bcd2c1a6936

9 years agoFix info.ini generator for Tizen 3.0 36/30136/2 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0_ivi accepted/tizen/common/20141114.143718 accepted/tizen/ivi/20141119.005433 submit/tizen_common/20141113.131605 submit/tizen_ivi/20141118.000000 submit/tizen_mobile/20141120.000000 tizen_3.0_ivi_release
Mikko Ylinen [Wed, 12 Nov 2014 12:25:54 +0000 (14:25 +0200)]
Fix info.ini generator for Tizen 3.0

Bug-Tizen: TC-2047

Change-Id: Ie3a3d59818902c8ec74922e0fd875e4338cace55
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
9 years agoMerge "clean spec file for yocto compliance." into tizen accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi accepted/tizen/common/20140915.091254 submit/tizen_common/20140912.150039 submit/tizen_common/20140912.150451 submit/tizen_ivi/20140916.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release
Casey Schaufler [Wed, 27 Aug 2014 16:12:57 +0000 (09:12 -0700)]
Merge "clean spec file for yocto compliance." into tizen

9 years agoRemove an obsolete BuildRequires to capi-media-sound-manager 82/25082/1 accepted/tizen/common/20140730.162200 accepted/tizen/ivi/20140730.174914 submit/tizen/20140730.131301
Mikko Ylinen [Tue, 29 Jul 2014 04:36:14 +0000 (07:36 +0300)]
Remove an obsolete BuildRequires to capi-media-sound-manager

Change-Id: Icb871ea03eab5ab9f3a2cc8ce3ed4de9d9872baa
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
9 years agoclean spec file for yocto compliance. 82/24382/1
Ronan Le Martret [Fri, 11 Jul 2014 09:36:51 +0000 (11:36 +0200)]
clean spec file for yocto compliance.

Change-Id: Ia6540cdeff5652db99d63a6b1f8916582725e694
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
10 years agoEnable build with iniparser v 3.1 33/16733/1 accepted/tizen/generic accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_3.0.m14.2_ivi tizen_ivi_panda tizen_ivi_release accepted/tizen/generic/20140225.191133 accepted/tizen/generic/20140303.073233 accepted/tizen/ivi/20140301.005834 accepted/tizen/ivi/panda/20140402.020317 accepted/tizen/ivi/release/20140315.004148 accepted/tizen/mobile/20140225.081955 accepted/tizen/mobile/20140303.022938 submit/accepted/tizen/generic/20140228.204150 submit/tizen/20140225.081203 submit/tizen/20140228.204604 submit/tizen_ivi_panda/20140402.020732 submit/tizen_ivi_release/20140315.004410 tizen_3.0.m14.2_ivi_release
Nicolas Zingilé [Mon, 24 Feb 2014 10:19:32 +0000 (11:19 +0100)]
Enable build with iniparser v 3.1

Bug-Tizen: PTREL-101
Change-Id: I1cd50acc3aafdbaee406ff1786242a1980a7124c
Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
10 years agoinit wayland support. 92/13292/8 accepted/tizen/ivi/release accepted/tizen/ivi/stable accepted/tizen/generic/20140106.141754 accepted/tizen/generic/20140110.150327 accepted/tizen/ivi/20131231.184141 accepted/tizen/ivi/release/20140108.212106 accepted/tizen/mobile/20140107.212758 submit/tizen/20131231.041855 submit/tizen/20140108.022351 submit/tizen_ivi_release/20140108.030040
wangfei [Fri, 20 Dec 2013 08:10:33 +0000 (03:10 -0500)]
init wayland support.

The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0.
Basically and consistently, two macros were used "with wayland" and "with x".
Below summarize the combination of the macros:

| wayland |  x  | meaning
|---------------------------
|   0     |  1  | pure X11 platform(no wayland)
|   1     |  0  | pure wayland platform (no X11)
|   1     |  1  | wayland but X compatibility
|   0     |  0  | no X and no wayland

This method unifies the meaning and usage. Deploy this method to capi-system-info package.
Currently we need "pure wayland platform (no X11)" status,so "with wayland" and "with x" are
defined into "1" and "0" in build.conf file.If you need other status of above illustration,
please change values of "with x" and "with wayland" in your build.conf file.

Change-Id: If8c3b9e099d60fc892140fe480fe6b52e8a66d6a
Signed-off-by: wangfei <feix.w.wang@intel.com>
10 years agoupdate changelog accepted/tizen/20130917.053429 accepted/tizen/20130917.185841 accepted/tizen/20130917.190700 accepted/tizen/20131028.184641 accepted/tizen/20131031.111759 accepted/tizen/20131112.015139 accepted/tizen_ivi_stable/20131116.101315 submit/tizen/20130916.212456 submit/tizen/20131028.183128
Anas Nashif [Mon, 16 Sep 2013 21:24:45 +0000 (17:24 -0400)]
update changelog

10 years agoMerge branch 'tizen_2.2' into tizen
Anas Nashif [Mon, 16 Sep 2013 21:23:15 +0000 (17:23 -0400)]
Merge branch 'tizen_2.2' into tizen

Conflicts:
CMakeLists.txt
packaging/capi-system-info.spec
src/system_info_device.c
src/system_info_platform.c

10 years agofix build error 61/9861/2 accepted/tizen/20130910.123119 accepted/tizen/20130910.182951 accepted/tizen/20130910.224552 accepted/tizen/20130912.185646 accepted/tizen/20130912.193838 accepted/tizen/20130913.031021 submit/tizen/20130910.052502 submit/tizen/20130912.080431 submit/tizen/20130912.090730
Nam KwanWoo [Mon, 9 Sep 2013 10:07:58 +0000 (19:07 +0900)]
fix build error
/home/abuild/rpmbuild/BUILD/capi-system-info-0.1.14/src/system_info_device.c:490:2:
error: implicit declaration of function 'net_nfc_is_supported' [-Werror=implicit-function-declaration]

Change-Id: Iae72ff724d0a259593a5720253229e3a2440bab0
Signed-off-by: Nam KwanWoo <kw46.nam@samsung.com>
10 years agoRemove debian packaging stuff 96/8596/1
Chengwei Yang [Sun, 25 Aug 2013 01:42:59 +0000 (09:42 +0800)]
Remove debian packaging stuff

Change-Id: I17b87aff7dc0a621d822896a366dfde1a8406656
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoFix SystemInfoDeviceCapability 53/7853/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/ivi/genivi/20140131.061514 accepted/tizen_ivi_release/20131120.050527 ivi_oct_m2 submit/tizen/20130814.203958 submit/tizen/20131011.222744 submit/tizen/20131011.222926 submit/tizen/20131011.223341 submit/tizen/20131011.224101 submit/tizen_ivi_genivi/20140131.060735
Xavier Roche [Thu, 8 Aug 2013 17:27:40 +0000 (19:27 +0200)]
Fix SystemInfoDeviceCapability

  related to TZPC-4182
  - fix system_info_get_tizen_version to parse suitable VERSION name
  - fix system_info_get_platform_name to parse suitable platform NAME
  - fix system_info_get_tizen_version_name to parse suitable tizen version name
  - fix system_info_get_core_cpu_arch to get suitable cpu arch
  - fix system_info_get_core_fpu_arch to get suitable Floating Point Unit

10 years agoremove unused enum keys
Nam KwanWoo [Thu, 4 Jul 2013 08:24:56 +0000 (17:24 +0900)]
remove unused enum keys

Change-Id: Ica46bacc6e63fdd5dcd28656cfc3ce96499d53cb

10 years agoremove unused enum keys
Nam KwanWoo [Tue, 2 Jul 2013 10:25:00 +0000 (19:25 +0900)]
remove unused enum keys

Change-Id: I1f7391c276c871e85dc2f3518bde44fdd1b584a4

10 years agochange cbs key name
Nam KwanWoo [Tue, 2 Jul 2013 01:57:06 +0000 (10:57 +0900)]
change cbs key name

Change-Id: Id899b75785a4cf118a4d3a623363d588c058cbef

10 years agochange logic to compare xml file key and input key
Nam KwanWoo [Mon, 1 Jul 2013 05:36:09 +0000 (14:36 +0900)]
change logic to compare xml file key and input key

Change-Id: I7700a5b925e8bf3a8787f7d0ef2eb5ae7839fdcd

10 years agochange logic to comapre xml file key and input key
Nam KwanWoo [Mon, 1 Jul 2013 02:29:12 +0000 (11:29 +0900)]
change logic to comapre xml file key and input key

Change-Id: I1f4a9c6f11c7e00bd75b2abf423dfc766d4a06f6

10 years agoresetting manifest requested domain to floor 97/4397/1 accepted/tizen/20130710.221601 submit/tizen/20130710.102638
Alexandru Cornea [Fri, 28 Jun 2013 07:48:01 +0000 (10:48 +0300)]
resetting manifest requested domain to floor

10 years agoremove API for external feature
Nam KwanWoo [Wed, 26 Jun 2013 08:43:51 +0000 (17:43 +0900)]
remove API for external feature

Change-Id: I9097d836a791021580a81cab6aa36b424ff3dd6d

10 years agoapply visibility hidden, add constructor
Nam KwanWoo [Wed, 26 Jun 2013 01:41:26 +0000 (10:41 +0900)]
apply visibility hidden, add constructor

Change-Id: Ic6bc80996808b2fb38ac3a5e54fd62a757bc0019

10 years agoRevert model-config
Nam KwanWoo [Mon, 24 Jun 2013 08:52:51 +0000 (17:52 +0900)]
Revert model-config

Change-Id: I7819792bb21a5b0d896ca8e708ead9b5545a737f

10 years agoremove unused API
Nam KwanWoo [Mon, 24 Jun 2013 04:21:51 +0000 (13:21 +0900)]
remove unused API

Change-Id: I14c46b545dac0400c2a607b0d288f7e2b0ea42a1

10 years agoremove internal API
Nam KwanWoo [Mon, 24 Jun 2013 04:16:42 +0000 (13:16 +0900)]
remove internal API

Change-Id: I27b178da3f0b5068526e3638cea55004e4dd144e

10 years agochange logic to get camera count, screen width, screen height
Nam KwanWoo [Mon, 24 Jun 2013 04:15:15 +0000 (13:15 +0900)]
change logic to get camera count, screen width, screen height

Change-Id: I5908c0b7ae03dd863ed1ea7bd5645aa9df8410ea

10 years agoremove API for external feature
Nam KwanWoo [Thu, 20 Jun 2013 01:05:00 +0000 (10:05 +0900)]
remove API for external feature

Change-Id: I7ccb66a06c63ca57af9a18a3efac6c0288fa2cb2

10 years agorefactoring for model-config
Nam KwanWoo [Thu, 13 Jun 2013 06:52:30 +0000 (15:52 +0900)]
refactoring for model-config

Change-Id: Ia2b481537f2ba98fc0797d6e7f16da66b95e12a3

10 years agoUpdate Changelog 08/3808/1 accepted/tizen/20130611.162832 submit/tizen/20130611.161948
Baptiste DURAND [Wed, 5 Jun 2013 06:53:12 +0000 (08:53 +0200)]
Update Changelog

10 years agoremove hardcoded lib path 07/3807/1
Baptiste DURAND [Wed, 5 Jun 2013 06:51:26 +0000 (08:51 +0200)]
remove hardcoded lib path

10 years agoadd new API for model-config
Nam KwanWoo [Wed, 5 Jun 2013 06:01:40 +0000 (15:01 +0900)]
add new API for model-config

Change-Id: I0b3fc69dd59e62dfa3c7f65cc8e5a8e7a7c449a8

10 years agoFixed build on 64 bit systems accepted/tizen/20130604.182843 submit/tizen/20130604.104749
Anas Nashif [Tue, 4 Jun 2013 10:45:06 +0000 (06:45 -0400)]
Fixed build on 64 bit systems

10 years agofixed cmake file
Anas Nashif [Tue, 4 Jun 2013 10:31:53 +0000 (06:31 -0400)]
fixed cmake file

10 years agoRemove placeholders and cleanup spec accepted/tizen/20130531.225512 submit/tizen/20130531.153649
Anas Nashif [Fri, 31 May 2013 15:36:46 +0000 (11:36 -0400)]
Remove placeholders and cleanup spec

11 years agochange voip value tizen_2.1 accepted/tizen/20130520.100834 submit/tizen/20130517.044726 submit/tizen_2.1/20130514.052030
Nam KwanWoo [Thu, 2 May 2013 07:51:32 +0000 (16:51 +0900)]
change voip value

Change-Id: I0f2bb301976cdfc1b091eecc76643cc681a3d930

11 years agoadd new key SYSTEM_INFO_KEY_FEATURE_PINCH_ZOOM_SUPPORTED 2.1b_release accepted/tizen_2.1/20130425.035535 submit/tizen_2.1/20130424.230621
Nam KwanWoo [Fri, 19 Apr 2013 07:35:40 +0000 (16:35 +0900)]
add new key SYSTEM_INFO_KEY_FEATURE_PINCH_ZOOM_SUPPORTED

Change-Id: Iaceab4a6c219b322a417374e25c9f28e0d53f1ee

11 years agoadd network type LTE
Nam KwanWoo [Thu, 18 Apr 2013 04:21:02 +0000 (13:21 +0900)]
add network type LTE

Change-Id: I1d3be11441730410dcafd4849023aa34997145b1

11 years agoadd new key SYSTEM_INFO_KEY_AUTO_ROTATION_SUPPORTED
Nam KwanWoo [Fri, 12 Apr 2013 08:59:03 +0000 (17:59 +0900)]
add new key SYSTEM_INFO_KEY_AUTO_ROTATION_SUPPORTED

Change-Id: If44257651bb8d708fd0b89bdfc669ce41dcdbeaa

11 years agoadd new keys (SPEECH_SYNTHESIS, GRAPHICS_HWACCEL)
Nam KwanWoo [Wed, 10 Apr 2013 06:15:23 +0000 (15:15 +0900)]
add new keys (SPEECH_SYNTHESIS, GRAPHICS_HWACCEL)

Change-Id: I5aa58ca2276fd5e9ba0990e08c049b8dc1845227

11 years agoadd new key SYSTEM_INFO_KEY_TETHERING_SUPPORTED
Nam KwanWoo [Mon, 8 Apr 2013 11:51:53 +0000 (20:51 +0900)]
add new key SYSTEM_INFO_KEY_TETHERING_SUPPORTED

Change-Id: I37051c0b6645af12aefd5bb6740373d4a4deb8c5

11 years agofix keyboard type error
Nam KwanWoo [Wed, 3 Apr 2013 09:42:07 +0000 (18:42 +0900)]
fix keyboard type error

Change-Id: Iebae087e359484c5780b0b12a030ae3ae0f79b10

11 years agoadd new API for external feature
Nam KwanWoo [Wed, 3 Apr 2013 08:25:52 +0000 (17:25 +0900)]
add new API for external feature

Change-Id: Idee6cdb093e9d823abcae8667a9e40f4faa34845

11 years agocheck variable
Nam KwanWoo [Tue, 2 Apr 2013 08:56:37 +0000 (17:56 +0900)]
check variable

Change-Id: I728060e3cd9ea7199002c73c75b9e496840d8168

11 years agochange xml file and way to read xml file
Nam KwanWoo [Tue, 26 Mar 2013 08:40:10 +0000 (17:40 +0900)]
change xml file and way to read xml file

Change-Id: I8efe8fb4f4afa6f99eed5b8b7a8f2a181c95466a

11 years agoadd new keys(MMS, SMS, CBS, NFC_RESERVED_PUSH)
Nam KwanWoo [Mon, 25 Mar 2013 02:56:47 +0000 (11:56 +0900)]
add new keys(MMS, SMS, CBS, NFC_RESERVED_PUSH)

Change-Id: I9d7fba7841bd4396a8ac97ac568c6fded1955ef0

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:12:12 +0000 (01:12 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:46:14 +0000 (01:46 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
youngil.won [Mon, 9 Jan 2012 05:59:13 +0000 (14:59 +0900)]
Initial empty repository