Change to true the value relevant to hal feature 29/262929/1 submit/tizen/20210824.000748
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 23 Aug 2021 23:14:29 +0000 (08:14 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 23 Aug 2021 23:34:44 +0000 (08:34 +0900)
commitb813d0951ca68757601b45754386b5f2b74c25b5
treed420d980ce0acdf6b10d3ab37228c7a4014cddcd
parent7f78d48a8178f6b3f2f9c35745df54613d7e93f2
Change to true the value relevant to hal feature

Change to true the value relevant to hal feature.
In model-config-hal.xml, feature relevant to hal is defined.
We had been maken a decision to use the AND operation with
model-config.xml and model-config-hal.xml in target.
So model-config.xml of core image needs to set to true by default.
Then it will be affected by value of model-config-hal.xml.

e.g) core - tizen.org/feature/microphone true
     hal  - tizen.org/feature/microphone true
     core & hal = true

     core - tizen.org/feature/battery true
     hal  - tizen.org/feature/battery false
     core & hal = false

Change-Id: Ice6f7d01910746bb6287a7d91daa774770bf2397
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
generic/model-config-iot.xml