Ticket #887: Minor update: added app registration info for Symbian pjlib-test, so there will be shortcut when installed on device.
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2772 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
parent
d77e07b504
commit
f84d9ba019
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue