summaryrefslogtreecommitdiff
path: root/symbian/PerlAppAif.rss
diff options
context:
space:
mode:
Diffstat (limited to 'symbian/PerlAppAif.rss')
-rw-r--r--symbian/PerlAppAif.rss21
1 files changed, 21 insertions, 0 deletions
diff --git a/symbian/PerlAppAif.rss b/symbian/PerlAppAif.rss
new file mode 100644
index 0000000000..fa4d42b0e1
--- /dev/null
+++ b/symbian/PerlAppAif.rss
@@ -0,0 +1,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";
+ }
+ };
+ }