ImgEdtSrv.res
1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
#include "MMI_features.h"
<APP id="SRV_IMGEDT">
/* When you use any ID of other module, you need to add
that header file here, so that Resgen can find the ID */
<!--Include Area-->
<INCLUDE file="GlobalResDef.h"/>
<!--
**************************************** String section ***************************************
-->
#ifdef __MMI_SRV_IES__
<STRING id="STR_ID_IES_EFFECT_NEGATIVE"/>
<STRING id="STR_ID_IES_EFFECT_GRAYSCALE"/>
<STRING id="STR_ID_IES_EFFECT_MIRROR"/>
<STRING id="STR_ID_IES_EFFECT_BRIGHTNESS"/>
<STRING id="STR_ID_IES_EFFECT_CONTRAST"/>
<STRING id="STR_ID_IES_EFFECT_SEPIA"/>
<STRING id="STR_ID_IES_EFFECT_SHARPNESS"/>
<STRING id="STR_ID_IES_EFFECT_OILPAINT"/>
<STRING id="STR_ID_IES_EFFECT_HUE_SATURATION"/>
<STRING id="STR_ID_IES_EFFECT_BCSH_ADJUST"/>
<STRING id="STR_ID_IES_EFFECT_PARAM_BRIGHTNESS"/>
<STRING id="STR_ID_IES_EFFECT_PARAM_CONTRAST"/>
<STRING id="STR_ID_IES_EFFECT_PARAM_HUE"/>
<STRING id="STR_ID_IES_EFFECT_PARAM_SATURATION"/>
<STRING id="STR_ID_IES_ERR_IMAGE_TOO_SMALL"/>
<STRING id="STR_ID_IES_ERR_IMAGE_TOO_LARGE"/>
<STRING id="STR_ID_IES_ERR_CANNOT_WRITE_FILE"/>
#endif
</APP>