mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
17 lines
326 B
XML
17 lines
326 B
XML
#include <appinfo.rh>
|
|
#include <re3.rsg>
|
|
|
|
UID2 KUidAppRegistrationResourceFile
|
|
UID3 0xe0d67647
|
|
|
|
RESOURCE APP_REGISTRATION_INFO
|
|
{
|
|
app_file="re3";
|
|
|
|
localisable_resource_file="\\resource\\apps\\re3";
|
|
localisable_resource_id=R_RE3_LOCALISABLE_APP_INFO;
|
|
|
|
embeddability=KAppNotEmbeddable;
|
|
newfile=KAppDoesNotSupportNewFile;
|
|
}
|
|
|