b2befcccf5bed6d733b0b51129a766a4923ae3df
[src/app-framework-main.git] / src / wgt-strings.h
1 /*
2  Copyright 2016 IoT.bzh
3
4  author: José Bollo <jose.bollo@iot.bzh>
5
6  Licensed under the Apache License, Version 2.0 (the "License");
7  you may not use this file except in compliance with the License.
8  You may obtain a copy of the License at
9
10      http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing, software
13  distributed under the License is distributed on an "AS IS" BASIS,
14  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  See the License for the specific language governing permissions and
16  limitations under the License.
17 */
18
19 extern const char string_author[];
20 extern const char string_content[];
21 extern const char string_defaultlocale[];
22 extern const char string_description[];
23 extern const char string_email[];
24 extern const char string_encoding[];
25 extern const char string_feature[];
26 extern const char string_height[];
27 extern const char string_href[];
28 extern const char string_icon[];
29 extern const char string_id[];
30 extern const char string_license[];
31 extern const char string_name[];
32 extern const char string_optional[];
33 extern const char string_param[];
34 extern const char string_preference[];
35 extern const char string_readonly[];
36 extern const char string_required[];
37 extern const char string_short[];
38 extern const char string_src[];
39 extern const char string_type[];
40 extern const char string_value[];
41 extern const char string_version[];
42 extern const char string_viewmodes[];
43 extern const char string_widget[];
44 extern const char string_width[];
45 extern const char string_config_dot_xml[];
46
47
48 extern const char feature_required_binding[];
49 extern const char feature_required_permission[];
50