Remove unnecessary profile dependencies and spec conditions
The previous context.spec disables build if it is
public-TV profile or private-TV profile.
At the same time, context.spec commands to add a compiler definition,
"_ALLOW_SERVICE_APP_TRIGGER_", if it is public-TV or private-TV profile
while the control can NEVER reach inside it.
Furthermore, the cmake's compiler definition "PROFILE" is never used.
Thus all profile related macros, which prohibits Tizen build system
from merging profile builds and configurability, can be easily removed.
Note that the meta-tv.git does NOT context in its YAML; therefore,
this patch CANNOT change the Tizen-TV platform image.
Change-Id: Idbc4ee79825576b009f65b33876f8d6e85aa0b11
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>