rearrange the directories of git repository 12/278212/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 8 Jun 2022 01:33:48 +0000 (10:33 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:53 +0000 (14:58 +0900)
commit042d6232f4fa4c05c7e0950609c3c5a2525f5b04
tree2177ccb769b757a57fa9fad524507cb5fd5e00ce
parent0df84773a29742c50a26cd7d6e50cec3ffe2f3d5
rearrange the directories of git repository

and fix some build break.

Change-Id: I723cb9e5f13f05f5761d668737f6e2c9c84f9cac
48 files changed:
clients/input-generator.c [moved from src/clients/input-generator.c with 100% similarity]
clients/meson.build [moved from src/clients/meson.build with 80% similarity]
clients/simple-dpms.c [moved from src/clients/simple-dpms.c with 100% similarity]
clients/simple-tbm.c [moved from src/clients/simple-tbm.c with 100% similarity]
examples/meson.build [moved from src/examples/meson.build with 79% similarity]
examples/pixman-helper.c [moved from src/examples/pixman-helper.c with 100% similarity]
examples/pixman-helper.h [moved from src/examples/pixman-helper.h with 100% similarity]
examples/pixman-tbm-helper.c [moved from src/examples/pixman-tbm-helper.c with 100% similarity]
examples/pixman-tbm-helper.h [moved from src/examples/pixman-tbm-helper.h with 100% similarity]
examples/tdm-backend.c [moved from src/examples/tdm-backend.c with 100% similarity]
examples/tinyds-tdm-dpms.c [moved from src/examples/tinyds-tdm-dpms.c with 100% similarity]
examples/tinyds-tdm-libinput.c [moved from src/examples/tinyds-tdm-libinput.c with 100% similarity]
examples/tinyds-tdm-renderer.c [moved from src/examples/tinyds-tdm-renderer.c with 100% similarity]
examples/tinyds-tdm-renderer.h [moved from src/examples/tinyds-tdm-renderer.h with 100% similarity]
examples/tinyds-tdm.c [moved from src/examples/tinyds-tdm.c with 100% similarity]
meson.build
packaging/libds-tizen.spec
src/allocator/meson.build [moved from src/libds-tizen/allocator/meson.build with 100% similarity]
src/allocator/tbm.c [moved from src/libds-tizen/allocator/tbm.c with 100% similarity]
src/backend/meson.build [moved from src/libds-tizen/backend/meson.build with 100% similarity]
src/backend/tdm/backend.c [moved from src/libds-tizen/backend/tdm/backend.c with 100% similarity]
src/backend/tdm/meson.build [moved from src/libds-tizen/backend/tdm/meson.build with 100% similarity]
src/backend/tdm/output.c [moved from src/libds-tizen/backend/tdm/output.c with 100% similarity]
src/backend/tdm/tdm.h [moved from src/libds-tizen/backend/tdm/tdm.h with 100% similarity]
src/backend/tdm/tdm_buffer_queue.c [moved from src/libds-tizen/backend/tdm/tdm_buffer_queue.c with 100% similarity]
src/backend/tdm/tdm_buffer_queue.h [moved from src/libds-tizen/backend/tdm/tdm_buffer_queue.h with 100% similarity]
src/dpms.c [moved from src/libds-tizen/dpms.c with 100% similarity]
src/input-devicemgr/input-devicemgr.c [moved from src/libds-tizen/input-devicemgr/input-devicemgr.c with 100% similarity]
src/input-devicemgr/input-devicemgr.h [moved from src/libds-tizen/input-devicemgr/input-devicemgr.h with 100% similarity]
src/input-devicemgr/meson.build [moved from src/libds-tizen/input-devicemgr/meson.build with 98% similarity]
src/keyrouter/keyrouter.c [moved from src/libds-tizen/keyrouter/keyrouter.c with 100% similarity]
src/keyrouter/keyrouter.h [moved from src/libds-tizen/keyrouter/keyrouter.h with 100% similarity]
src/keyrouter/keyrouter_grab.c [moved from src/libds-tizen/keyrouter/keyrouter_grab.c with 100% similarity]
src/keyrouter/meson.build [moved from src/libds-tizen/keyrouter/meson.build with 100% similarity]
src/libds-tizen/meson.build [deleted file]
src/meson.build
src/pixel_format.c [moved from src/libds-tizen/pixel_format.c with 100% similarity]
src/pixel_format.h [moved from src/libds-tizen/pixel_format.h with 100% similarity]
src/tbm_server.c [moved from src/libds-tizen/tbm_server.c with 100% similarity]
src/tbm_server.h [moved from src/libds-tizen/tbm_server.h with 100% similarity]
src/util.h [moved from src/libds-tizen/util.h with 100% similarity]
src/util/meson.build [moved from src/libds-tizen/util/meson.build with 100% similarity]
src/util/security.c [moved from src/libds-tizen/util/security.c with 100% similarity]
tests/meson.build [moved from src/tests/meson.build with 100% similarity]
tests/test-backend.c [moved from src/tests/test-backend.c with 100% similarity]
tests/test-compositor.c [moved from src/tests/test-compositor.c with 100% similarity]
tests/test-subsurface.c [moved from src/tests/test-subsurface.c with 100% similarity]
tests/test-surface.c [moved from src/tests/test-surface.c with 100% similarity]