1/* Copyright (c) 2004-2005 Nokia. All rights reserved. */
2
3/* The PerlApp application is licensed under the same terms as Perl itself. */
4
5#include <aiftool.rh>
6
7RESOURCE AIF_DATA
8{
9    app_uid = 0x102015F6;
10    embeddability = KAppEmbeddable;
11    hidden = KAppNotHidden;
12    launch = KAppLaunchInForeground;
13    newfile = KAppDoesNotSupportNewFile;
14    datatype_list = {
15        DATATYPE
16            {
17            priority = EDataTypePriorityNormal;
18            type = "x-application/x-perl";
19            }
20        };
21}
22