blob: e91a00b23173e5135972c8b54212be45e07d69ac [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001
2#include <eikon.rh>
3#include <avkon.rsg>
4#include <avkon.rh>
5#include <appinfo.rh>
6#include "pjsua_reg.loc"
7#include <pjsua.rsg>
8
9UID2 KUidAppRegistrationResourceFile
10UID3 0xE44C2D02
11
12RESOURCE APP_REGISTRATION_INFO
13 {
14 app_file="pjsua";
15 localisable_resource_file = qtn_loc_resource_file_1;
16 localisable_resource_id = R_LOCALISABLE_APP_INFO;
17
18 embeddability=KAppNotEmbeddable;
19 newfile=KAppDoesNotSupportNewFile;
20 }
21