Remove Profile Build Dependency: Do it at runtime 09/116009/6
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 22 Feb 2017 09:57:06 +0000 (18:57 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 15 Mar 2017 08:37:24 +0000 (17:37 +0900)
commit9f5b213d134c0b81a9a5c95839e13f900988d19f
tree41ba6c75eed71f6fd78899394f2668381f79ae4c
parent15d4c6dba265100102b085d061d393c7f8b25c13
Remove Profile Build Dependency: Do it at runtime

- This is for Tizen 4.0.

  : Tizen 4.0 Configurability and Build Blocks require
    to remove all profile-depending build options in spec files.
  (No More profile macros)

- It is recommended to distinguish features/profiles at runtime.
 unless it incurs too much overhead, which requires you to
 create multiple binaries and subpackages.

Change-Id: I4cdc99aa36ad67da39e93ce494ce8d28930ea935
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
CMakeLists.txt
packaging/askuser.spec
src/agent/notification-daemon/CMakeLists.txt
src/agent/notification-daemon/GuiRunner.cpp