surface: Add missing ds_addon_set_init/finish
[platform/core/uifw/libds.git] / README.md
index fec217d..c8dc588 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,16 +1,14 @@
-# test-server
-Requires:
-   c++17 standard feature support
-      - std::variant(>=gcc-7, >=clang4, >=MSVC19.10x)
+libds
+=====
 
-# Ground Rule
-   - Reviewer는 Review 시에는 반드시 Comment를 남긴다.
-   - Reviewer는 코드를 대상으로 의견을 남기고, 절대로 사람(Committer)를 대상으로 의견을 남기지 않는다.
-   - Committer는 Review Comment에 절대로 상처받지 않는다.
-   - Committer는 하나의 Commit만 포함하는 PR을 요청한다.
-   - Committer는 master branch에 merge하려면 두 명이상의 Approve를 받아야 한다.
-   - PR이 master branch에 merge가 되는 방식은 "Rebase and Merge"를 적용한다.
-   - Code는 SR SE의 C++ coding rule을 따른다. (https://code.sec.samsung.net/confluence/pages/viewpage.action?pageId=45973755)
-   - Review Comment는 영어/한글 모두 사용 가능하다.
-   - <<향후 추가>>
+libds is a library that provides a building block which can be used for
+building wayland compositors. It is heavily inspired, conceptually as well as
+code-wise, by wlroots.
 
+libds initially aims to provide common set of functionality that users such as
+Enlightenment compositor and Dali's compositor library expect. Such compositors
+have its own renderer, so libds currently doesn't provide renderers.
+However libds can provide renderers later on for general purposes, and this
+renderers should stay decoupled with other objects of libds.
+
+WIP