maru-camera: Rename files
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 18 Mar 2015 05:43:50 +0000 (14:43 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 8 Jul 2015 07:37:04 +0000 (16:37 +0900)
commit931278d70fe99a1fdb0e26b4e80cbed185b7bba5
treebcfe39bdaf684c5cc4ff0f0239b16dbdf9c54949
parentdf661b6b4c67f0d6fc175a9d931c1ddfe4d9bcef
maru-camera: Rename files

Delete unnecessary postfix, like '_pci'.
Integrate the format conversion utilities, separately implemented in Darwin & Win32.

Change-Id: Ie71cc57c8ed7c9e74eb19afed2e55259b720151f
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/src/hw/pci/Makefile.objs
tizen/src/hw/pci/maru_camera.c [moved from tizen/src/hw/pci/maru_camera_common_pci.c with 98% similarity]
tizen/src/hw/pci/maru_camera.h [moved from tizen/src/hw/pci/maru_camera_common.h with 95% similarity]
tizen/src/hw/pci/maru_camera_convert.c [new file with mode: 0644]
tizen/src/hw/pci/maru_camera_convert.h [moved from tizen/src/hw/pci/maru_camera_darwin.h with 68% similarity]
tizen/src/hw/pci/maru_camera_darwin.m [moved from tizen/src/hw/pci/maru_camera_darwin_pci.m with 94% similarity]
tizen/src/hw/pci/maru_camera_darwin_converter.c [deleted file]
tizen/src/hw/pci/maru_camera_linux.c [moved from tizen/src/hw/pci/maru_camera_linux_pci.c with 99% similarity]
tizen/src/hw/pci/maru_camera_win32.c [moved from tizen/src/hw/pci/maru_camera_win32_pci.c with 87% similarity]
tizen/src/hw/pci/maru_camera_win32.h [moved from tizen/src/hw/pci/maru_camera_win32_interface.h with 99% similarity]
tizen/src/util/check_cam.c