63c1f326ee4e3a64115e398e0b960230162e40ee
[platform/core/api/system-settings.git] / src / sst_feature.h
1 /*
2  * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #pragma once
17
18 int sst_feature_check_incoming_call(void *value);
19 int sst_feature_check_home_screen(void *value);
20 int sst_feature_check_lock_screen(void *value);
21 int sst_feature_check_notification_email(void *value);
22 int sst_feature_check_wifi(void *value);
23 int sst_feature_check_telephony(void *value);
24 int sst_feature_check_font(void *value);
25 int sst_feature_check_accessibility_grayscale(void *value);
26 int sst_feature_check_accessibility_negative(void *value);
27 int sst_feature_check_rotary(void *value);