summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.symbian/pjlib_test.mmp4
-rw-r--r--build.symbian/pjlib_test.pkg3
-rw-r--r--pjlib/src/pjlib-test/pjlib_test_reg.rss12
3 files changed, 18 insertions, 1 deletions
diff --git a/build.symbian/pjlib_test.mmp b/build.symbian/pjlib_test.mmp
index f779591a..f82a3672 100644
--- a/build.symbian/pjlib_test.mmp
+++ b/build.symbian/pjlib_test.mmp
@@ -59,6 +59,10 @@ SOURCE main_symbian.cpp
DOCUMENT test.h
+START RESOURCE pjlib_test_reg.rss
+ TARGETPATH \private\10003a3f\apps
+END
+
SYSTEMINCLUDE ..\pjlib\include
SYSTEMINCLUDE \epoc32\include
diff --git a/build.symbian/pjlib_test.pkg b/build.symbian/pjlib_test.pkg
index 758769f9..e406415c 100644
--- a/build.symbian/pjlib_test.pkg
+++ b/build.symbian/pjlib_test.pkg
@@ -5,7 +5,7 @@
; Header
;#{"pjlib_test"},(0x200235D3), 0, 1, 1
-#{"pjlib_test"},(0xA000000D), 0, 1, 1
+#{"pjlib_test"},(0xA0000002), 0, 1, 1
; Platform compatibility
[0x101F7961], *, *, *,{"Series60ProductID"}
@@ -16,3 +16,4 @@
; Target
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\pjlib_test.exe"-"!:\sys\bin\pjlib_test.exe"
+"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\pjlib_test_reg.rSC"-"!:\private\10003a3f\import\apps\pjlib_test_reg.rSC"
diff --git a/pjlib/src/pjlib-test/pjlib_test_reg.rss b/pjlib/src/pjlib-test/pjlib_test_reg.rss
new file mode 100644
index 00000000..dd892e46
--- /dev/null
+++ b/pjlib/src/pjlib-test/pjlib_test_reg.rss
@@ -0,0 +1,12 @@
+// Symbian application registration info for pjlib-test
+
+#include <appinfo.rh>
+
+UID2 KUidAppRegistrationResourceFile
+UID3 0xA0000002
+
+RESOURCE APP_REGISTRATION_INFO
+{
+ app_file="pjlib_test";
+}
+