Add libshared static library 51/283251/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 15 Sep 2022 05:34:10 +0000 (14:34 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 21 Oct 2022 02:27:55 +0000 (11:27 +0900)
commit3bd3b0c34470d0c0478978205086733421a1e80b
treea64cd92f7092fb06bdbad7dbb047634205566b97
parentc834d80724ddd8e16a3ae6771893a9e143b72570
Add libshared static library

The libshared library is to be used for shared functionalities.
For now, it only provides converting pixel format functionality for both
tbm_server and video implementation, but it will be expanded as needed.
Video implementation will use it in a future patch.

Change-Id: I94d7cd6479abbdcc4e0860fb41c878b96ac9296e
meson.build
src/meson.build
src/shared/meson.build [new file with mode: 0644]
src/shared/pixel_format.c [moved from src/tbm_server/pixel_format.c with 100% similarity]
src/shared/pixel_format.h [moved from src/tbm_server/pixel_format.h with 100% similarity]
src/tbm_server/meson.build
src/tbm_server/tbm_server.c