Remove Profile Build Dependency: Do it at runtime 36/97336/9
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 14 Nov 2016 02:09:32 +0000 (11:09 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 9 Jan 2017 04:22:12 +0000 (13:22 +0900)
commit4a3ee09c23531d4b4e76ac1df6b2796118a650a2
tree38b00a0d271cce15cfcc30f73ef21578b3dfb472
parent47b9ae1d0ce4cd51bf37e58c4ba914c4ad011b30
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: I200b851806704eba228709e07f0f6e634f521032
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
include/appcore-internal.h
packaging/app-core.spec
src/appcore-efl.c
src/appcore.c