Remove Profile Build Dependency (1/2): do it at runtime 22/101222/9
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 30 Nov 2016 11:37:10 +0000 (20:37 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 26 Jan 2017 05:56:52 +0000 (21:56 -0800)
commit24899e2264dd187e7e452e0ffad9d2df1d490927
treeef09dca1a268e5650a7b28adaff07573388a7c22
parenta0eec7e1ef7d58d3cf490586dd1a4dbae2f99abf
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.

- Now it reads if it is TV based on the /etc/ conf file.

Change-Id: Id9d2f6e9db7814ab06f5d166ef2299a1a8aacb51
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/connman.spec
src/connman.h
src/main.c
src/main_tv.conf [new file with mode: 0755]
src/rtnl.c
src/service.c