summaryrefslogtreecommitdiff
path: root/src/symbian/uqm.rss
blob: 8f9ea8cab5a5373e4e038230ccb16c0a735e47b8 (plain)
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
NAME UQM

#include <eikon.rh>
#include <avkon.rh>
#include <avkon.rsg>
#include <avkon.hrh>
#include <appinfo.rh>

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="UQM"; }

RESOURCE EIK_APP_INFO
    {
    }

RESOURCE LOCALISABLE_APP_INFO r_uqm_localisable_app_info
    {
    short_caption = "UQM";
    caption_and_icon = CAPTION_AND_ICON_INFO
        {
        caption = "UrQuanMasters";
        number_of_icons = 1;
        icon_file = "\\resource\\apps\\uqm_icon.mif";
        };
    }