Remove Profile Build Dependency (1/2): do it at runtime 75/101175/5
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 30 Nov 2016 10:40:16 +0000 (19:40 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 5 Dec 2016 02:00:05 +0000 (11:00 +0900)
commitedef4c2ea5f6dd98ff8e3c0436f0709b1a2fd367
treee6b0981b95198f21b0b34a7e7cb5b2c537b2d3ac
parent58705191a892e2bdbf58ba5334defc4fa303e523
Remove Profile Build Dependency (1/2): 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: I015b2f10cb6bd3cb84a9c0435202bc59004e752c
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
lib/include/private.h [new file with mode: 0644]
lib/media-util-noti-internal.c
lib/media-util-noti.c
packaging/media-server.spec
src/scanner-v2/media-scanner-v2.c
src/scanner/media-scanner.c
src/server/media-server-main.c