summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jihoon Jung [Fri, 18 Jun 2021 04:42:22 +0000 (13:42 +0900)]
Fix coverity issues
Change-Id: Id475d96258da62b965f6bf7ddec4f4cb2e35902b
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
INSUN PYO [Wed, 3 Feb 2021 04:18:30 +0000 (13:18 +0900)]
Change systemd-devel package name
Change-Id: I517b8c788e5f625fe62c3a0fbbc50dd197dfd230
Jihoon Jung [Mon, 24 Aug 2020 09:21:42 +0000 (18:21 +0900)]
Fix 6.0 Public header issues
Change-Id: I834137646c08eeb1f2431ed45de4eba5f835dbfc
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Tue, 30 Jun 2020 05:28:15 +0000 (14:28 +0900)]
Delete unused file
Change-Id: I9f9e2ea00f3184afa4aa0f8d6e9c44626b5d7f4c
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Tue, 30 Jun 2020 05:23:43 +0000 (14:23 +0900)]
Add unittest for coverage
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Himanshu Kumar [Mon, 15 Jun 2020 12:31:39 +0000 (18:01 +0530)]
Stop Usage of raw pointers(SE Handlers) in API of nfc
Change-Id: I1e260ab19716a003fdbcbdcd3eefc8f696cbf52c
Signed-off-by: Himanshu Kumar <himanshu.kr@samsung.com>
Jihoon Jung [Mon, 2 Dec 2019 10:54:38 +0000 (19:54 +0900)]
Change for documentation link change (#2)
Change-Id: I2f77be27705f8dcefccf3a44f1ae24a508cf7c1d
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Fri, 29 Nov 2019 15:33:47 +0000 (00:33 +0900)]
Change for documentation link
Change-Id: Ibbf6e0d87097906e6423822c3a130b33e276e1f8
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Fri, 20 Sep 2019 04:31:17 +0000 (13:31 +0900)]
Delete @see tag which points to itself
Change-Id: Ieeff9e3ed5098c186b8897889254b794472d3d8d
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Tue, 17 Sep 2019 08:39:44 +0000 (17:39 +0900)]
Return permission denied error when method call blocked from dbus policy
Change-Id: I53355e7d103eb534a0757eba4f6bbcb1355a001f
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jung Jihoon [Wed, 7 Aug 2019 07:17:36 +0000 (16:17 +0900)]
Add invalid parameter case
Change-Id: Idf99d5e60f9f30746bb8429730ba98dc93881607
Signed-off-by: Jung Jihoon <jh8801.jung@samsung.com>
Jung Jihoon [Tue, 2 Jul 2019 06:26:50 +0000 (15:26 +0900)]
make a gcov package for measuring coverage easier
Change-Id: Ifc6ab92f2d591bbe243b7ad4a150906d4705c639
Signed-off-by: Jung Jihoon <jh8801.jung@samsung.com>
saerome kim [Mon, 20 May 2019 03:50:31 +0000 (12:50 +0900)]
Fixed typo in nfc.h
Change-Id: I03142641024dfec19f1de3eb99146e9dd2b92c4b
Signe-off-by: saerome kim <saerome.kim@samsung.com>
Jihoon Jung [Fri, 10 May 2019 07:38:25 +0000 (16:38 +0900)]
Add autostart proxy for nfc-manager auto start
Change-Id: I10352b873af8f459c52de809905be94f364d42b7
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
saerome kim [Thu, 2 May 2019 07:16:04 +0000 (16:16 +0900)]
Fixed doxyget rule violations
Change-Id: Id5a0779ac71fa0019b53ad4a54893f3a93de1bec
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Jihoon Jung [Wed, 14 Nov 2018 06:11:53 +0000 (15:11 +0900)]
Fix for wrong statement
Change-Id: I3682fa969cd7e0a8fe1d3a35b7eda48e52db0888
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Jihoon Jung [Mon, 12 Nov 2018 08:16:59 +0000 (17:16 +0900)]
Add api for configure discovery
Change-Id: I2f274ebeb922da2f0ab863c9af947560784f2707
saerome.kim [Tue, 28 Aug 2018 04:02:22 +0000 (13:02 +0900)]
Fixed typo
- retrives -> retieve
Change-Id: Id5c6ac58ad735733fbb434151a5fe4bfa7609a00
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 20 Aug 2018 08:23:27 +0000 (17:23 +0900)]
Remove HAL TC
We added HAL TC package to nfc-manager instead of CAPI.
So we remove HAL TC package.
Change-Id: I5a6971c8f57a3b22450ad8f96c5e026c81c0e33b
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 20 Aug 2018 02:32:24 +0000 (11:32 +0900)]
Changed HAL test binary name to accordance with HAL test RPM package name.
Change-Id: I014a14ecb6901bb938ac98e3cf4ad33c656b7d41
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Wed, 8 Aug 2018 01:59:52 +0000 (10:59 +0900)]
Fixed Coverity issue : 1018945, 1018944
- There is no exception handler for unknown exception and
testing::internal::GoogleTestFailureException. So, added handler.
Change-Id: I83c271a2fa9288899cbd59a82c48c9cc18ba5676
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Thu, 2 Aug 2018 02:44:37 +0000 (11:44 +0900)]
Added HAL testcases for nfc-manager
Change-Id: Ifaa1d88860e0d1e3ff1b1619f042126867badd08
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 30 Jul 2018 05:44:14 +0000 (14:44 +0900)]
Added a gcov flag to gauge line & function coverage
- Increased line & function covererage as well.
Change-Id: Ie8fec65ae1c2f6ae7a69267a566756e9cd9fa943
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Taesoo Jun [Fri, 30 Mar 2018 00:41:32 +0000 (09:41 +0900)]
Fix function return value check - nfc_ndef_message_get_record in unit test code
Change-Id: I63e34b8c93420803496a705d1357e16ad0167452
saerome.kim [Tue, 6 Mar 2018 08:13:29 +0000 (17:13 +0900)]
fix typo at header files
Change-Id: I35729daa0f8fc6a3d0d94ee35cf2c69de8e88ac8
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Hyihong Chae [Tue, 11 Jul 2017 07:14:13 +0000 (16:14 +0900)]
added unit test console app to devel package for Building Block.
Change-Id: Id9f668f7462275ab9afc6985f6272bca3ecc38dc
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
jh8801.jung [Thu, 22 Jun 2017 05:35:57 +0000 (14:35 +0900)]
NFC api Sync with 3.0 branch
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com>
Change-Id: Ia2347eedb4175ed3e601417357e9f258186f3424
Hyihong Chae [Tue, 11 Apr 2017 06:59:58 +0000 (15:59 +0900)]
[Tizen 4.0 TV] fix svace issue.
Change-Id: Ib35a9c8b9b073d697353ac738e930f88474af0b7
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
jh8801.jung [Wed, 5 Apr 2017 23:42:29 +0000 (08:42 +0900)]
Change feature url for broken link
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I7b02ffdaedb1a5ffe883c86353b6e18e712a6d69
VBS [Wed, 29 Mar 2017 10:00:15 +0000 (19:00 +0900)]
Sync with 3.0 : Ver. 0.3.6 to 0.3.9
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: If566346482302d8b471a59d91994a013f31131d4
Hyihong Chae [Fri, 13 Jan 2017 01:51:57 +0000 (10:51 +0900)]
Sync code with Tizen 3.0 branch
Change-Id: I2e382cb6df413ae60254225911491fd50ac2828f
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
DoHyun Pyun [Sun, 25 Dec 2016 23:54:22 +0000 (08:54 +0900)]
Fix the gcc6 build error
Change-Id: I3f1b8dd70772490ddd5629c05809597a966b8c3d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Jihoon Jung [Wed, 7 Dec 2016 04:29:28 +0000 (13:29 +0900)]
Fix Svace issue : 148626
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I2feb130f9d5f581da4b59ea8167ac7e4fa83a6f9
Jihoon Jung [Thu, 24 Nov 2016 06:25:33 +0000 (15:25 +0900)]
[64bit Internal TC Fail] Change passing parameter using struct
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I58cdd2287ec9514153074e16badd6cd036e6b9a7
Jihoon Jung [Mon, 14 Nov 2016 04:36:32 +0000 (13:36 +0900)]
[TSAM-9773] Add NOT_ACTIVATION error return
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: Ie4ed746b68dc9482b8e8d5b7a0645b8648795658
Jihoon Jung [Fri, 23 Sep 2016 08:40:26 +0000 (17:40 +0900)]
Fix Svace Issue
Signed-off-by : Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I19b203d85aaf4a1122f9aa2d4c2d1275a09e12b2
Jihoon Jung [Wed, 21 Sep 2016 07:27:57 +0000 (16:27 +0900)]
Fix for Internal UTC : Add check precondition code
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: Ib9da126b162e8d4f66c18f1f18d21d7ddae78c68
Jihoon Jung [Thu, 8 Sep 2016 03:02:13 +0000 (12:02 +0900)]
Change for svace issue
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I5fa96cff3b825f1e745c695f64ede43d4682c2ed
Jihoon Jung [Wed, 6 Jul 2016 05:19:44 +0000 (14:19 +0900)]
Apply the coding rule
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I7e3c83a07450bce3017d36b6e5c25eb9c21d75b7
Jihoon Jung [Mon, 4 Jul 2016 04:53:26 +0000 (13:53 +0900)]
Add implementation for permission in wayland environment
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I3289958453f5c9474f93fd6c9f490c7bcad17a51
Jihoon Jung [Wed, 15 Jun 2016 07:02:08 +0000 (16:02 +0900)]
Add LGCOV Flag for clientlib
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I95d9a9a8d15d630664a5de90d20ec581fe1362e6
Hyihong Chae [Fri, 10 Jun 2016 01:55:25 +0000 (10:55 +0900)]
fix coding rules violation
Change-Id: Ica5a8f0531f6a0e0512784f5388c6bed72bf63eb
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
Jihoon Jung [Thu, 9 Jun 2016 09:18:46 +0000 (18:18 +0900)]
Add implementation for remove aids
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I64c823040c7549cf5f004765e9e2efaafdb7110a
Hyihong Chae [Wed, 8 Jun 2016 10:42:57 +0000 (19:42 +0900)]
apply Tizen Coding Rules.
Change-Id: I172f3f91f8d965872c99164fc288a8b0f34c1a1d
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
Jihoon Jung [Tue, 31 May 2016 08:45:58 +0000 (17:45 +0900)]
Add internal API for NFC HCE operation
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I321de7780744f217f82fdd7d6fe932e525ed9c2a
Jihoon Jung [Fri, 27 May 2016 07:19:15 +0000 (16:19 +0900)]
remove unused files
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I2bb7c29dd375d0f360c988c1e43d04546f361edd
Hyihong Chae [Thu, 26 May 2016 03:53:02 +0000 (12:53 +0900)]
Move variable definition to c file in test module
Change-Id: I6aac82c7439c46926656a80a8471559c67cb63cf
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
Slava Barinov [Wed, 25 May 2016 09:30:07 +0000 (12:30 +0300)]
Move variable definition to c file
This prevents multiple definition of `gdbus_nfc_context' error when building
with -fno-common flag used for Address Sanitizer.
Change-Id: I3e3bc66afaea4bda534874206a62803461741351
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
Jihoon Jung [Wed, 25 May 2016 08:45:31 +0000 (17:45 +0900)]
Add internal API for pkgmgr-plugin-nfc package
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I4e5311e2f5ceae456383b65298799f7a73c239f4
Jihoon Jung [Mon, 23 May 2016 08:39:59 +0000 (17:39 +0900)]
[Fix 64bit Build Error] Correctly type casting unsigned int to pointer using GLIB Macro
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I2b5754be8c6570e4d4fc3811753c457ccf851ea2
Jihoon Jung [Mon, 23 May 2016 06:01:40 +0000 (15:01 +0900)]
Move the nfc client library location to Native api
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I54b9760045633fb6d75d140c023ee570cd23b66e
Hyihong Chae [Tue, 3 May 2016 00:55:56 +0000 (09:55 +0900)]
add for 2.4 backward compatibility
Change-Id: I66b04e728429b5988c467def20a18059d1f708b5
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
Jihoon Jung [Thu, 28 Apr 2016 08:37:18 +0000 (17:37 +0900)]
[TSAM-2626] Fix NFC ITC fail
- change check invalid parameter logic in nfc_manager_set_tag_filter
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I59c9ba8164b151ff355f41754477481ff0793bc0
Jihoon Jung [Thu, 7 Apr 2016 05:38:48 +0000 (14:38 +0900)]
Change to the appropriate feature
- nfc_se_set_preferred_handler
- nfc_se_unset_preferred_handler
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I82b75daf88e7c52a64d78244b1ed3ccf585e9bf4
Jihoon Jung [Fri, 1 Apr 2016 06:35:47 +0000 (15:35 +0900)]
correct for coding convention
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I70943d4c0e55e284a0361215dd25c651e61c4530
Jihoon Jung [Thu, 31 Mar 2016 02:19:04 +0000 (11:19 +0900)]
Sync with Tizen 2.4 for internal TC fail
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: Idcceef41e15c56f9912e4ff557608e19cf583d65
Jihoon Jung [Thu, 31 Mar 2016 00:49:46 +0000 (09:49 +0900)]
Add comments for Function coverage
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I510517fb66d359260ab28652f06019ea21686ce0
Hyihong Chae [Thu, 24 Mar 2016 10:54:38 +0000 (19:54 +0900)]
fix tizen nfc-feature(tag, p2p) definition error
Change-Id: Id58133aa275b3f03ac92d191181f36866b35f7a8
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
Jihoon Jung [Wed, 2 Mar 2016 10:27:48 +0000 (19:27 +0900)]
NFC card emulation api ACR : preferred api
Change-Id: If9f53bd8dd425da0b665f66bd79bead450cd2eec
Jihoon Jung [Thu, 4 Feb 2016 10:19:37 +0000 (19:19 +0900)]
Remove impossible Error description
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I9567c9eefbe89070dcb03c0b55a33a4a52c9d55a
Jihoon Jung [Tue, 8 Dec 2015 08:11:26 +0000 (17:11 +0900)]
apply coding rule
Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
Change-Id: I2b155a5655a84777ff4f0be23a063fd69721ba11
Jihoon Jung [Tue, 8 Dec 2015 07:15:22 +0000 (16:15 +0900)]
change the enum value
Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
Change-Id: I8ebde63b4ebd5e92bea95313dd6ee51e65bb15a6
Jihoon Jung [Mon, 15 Jun 2015 02:46:40 +0000 (11:46 +0900)]
Apply Tizen 2.4 nfc api
Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
Change-Id: If624822f8dc4a4b424afe1a299d833b603c49414
Arron Wang [Wed, 14 May 2014 07:49:25 +0000 (15:49 +0800)]
Check app permission on X11 environment
Due to we only can get focus_app_pid at X11 environment
through ecore API, in other environment like wayland,
we just return true, else it may lead the API failed to
work
Change-Id: I516eef6cb24601b092cc84cdb23b52dceec14d8c
Arron Wang [Mon, 17 Mar 2014 08:20:31 +0000 (16:20 +0800)]
Add build config for neard nfc stack
with %bcond_with macro, neard_nfc is disabled by default, the build
system need to add the macro at the project config
Due to we have two nfc stack, and both package nfc-manager and
nfc-manager-neard provide the same lib for capi-network-nfc,
to avoid the conflict, we require the corresponding package directly
Change-Id: I8d2b533f1232608744f2619e136138680dc015a3
Youngjae Shin [Fri, 7 Mar 2014 00:19:57 +0000 (09:19 +0900)]
Merge remote-tracking branch 'tizen_2.2' into tizen
Conflicts:
CMakeLists.txt
TC/testcase/utc_network_nfc_ndef_message.c
TC/testcase/utc_network_nfc_ndef_record.c
include/nfc.h
include/nfc_private.h
packaging/capi-network-nfc.spec
src/nfc.c
Change-Id: I8305909825fbb52827495c8d451f2adbbcc18e90
Ronan Le Martret [Thu, 27 Feb 2014 09:39:58 +0000 (10:39 +0100)]
Remove ecore_x for pure Wayland build.
Change-Id: Idfc718b9754b8f90578ac9da80d83ed93368cb78
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
SangSoo Lee [Thu, 21 Nov 2013 04:56:46 +0000 (13:56 +0900)]
GSMA api update
Change-Id: I0f4647b1e957f871dcf7a9a0b1687d8636427a04
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Ji-hoon Jung [Wed, 23 Oct 2013 05:27:02 +0000 (14:27 +0900)]
add GSMA api
Change-Id: I61a41dbd56e852ee6e505ec6606b9ee528633191
Youngjae Shin [Tue, 15 Oct 2013 01:55:49 +0000 (10:55 +0900)]
remove unused test codes
Change-Id: I43ff20fd66b3e0b227ff212e1b77f5e8b8e8fdf9
Youngjae Shin [Mon, 14 Oct 2013 01:59:49 +0000 (10:59 +0900)]
apply the lastest nfc-manager that revised cumbersome structure that is a opaque type
Change-Id: I2f47e1d92cf514ed9a91222e37b5f0edba5bafaa
Youngjae Shin [Fri, 11 Oct 2013 03:16:54 +0000 (12:16 +0900)]
revise check of system handler
Change-Id: I93e0326f402855403ad9154d3e2adae5ad5bd003
Youngjae Shin [Wed, 2 Oct 2013 09:13:22 +0000 (18:13 +0900)]
revise initial functions and error checkings
Change-Id: I55ea5f6d2694c22192458a224ce797d7a4e557d1
Wonkyu Kwon [Wed, 25 Sep 2013 02:24:11 +0000 (11:24 +0900)]
Update testcase
Change-Id: I0dbed2bb85417a48614b0dda53e00c49e45ccdbf
Youngjae Shin [Fri, 13 Sep 2013 11:08:17 +0000 (20:08 +0900)]
apply nfc-manger 0.1.2
Change-Id: Ibd581d8ecc5ab41b6ffe46958984a59f19d2b65b
Youngjae Shin [Fri, 30 Aug 2013 08:02:42 +0000 (17:02 +0900)]
remove unuseful structure and cleanup
Change-Id: Ide1a128b5f599c35ac091e0fe6219fddb641212d
Youngjae Shin [Sat, 3 Aug 2013 02:21:57 +0000 (11:21 +0900)]
change to new nfc-manager(using GDBus)
Change-Id: Icfb9634be03392f9a3c49853866e6576b2e721e7
Youngjae Shin [Fri, 9 Aug 2013 08:35:40 +0000 (17:35 +0900)]
fix build system
Youngjae Shin [Sat, 3 Aug 2013 01:39:01 +0000 (10:39 +0900)]
revise document
Alexandru Cornea [Fri, 28 Jun 2013 16:28:20 +0000 (19:28 +0300)]
resetting manifest requested domain to floor
Jaekyun Lee [Wed, 17 Apr 2013 04:31:33 +0000 (13:31 +0900)]
Fix memory leak
Change-Id: I5746994caf425e3bedca4ef38ea6fd1770b9f0b2
SangSoo Lee [Thu, 4 Apr 2013 04:55:03 +0000 (13:55 +0900)]
API was added for OSP application
Change-Id: Id55017795835afab00a14da16fa71b2043d79e93
Jaekyun Lee [Thu, 4 Apr 2013 09:04:02 +0000 (18:04 +0900)]
Fix memory leaks
Change-Id: I5e7915af51439e92bf5e05abcac288a6518034df
Junfeng [Thu, 21 Mar 2013 12:21:43 +0000 (20:21 +0800)]
Fix hardcoding library path.
Change-Id: I4eb513a785fe45b55644b1169473ecb8598477de
Jinkun Jang [Fri, 15 Mar 2013 16:11:59 +0000 (01:11 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:46:03 +0000 (01:46 +0900)]
Tizen 2.1 base
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:28 +0000 (21:59 +0900)]
Initial empty repository