summaryrefslogtreecommitdiff
path: root/symbian/PerlAppAif.rss
blob: 03e17cd5ba28f398240cf7f2f34dc0c62bd2fd6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright (c) 2004-2005 Nokia. All rights reserved. */

/* The PerlApp application is licensed under the same terms as Perl itself. */

#include <aiftool.rh>

RESOURCE AIF_DATA
{
    app_uid = 0x102015F6;
    embeddability = KAppEmbeddable;
    hidden = KAppNotHidden;
    launch = KAppLaunchInForeground;
    newfile = KAppDoesNotSupportNewFile;
    datatype_list = {
        DATATYPE
            {
            priority = EDataTypePriorityNormal;
            type = "x-application/x-perl";
            }
        };
}