summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25Enable Sticker feature on Iot profilesubmit/tizen/20220426.021855accepted/tizen/unified/20220426.132013InHong Han5-5/+5
Change-Id: If49693972e50b33860932996737b625e1ccfc58b
2022-04-22[ACR-1691] Newly add machine_learning.service featuresubmit/tizen/20220422.034220accepted/tizen/unified/20220422.133440Sangjung Woo17-0/+17
This patch newly adds machine_learning.service feature. If this feature is enabled, the device can provide the Machine Learning service to other devices. Change-Id: I025232f9c6afc233cba31cfb9608529155ca2156 Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
2022-01-06Tizen version changingsubmit/tizen/20220106.053842accepted/tizen/unified/20220106.124730dc7.lim19-71/+71
Change-Id: I8ec596d80ad4bb0056be8822351e423fec8f1c41
2021-12-15[ACR-1655] Add new featuresubmit/tizen/20211222.081021submit/tizen/20211222.074805accepted/tizen/unified/20211224.144848accepted/tizen/unified/20211222.073542taemin.yeom13-0/+39
-tizen.org/feature/sensor.orientation -tizen.org/feature/sensor.gyroscope_orientation -tizen.org/feature/sensor.geomagnetic_orientation Change-Id: Ia5312d04be9ec5d3beb1c4ca34a184e0320dc2c3 Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
2021-11-17Disable telephony feature in model-config-iotsubmit/tizen/20211122.084910submit/tizen/20211122.005041submit/tizen/20211119.013332accepted/tizen/unified/20211119.045137Wootak Jung1-13/+13
telephony feature should be disabled in iot headed Change-Id: I4bcd770f9cf486c47b1a0424f2c4a7da53f32672
2021-09-13[ACR-1646] Add new feature key for user awarenesstizen_6.5.m2_releasesubmit/tizen_6.5/20211028.161601submit/tizen/20210913.072521accepted/tizen/unified/20210913.123303accepted/tizen/6.5/unified/20211028.093900dh79pyun18-0/+18
- tizen.org/feature/network.user_awareness.location Change-Id: I32cff21e132d2c563dc5a62fd422498e9405e252 Signed-off-by: dh79pyun <dh79.pyun@samsung.com>
2021-09-06Change to true the value relevant to H/W architecturesubmit/tizen/20210907.065701accepted/tizen/unified/20210907.121834Jaehoon Chung1-7/+7
Change to true the value relevant to H/W architecture by default. It will be defined by model-config in hal. Change-Id: Ieeaa6744b9b96fbdd4bd61998509049a94bbc001 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2021-08-24Disable the ocf feature on all profilessubmit/tizen/20210824.003556accepted/tizen/unified/20210824.003120dh79pyun16-16/+16
iotcon API is a wrapper of iotivity, and applications or services use iotivity API directlry in now. After disable this feature, we will deprecate iotcon APIs in platform. Change-Id: I90cb045e6cbaf118558a68506718b075b49538c0
2021-08-24Change to true the value relevant to hal featuresubmit/tizen/20210824.000748Jaehoon Chung1-157/+157
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>
2021-07-22[ACR-1630] Add new feature for MAC randomizationsubmit/tizen/20210723.062035accepted/tizen/unified/20210723.122605Jaehyun Kim18-0/+18
Change-Id: I0c8208980cc7197dd9170e99385e520d055ff236 Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2021-07-20[ACR-1638] Add new feature for USB smartcardsubmit/tizen/20210720.012549accepted/tizen/unified/20210720.062537Jihoon Jung17-0/+17
Change-Id: I06fd546e6d105f466d3da6bd07ca0ba48d734976 Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
2021-07-14generic: add the generic model-config-hal.xml filesubmit/tizen/20210714.010339accepted/tizen/unified/20210714.014007Jaehoon Chung2-0/+214
Add the generic model-config-hal.xml file for hal-backend. This xml file is showed the list what feature is relevant to HAL. - Set to false about key value in this file by default. It has to set to proper key value in building-block according to each targets. Change-Id: Id977285599ac21366a1f0f893d1220368d0ed8a8 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2021-05-27Add PATH environment variable to model-config-clisubmit/tizen/20210527.060334accepted/tizen/unified/20210527.092707INSUN PYO1-0/+2
====================== mic build error =============================== INFO: ###### path check error list ###### INFO: /usr/bin/model-config-cli,model-config-default-6.5.0-50.1.noarch ====================================================================== Change-Id: Idded59c02a8c9cf4a706fc92a64c97a4a961f085
2021-05-18Add model-config-cli programsubmit/tizen/20210518.074004accepted/tizen/unified/20210525.033900Kunhoon Baik2-0/+53
model-config-cli program enables to modify model-config.xml file at image creation time. without this program, a new model-config package should be created for specific binary although HW target is same. To avoid creating new model-config packages, I recommend to use model-config-cli at image creation scripts. cf) This patch is originated from Elmurot Change-Id: Ifd9a003bcf3241d113a045bb3b21a38f01e085dd
2021-04-09[ACR-1616] Modify user awareness feature namesubmit/tizen/20210428.180406accepted/tizen/unified/20210428.040439DoHyun Pyun17-17/+17
Change-Id: Idccd25fa605ecb75ae543a3df68bed142b0e1472 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2021-02-04[ACR-1616] Add new user awareness feature keysubmit/tizen/20210204.062821accepted/tizen/unified/20210204.134403DoHyun Pyun17-0/+17
- tizen.org/feature/network.user_awareness Change-Id: Id7fa5b8fa8e78e0344f56b8f0b983e4f9e1a7295 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2020-11-10Change version string to 6.5submit/tizen/20201110.070829accepted/tizen/unified/20201110.073502wchang kim18-70/+70
Change-Id: I05e2e505cc9bcbb28eda24aef5b32593f1445aa7
2020-09-10Merge "Revert "Change gesture feature key to enable"" into tizentizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114801submit/tizen_6.0_hotfix/20201102.192501submit/tizen_6.0/20201029.205101submit/tizen/20200910.233641accepted/tizen/unified/20200911.043148accepted/tizen/6.0/unified/hotfix/20201103.052201accepted/tizen/6.0/unified/20201030.124042tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedDongchul Lim2-4/+4
2020-09-10Revert "Change gesture feature key to enable"sungwook park2-4/+4
This reverts commit 05851dd31727ce88112f2370beb1d4ffe21127c4. Change-Id: I1572c907b6b1d33786517a8d73b5768e9f4e829c
2020-09-02Merge "Add new diagnostics feature key" into tizensubmit/tizen/20200902.003038accepted/tizen/unified/20200902.011945Woo Chang Kim17-0/+17
2020-09-02Merge "[ACR-1579] Newly add machine_learning.training feature" into tizenWoo Chang Kim17-0/+17
2020-09-01Add new diagnostics feature keyKonrad Kuchciak17-0/+17
- tizen.org/feature/diagnostics Change-Id: I66159518dc30aefa3b0284c9963630bb5826f6be Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
2020-08-12[ACR-1579] Newly add machine_learning.training featurejijoong.moon17-0/+17
This patch newly adds machine_learning.training features. Mobile, TV, Wearable and IoT Headed are supported. Change-Id: I9e13caabf46060992fb8ecd21daed92b6eb3a78d Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
2020-08-12Change gesture feature key to enablesubmit/tizen/20200813.200827accepted/tizen/unified/20200813.122603Sungwook Park2-4/+4
Change-Id: I5bff65e2f326ee14f3399cda597598ee91e9b517 Signed-off-by: Sungwook Park <sungwook79.park@samsung.com>
2020-08-08Set true about notification.email for wearable emulatorsubmit/tizen/20200807.083847JinWang An1-1/+1
Change-Id: Ibad57eeb1f3db3c7a6589d4ee058fcc771891f59 Signed-off-by: JinWang An <jinwang.an@samsung.com>
2020-06-26Change from false to true about notification.emailsubmit/tizen/20200626.030417accepted/tizen/unified/20200626.133431JinWang An1-1/+1
Change-Id: I510902c3fb58e0403b433271f4046c00c9f4154e Signed-off-by: JinWang An <jinwang.an@samsung.com>
2020-06-05Disable auto rotation on Wearable emulatorsubmit/tizen/20200605.060048accepted/tizen/unified/20200610.140902Kichan Kwon1-1/+1
Change-Id: I8bf7f116c0a4fb3bd3731808bf4ea47b01fcc0d4 Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
2020-05-28[TCSACR-298] Add new feature key to opengles.surfaceless_contextsubmit/tizen/20200531.225943accepted/tizen/unified/20200531.232402Sunghyun Kim17-0/+17
- tizen.org/feature/opengles.surfaceless_context Change-Id: I36129de46eca3aacecfba5a2258a4d44511cae9c
2020-05-06[Non-ACR] Enable BT features on rpi3 TV profilesubmit/tizen/20200506.091420accepted/tizen/unified/20200506.100227DoHyun Pyun1-4/+5
Change-Id: I447f60975f39e7fada3f67626367a0d1125aeccd Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2020-04-27[Non-ACR] Enable account feature - rpi3, xu3 & tvsubmit/tizen/20200428.045510accepted/tizen/unified/20200428.125931Abhishek Vijay4-4/+4
Change-Id: I267cdc92b2898ef5b4daec7cd902adb814da5b11 Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
2020-04-21Tizen version changesubmit/tizen/20200421.061023accepted/tizen/unified/20200421.061542Dongchul Lim18-71/+71
Change-Id: Icc68411854806d5c4c380acce557c54f92264cd3
2020-04-06Sync it from model-config_tv of xu3submit/tizen/20200406.213610accepted/tizen/unified/20200406.220600wchang kim1-26/+37
Change-Id: I7e44736f6357807c587a3ae2e14b068165586d1a
2020-04-03[ACR-1531] Add new sensors feature keysubmit/tizen/20200403.025116accepted/tizen/unified/20200403.034555Boram Bae17-0/+34
- tizen.org/feature/sensor.heart_rate_monitor.batch - tizen.org/feature/sensor.heart_rate_monitor.led_green.batch Change-Id: I4f873341a7837fc03967614bbba0adb524750ed4 Signed-off-by: Boram Bae <boram21.bae@samsung.com>
2020-03-26Merge "Add "http://tizen.org/feature/multimedia.stream_recorder" feature" ↵submit/tizen/20200326.024055accepted/tizen/unified/20200326.215040Woo Chang Kim17-0/+17
into tizen
2020-03-25Add "http://tizen.org/feature/multimedia.stream_recorder" featureHyunsoo Park17-0/+17
Change-Id: I03075684a4a739a27ae236d7fe93fe1af5366f27 Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
2020-03-25Change features of iot to integrate the ref. targetwchang kim1-5/+5
Change-Id: I45199c63eea62ab64cdff3f08c3c5ddffabddbf7
2019-12-16Enable tethering feature on IoT profilesubmit/tizen/20191217.040835accepted/tizen/unified/20191217.122926Seonah Moon1-2/+2
Change-Id: Ia2de68c8efdfb21b872ef5fdff07deb076ea809e
2019-12-13Arrange the list of model-configsubmit/tizen/20191213.065242accepted/tizen/unified/20191213.115137wchang kim1-6/+15
Change-Id: Ic5afa537209fbf7d218a2895e9f7c4ebd7b2ecd0
2019-10-08Disable vision.inference features in some targets and profilessubmit/tizen/20191114.050542accepted/tizen/unified/20191114.123426Tae-Young Chung6-18/+18
- emulator: mobile(true), tv(false), wearable(false) - generic: iot(false) - rpi3: tv(false) - tm1, tm2: true - tw2, tw3: false - xu3: ivi(false), tv(true) Change-Id: I00cc91c8f2b8663abd477b529197f4970c9862a8 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2019-10-02[ACR-1407][ADD]Device system-info keys for virtual rotating bezeltizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185101submit/tizen_5.5/20191031.000002submit/tizen/20191002.074317accepted/tizen/unified/20191004.003630accepted/tizen/5.5/unified/mobile/hotfix/20201027.082119accepted/tizen/5.5/unified/20191031.030835tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixjinwang.an3-0/+3
Change-Id: I7bc75f613d52513ffa5e22e9fbdcc00df94e65c0 Signed-off-by: jinwang.an <jinwang.an@samsung.com>
2019-09-26Merge "[IOT] Disable tethering feature" into tizensubmit/tizen/20190926.012544accepted/tizen/unified/20190926.065748Woo Chang Kim1-1/+1
2019-09-25[ACR-1431] Add new vision.inference feature keyssubmit/tizen/20190925.055048accepted/tizen/unified/20190925.100455Tae-Young Chung17-0/+55
Change-Id: I55d4b85bf71ccfb103c1009c061574b7c086094a Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2019-09-20[IOT] Disable tethering featureSeonah Moon1-1/+1
Change-Id: Ie3432abbe43d5dd1fd5f47270b58b346ad01a459
2019-09-17[TCSACR-213] add a new speech.control_manager featuresubmit/tizen/20190916.234330accepted/tizen/unified/20190917.034115wn.jang16-1/+17
Change-Id: I2ab74111b44dfe48cbdd508ffae5e5d3b46ee64e
2019-09-05[ACR-1423] Add a new ui_service.sticker featuresubmit/tizen/20190906.065055accepted/tizen/unified/20190909.010916InHong Han17-0/+17
Change-Id: Iaaa880bebb059646ca42c4c714121f1fed44e760
2019-07-31Merge "[ACR-1382] Newly add machine_learning feature" into tizensubmit/tizen/20190731.023856accepted/tizen/unified/20190731.215831Woo Chang Kim17-0/+34
2019-07-31[ACR-1382] Newly add machine_learning featureSangjung Woo17-0/+34
This patch newly adds machine_learning and machine_learning.inference features. Mobile, TV, Wearable and IoT Headed are supported. Change-Id: I160bd1daaf7820855d1e4a5529a7ec9af9bebdb1 Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
2019-07-31[ACR-1426] Add a new feature to check display controllokilee7317-0/+17
- tizen.org/feature/display is added - if this feature is true, it means it supports below CAPIs including h/w supports ex) int device_add_callback(device_callback_e type, device_changed_cb callback, void *user_data) int device_remove_callback(device_callback_e type, device_changed_cb callback) int device_display_get_brightness(int display_index, int *brightness) int device_display_get_max_brightness(int display_index, int *max_brightness) int device_display_get_numbers(int *device_number) int device_display_get_state(display_state_e *state) int device_display_set_brightness(int display_index, int brightness) - if the feature is false, then the CAPIs will return DEVICE_ERROR_NOT_SUPPORTED Change-Id: I4418a05be4d11d3e8499abe32d756dc438dddc2b Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2019-07-16[ACR-1420] Add new feature for audio offloadsubmit/tizen/20190716.072658accepted/tizen/unified/20190716.111201Eunhye Choi16-2/+18
- Add audio offload feature - Modify the iot supportable feature : custom_audio_effect, raw_video, stream_info is csharp api feature especially for TV product. they should be 'true' by default. Change-Id: Iff03f55d32e36935d7365c38a721671691ecac82
2019-05-13Merge "[ACR-1381] Add device type key" into tizensubmit/tizen/20190530.042125submit/tizen/20190513.050751accepted/tizen/unified/20190602.221816accepted/tizen/unified/20190513.082618Woo Chang Kim8-0/+8