summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jiyong Min [Thu, 16 Mar 2017 08:58:10 +0000 (17:58 +0900)]
Remove to free the thumbnail buffer
[Problem] Crash by double-free
- The description of thumbnail-util should be free the thumbnail buffer after using it in application.
Change-Id: I4b0dd6df93756205aabc9690d4d7044bb87094eb
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Wed, 25 Jan 2017 07:25:57 +0000 (16:25 +0900)]
Update get_path functions
use tzplatform API instead of grp(pwd) API
Change-Id: I1c3f79769304377b68c98a1a03ded53b02c21b42
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Thu, 12 Jan 2017 08:16:12 +0000 (17:16 +0900)]
Remove unused code
Delete UDP related code
Change-Id: I602270245bb290ce28f64a803f75e94edcbfb9ae
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Thu, 5 Jan 2017 01:29:27 +0000 (10:29 +0900)]
Add orientation for thumbnail-util
Fix code for thumbnail ratio when use thumbnail-util API
Change-Id: I2186f79c1155f5ca60aeab8c86d3a245367139cf
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jiyong Min [Mon, 5 Dec 2016 07:10:57 +0000 (16:10 +0900)]
Remove unreachable code
Change-Id: Ie49a15a8b06a25510d072483bce8cf23c2934b6a
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Jiyong Min [Tue, 29 Nov 2016 03:27:54 +0000 (12:27 +0900)]
Remove unneccessary condition
Change-Id: I0b9cae33a0d4c4200a35187dd49f7f1c370282af
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Tue, 29 Nov 2016 02:40:52 +0000 (11:40 +0900)]
Fix svace 2.2 issue
Change-Id: I9d2cbee7c36ed5b725adee77468b23763b412819
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jiyong Min [Mon, 26 Sep 2016 01:52:54 +0000 (10:52 +0900)]
Modify not to create thumbnail of ASF video
- PROBLEM
MIME type of ASF was changed to application/vnd.ms-asf from video.
So thumb-server did not create thumbnail because ASF was not video type.
[version] 0.1.99
[solution] Return video type for ASF video
Change-Id: Id44f4296ea2e72f51d599fa36612a31694f97e8c
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Thu, 18 Aug 2016 01:03:18 +0000 (10:03 +0900)]
Delete unnecessary logic
Change-Id: I0f2fff0b0f11af490751c8005dc880d3ee1bc536
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jiyong Min [Wed, 27 Jul 2016 23:51:32 +0000 (08:51 +0900)]
Remove build warning message
Few functions were undeclared, the functions was located in prior to caller
Change-Id: Ia6e12383f52493db1f456f0ffe95f4011b80f639
Signed-off-by: jiyong min <jiyong.min@samsung.com>
Jiyong Min [Thu, 7 Jul 2016 05:19:35 +0000 (14:19 +0900)]
Performance enhancement to make image/video thumbnail
To make image/video thumbnail, it is used to resize and rotate image APIs.
The image resize/rotate APIs, it is needed to initialize.
The resizing/rotation is replaced to new one.
- resize: mm_util(gstreamer) -> EFL(evas)
- rotation: mm_util(gstreamer) -> Make new rotate function
[Performance check result]
Before: 1.x sec or more (MAX API runtime 2.x sec)
After:300ms under (media_info_insert_to_db API whole 400ms under)
Change-Id: I11946578fa7c4087d60d49f7d5afe58fc1a7838c
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Tue, 7 Jun 2016 07:04:51 +0000 (16:04 +0900)]
Fix memory leak
Change-Id: Ib93a32cc07dba71331cd6a34b6eeb7ec6479282f
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Thu, 2 Jun 2016 23:56:19 +0000 (08:56 +0900)]
Modify file test code
Change-Id: Ia24f6c074be84a17181f7161cbfa52bf4bf14f97
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Thu, 19 May 2016 23:42:28 +0000 (08:42 +0900)]
Change UID/GID
Change-Id: I90ffa76341ec0e449cda6e74617d874dd7118376
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje ahn [Mon, 9 May 2016 05:44:43 +0000 (22:44 -0700)]
Revert "Fix UID/GID"
This reverts commit
57deb09a827131635de6148d819975df03ff33d1.
Change-Id: I9b51a706188ccdec2228d89e649284643e8001a8
Minje Ahn [Tue, 3 May 2016 23:51:46 +0000 (08:51 +0900)]
Fix UID/GID
Change-Id: If65c08fce91a1752621cdc2abe8f3393272b14f7
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Wed, 23 Mar 2016 00:37:57 +0000 (09:37 +0900)]
Add request id to media handler for duplicated request
Change-Id: I90d6103c199c4a7e209f16e1e0e6f648f488e866
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 18 Mar 2016 04:26:41 +0000 (13:26 +0900)]
Change md5 api name(for as-needed option)
Change-Id: I060ff9a05d65656d1312edf6d92c636a5029296c
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 18 Mar 2016 00:45:31 +0000 (09:45 +0900)]
Add logic for check manage queue
Change-Id: Ib53097e4ee2298e081ecaa96a9db2d536caf24fd
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Ji Yong Min [Tue, 15 Mar 2016 00:26:15 +0000 (09:26 +0900)]
Modify directory path
Change-Id: Ia288a49e2ad8b2dcfcc0f36a424755a54e9e4415
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Wed, 16 Mar 2016 00:04:13 +0000 (09:04 +0900)]
Fix build warning
Change-Id: I7c9bfb5b06ded6925506b96c50e166bfa05dd9a2
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Sun, 13 Mar 2016 23:30:38 +0000 (08:30 +0900)]
Fix error type
Change-Id: I1aaf5070612c41978d7af09d636e2bfd9aea915e
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Thu, 3 Mar 2016 23:43:19 +0000 (08:43 +0900)]
code cleanup
Change-Id: I36fd7ebcac2f01239285d5bdd4957c9a78b31768
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Ji Yong Min [Thu, 7 Jan 2016 05:11:10 +0000 (14:11 +0900)]
Remove to execute dcm by thumb-server
Change-Id: I66656db4c934490023fdd293ff6ce1851d2e35ef
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Haejeong Kim [Thu, 28 Jan 2016 08:02:12 +0000 (17:02 +0900)]
Apply tizen coding rule
Change-Id: I22fde0e7ecfac8187de3ef9dd2ceba4b67aea946
Minje Ahn [Mon, 4 Jan 2016 04:13:53 +0000 (13:13 +0900)]
fix prevent bug.
Change-Id: Ic1ef8a43d36a6b3bf3aba19bc9737298433130e0
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Ji Yong Min [Thu, 31 Dec 2015 02:13:38 +0000 (11:13 +0900)]
Fix svace warning
Change-Id: Id4c6844de04c8c976d46f4d0d0a8147ce3d8a973
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Tue, 29 Dec 2015 05:13:26 +0000 (14:13 +0900)]
Update license
Change-Id: I94743fd5ca457d1bbd825db44d11f8ccf59315a8
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Tue, 29 Dec 2015 01:21:21 +0000 (10:21 +0900)]
Modify package group
Change-Id: Iecd42c09635d729d6b47f93765b32f1612326903
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 28 Dec 2015 09:35:01 +0000 (18:35 +0900)]
Remove unused license files
Change-Id: I5a28f3d05433610bbe9cbd272d13c9ddc2f0ebea
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Haejeong Kim [Mon, 21 Dec 2015 08:27:04 +0000 (17:27 +0900)]
Svace issue fix
Change-Id: Icdcb33e7770c85a2a6b5cdd50fc4707f12f1bb45
Minje Ahn [Thu, 10 Dec 2015 09:28:44 +0000 (18:28 +0900)]
Append queue checker for cancel request
Change-Id: Id407685a77b85f4abce8eb6057c1075bac85479c
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
ji.yong.seo [Fri, 2 Oct 2015 09:33:43 +0000 (18:33 +0900)]
Remove dependency with libmm-common.
Change-Id: I29a25c37316914278e09dceb828abd6014a2f399
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Minje Ahn [Wed, 28 Oct 2015 06:08:17 +0000 (15:08 +0900)]
Modify default thumbnail path to empty string
Change-Id: If0f33dac32a3824e04ca38c225c197822715e892
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Haejeong, Kim [Mon, 19 Oct 2015 05:26:04 +0000 (14:26 +0900)]
Apply tizen coding rule
Change-Id: Idf4b8ccb91d8e8ee9fe50163e7845635175d7465
Minje Ahn [Fri, 16 Oct 2015 02:34:01 +0000 (11:34 +0900)]
Fix prevent issue
Change-Id: I0da7fbf08691fc8a262584d0e4f8edbfbd809b45
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Haejeong, Kim [Thu, 15 Oct 2015 08:59:14 +0000 (17:59 +0900)]
Apply tizen coding rule
Change-Id: Id3e53ece459151791f678fbbd230bf7f824afa18
Minje Ahn [Tue, 13 Oct 2015 10:27:31 +0000 (19:27 +0900)]
Enable DCM service
Change-Id: I2bde08fa83c39bab47b503d732969c3a46586b2b
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Tue, 13 Oct 2015 01:19:41 +0000 (10:19 +0900)]
Code cleanup
Change-Id: I9bb372674a3fe257278b4867db0153d29b6a16da
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Ji Yong Min [Thu, 1 Oct 2015 10:44:46 +0000 (19:44 +0900)]
Add thumb-dcm thread to run DCM service, but disabled
DCM service will work after change "ENABLE_DCM" to "true" in CMakeLists.txt
Change-Id: Iaa6c854860836452c4c68c76fbc693e53a0311c8
Minje Ahn [Mon, 7 Sep 2015 04:10:55 +0000 (13:10 +0900)]
Modify thumbnail creation and cancellation logic
Change-Id: I4bab6e37f9d943c719325f971ae9d3499a77f93f
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 28 Aug 2015 06:39:57 +0000 (15:39 +0900)]
change thumbnail stored path
Change-Id: I92f553df5cf6c5fa50f556faeb3df9da1cdc4fdc
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 21 Aug 2015 10:28:23 +0000 (19:28 +0900)]
Add media db open options
Change-Id: Ie27e4c6382ebc7808dc471fd5e6c2ce5af954587
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 10 Aug 2015 02:29:14 +0000 (11:29 +0900)]
Apply cynara
Change-Id: I2e96f30ebf2a71f0af673f19be422c43de6e8703
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Sangyoon Jang [Wed, 12 Aug 2015 06:44:51 +0000 (15:44 +0900)]
Add buildrequires: db-util, remove unused header: sys/smack.h
Change-Id: I1923f73e4e1b3046b414ff6b741e3765110894e6
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
Minje Ahn [Fri, 7 Aug 2015 00:40:46 +0000 (09:40 +0900)]
Patch below:
Separate CMakeFiles for apply fPIE option
Remove unused code
Remove thumb_type
Modify jpeg thumbnail creation logic when exif thumbnail is smaller than request thumbnail size
Add scale down logic when request huge size image
Fix bugs, memory leaks
Remove unused parameters in function
Change thumb path creation API position
Remove thumbnail folder creation API
Rename some functions
Change-Id: I0e13d393dd524b61bcf44722c33b6f270649b732
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 3 Aug 2015 01:26:20 +0000 (10:26 +0900)]
Change gdk-pixbuf to evas.
- Some images can not create thumbnail using gdk-pixbuf.
Change-Id: I67e08edd27547875de2045eae68e114dc1c0a3c2
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 20 Jul 2015 09:47:25 +0000 (18:47 +0900)]
Fix socket bind bug.
Fix gdkpixbuf issue.
replace some function.
Change-Id: I3176594d491f9ae1ef08cf7de46a0b791e09e231
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Tue, 14 Jul 2015 11:07:19 +0000 (20:07 +0900)]
Fix memory leak(additional)
Change-Id: I0a2a8cb5ca27bf049498722ca677f3220e1eb7f0
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
hj kim [Tue, 14 Jul 2015 10:47:19 +0000 (03:47 -0700)]
Merge "Fix memory leak" into tizen
Minje Ahn [Tue, 14 Jul 2015 10:34:14 +0000 (19:34 +0900)]
Fix memory leak
Change-Id: I496932086d15704878ba0754a5b6d8ba6b7281df
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Ravi Kiran K N [Mon, 1 Dec 2014 09:37:51 +0000 (15:07 +0530)]
img_codec_osal: print error log before returning
thumb_err in function DrmOpenFile() is unreachable as it is
after return statement. Print the error log before return
Change-Id: Id37e80a5cf3433d8541f26d49d78f7dd842103cd
Signed-off-by: Ravi Kiran K N <ravi.kiran@samsung.com>
Minje Ahn [Tue, 23 Jun 2015 08:30:45 +0000 (17:30 +0900)]
Update socket_info.
Change-Id: Ia54e4466ca6665b27cca316f9553ad15cef764be
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Haejeong Kim [Mon, 15 Jun 2015 08:39:22 +0000 (17:39 +0900)]
Add header file
Change-Id: Ib59894fe1f6b31b2be522f2aac0f1038e957fd70
hj kim [Mon, 15 Jun 2015 08:24:59 +0000 (01:24 -0700)]
Merge "support thumbnail-util." into tizen
Minje Ahn [Thu, 11 Jun 2015 05:16:38 +0000 (14:16 +0900)]
support thumbnail-util.
Change-Id: Ia218f4ef9ea66318eb67ed1fef2c6034044c18cb
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Haejeong Kim [Thu, 11 Jun 2015 10:07:33 +0000 (19:07 +0900)]
build error fix. remove include
Change-Id: I872b4f5b0e7a7c9f30c3b42b59547d406e63efc8
Minje Ahn [Wed, 10 Jun 2015 11:47:13 +0000 (20:47 +0900)]
Remove drm source code.
Change-Id: I404d21bdeb3f23786c9b30303ede8edac4b24149
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 8 Jun 2015 07:38:00 +0000 (16:38 +0900)]
Remove "media-thumbnail-private.h"
Change-Id: I62dbc88a57eb3685df8e68fb6f7b2ca157fc4f5a
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 8 Jun 2015 07:33:26 +0000 (16:33 +0900)]
Update error log.
Change-Id: I632eda45a7b46927b5c5be9e98cebd30aefc69d4
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 8 Jun 2015 03:43:27 +0000 (12:43 +0900)]
Remove unused code.
Change-Id: I9c8d472cff513d88c90b9558201d20f2fbad05c2
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 5 Jun 2015 07:01:28 +0000 (16:01 +0900)]
Modify error type(annotation)
Change-Id: I0145b68cc08a327048b3f8c945dcc5af0bef0f8a
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
hj kim [Fri, 5 Jun 2015 05:58:36 +0000 (22:58 -0700)]
Revert "Revert "Modify error type""
This reverts commit
999b9402a56d7c9738d6d632eff2f90004bbfbaf.
Change-Id: Ieadecdcb087ad27b7c60a1ed448db329df2b38c1
hj kim [Fri, 5 Jun 2015 04:09:04 +0000 (21:09 -0700)]
Revert "Modify error type"
This reverts commit
c896230ef091a244204b17bc9ab0ffa974ce2031.
Change-Id: I94ec0a56f7c3d84ad76645b91310494b96d41932
Minje Ahn [Wed, 3 Jun 2015 02:35:52 +0000 (11:35 +0900)]
Modify error type
Change-Id: Ie19c9bb70115a9097d45e8a18f52ad72cf7beeb2
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Ji Yong Min [Wed, 13 May 2015 12:40:19 +0000 (21:40 +0900)]
The color space that is used by thumbnail server is changed to RGB, because gdk support RGB color space.
(Fix broken thumbnail issue)
Change-Id: Id3b5dfa9df57e35a3785eb0b191b020cba995e95
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Minje Ahn [Mon, 9 Mar 2015 05:12:05 +0000 (14:12 +0900)]
Update package version.
Change-Id: Ifd13fca1e4b515e1af6f977562e5fe86abada0b6
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 6 Mar 2015 04:24:26 +0000 (13:24 +0900)]
Modify TCP to UDP on thumb-server.
Change-Id: I5b60b681bb04e8f19b371e63a1915c217342987f
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jean-Benoit MARTIN [Mon, 15 Dec 2014 14:55:31 +0000 (15:55 +0100)]
Use gdk pixbuf for saving video thumbnail
change video frame into gdkpixbuff object
Bug-Tizen: TC-2270
Change-Id: I8204d0aed2763150ed4ea6bb136745c093b1af7a
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Philippe Coval [Thu, 11 Dec 2014 14:19:49 +0000 (15:19 +0100)]
packaging: depend on the same release
Change-Id: I5f29d89e9792227a0520497157e7c05c175e597e
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Jean-Benoit MARTIN [Mon, 3 Nov 2014 10:19:07 +0000 (11:19 +0100)]
Use connected socket to communicate with CAPI
Add credential option to get user UID from CAPI
Bug-Tizen: TC-1598
Change-Id: Ib9bf7164a82766b29c2e13868e63d6bca64ea3c4
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Jean-Benoit MARTIN [Tue, 2 Dec 2014 10:55:14 +0000 (11:55 +0100)]
Remove Ecore evas dependency
Librarie gdk-pixbuf is used to create thumbnail
instead of Ecore-evas
Bug-Tizen: TC-1694
Change-Id: Ib8facf8ec8d2d82ffaf5138a3b7e09ee5853b7b5
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Jean-Benoit MARTIN [Tue, 26 Aug 2014 14:28:49 +0000 (16:28 +0200)]
Multiuser feature
Use User UID to write or read into database
Use Unix socket
Fix-Tizen: TC-1482
Change-Id: I557a28de1650c9af1a30ef7d795d64464eaa2e8f
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Philippe Coval [Wed, 25 Jun 2014 15:55:41 +0000 (08:55 -0700)]
Merge "Instead of using a "GMainLoop" element in the main thread, we now create a separate thread which will initiate the loop and do the socket listening logic." into tizen
Jean-Benoit MARTIN [Wed, 25 Jun 2014 15:12:24 +0000 (17:12 +0200)]
Change path TZ_USER into TZ_SYS
all data are in system directory
Change-Id: Id646814029ad02b98f44804429e6fa1a2bf5bc68
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Manuel Bachmann [Wed, 25 Jun 2014 14:23:39 +0000 (16:23 +0200)]
Instead of using a "GMainLoop" element in the main thread, we now
create a separate thread which will initiate the loop and do the
socket listening logic.
This avoids conflicting with the "GMainLoop" created by Ecore_Evas,
which produces lots of warnings and errors.
Bug-Tizen: TC-21
Change-Id: I453a21df649b256b63c96d4f274122c692aaf2f0
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Sabera Djelti (sdi2) [Mon, 3 Mar 2014 09:21:53 +0000 (10:21 +0100)]
Remove hardcoded path for multiuser support
Change-Id: I9e54129f903594ffe47b40c85b9e961b5aabe6d0
Bug-Tizen: PTREL-191
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Anas Nashif [Sat, 24 Aug 2013 14:16:05 +0000 (10:16 -0400)]
Cleanup packaging
- Set license correctly
- Set group correctly
- Fixed runtime requirements
- Fixed descriptions and summaries
- Add new test sub-package for the test binaries
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Anas Nashif [Sat, 24 Aug 2013 14:14:43 +0000 (10:14 -0400)]
Do not install in /usr/local
We should never install anything into /usr/local, this is reserved for
the user of the system. System binaries need to be installed under /usr
per the FHS.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Michael Leibowitz [Wed, 17 Jul 2013 21:37:39 +0000 (14:37 -0700)]
Fix manifests
put manifests in packaging/
consistent use of %{name} macros
Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
Alexandru Cornea [Fri, 28 Jun 2013 16:30:24 +0000 (19:30 +0300)]
resetting manifest requested domain to floor
Hyunjun Ko [Thu, 18 Apr 2013 02:38:34 +0000 (11:38 +0900)]
Change from INET tcp to Unix domain socket
Hyunjun Ko [Tue, 9 Apr 2013 07:47:30 +0000 (16:47 +0900)]
1. Monitoring MMC_STATUS 2. Fix prevent defects
Junfeng Dong [Thu, 28 Mar 2013 11:38:24 +0000 (19:38 +0800)]
Fix for 64 bit compatibility.
- Fix hardcoding path.
- Use %cmake to set default paths.
Change-Id: If8f46c350b6371ee30120df9fde3e9b42c1f41da
Hyunjun Ko [Tue, 19 Mar 2013 08:24:23 +0000 (17:24 +0900)]
Some debug msg is changed
Jinkun Jang [Fri, 15 Mar 2013 16:15:44 +0000 (01:15 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:49:53 +0000 (01:49 +0900)]
Tizen 2.1 base
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:55 +0000 (21:59 +0900)]
Initial empty repository