e3d45a09575ede2d83f7154281e5e1f345f2436f
[src/app-framework-main.git] / src / wgt-strings.c
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 const char string_author[] = "author";
20 const char string_content[] = "content";
21 const char string_defaultlocale[] = "defaultlocale";
22 const char string_description[] = "description";
23 const char string_email[] = "email";
24 const char string_encoding[] = "encoding";
25 const char string_feature[] = "feature";
26 const char string_height[] = "height";
27 const char string_href[] = "href";
28 const char string_icon[] = "icon";
29 const char string_id[] = "id";
30 const char string_license[] = "license";
31 const char string_name[] = "name";
32 const char string_optional[] = "optional";
33 const char string_param[] = "param";
34 const char string_preference[] = "preference";
35 const char string_readonly[] = "readonly";
36 const char string_required[] = "required";
37 const char string_short[] = "short";
38 const char string_src[] = "src";
39 const char string_type[] = "type";
40 const char string_value[] = "value";
41 const char string_version[] = "version";
42 const char string_viewmodes[] = "viewmodes";
43 const char string_widget[] = "widget";
44 const char string_width[] = "width";
45 const char string_config_dot_xml[] = "config.xml";
46
47 const char feature_required_binding[] = FWK_PREFIX "required-binding";
48 const char feature_required_permission[] = FWK_PREFIX "required-permission";
49
50