Remove Profile Build Dependency: Do it at runtime 29/98329/5
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 17 Nov 2016 05:44:57 +0000 (14:44 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 4 Jan 2017 02:19:01 +0000 (11:19 +0900)
commit343a1f3129a20e6d0db15e41e4d8a765e3fd8462
treef77abb19d69eea7f3c1e4704846c2daaf5e7d9e2
parentd80324c47ca2cd21dc01e79018419bb708d11a9f
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.

- When SR-ing this commit, maintainers need to create JIRA-TRE issue of

  Add net-config-profile_tv for TV profile

patchset5: code style update

Change-Id: I8641e53861df320698a6fba0dca1dd0ebcffeaa6
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
12 files changed:
CMakeLists.txt
include/util.h
include/wifi-power.h
include/wifi.h
packaging/net-config.spec
src/main.c
src/utils/util.c
src/wifi-config.c
src/wifi-firmware.c
src/wifi-power.c
src/wifi-wps.c
src/wifi.c