Ticket #434: fixed configurations to build Symbian for device target

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1640 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/build.symbian/pjsdp.mmp b/build.symbian/pjsdp.mmp
index 3d5e4d5..23c8bd3 100644
--- a/build.symbian/pjsdp.mmp
+++ b/build.symbian/pjsdp.mmp
@@ -1,7 +1,8 @@
-#if defined(EKA2)
+#if defined(PJ_BUILD_DLL)
 TARGET		pjsdp.dll
 TARGETTYPE	dll
-UID		0x1000008d 0xA0004296
+UID		0x0 0xA0000006
+
 CAPABILITY	None
 LIBRARY		pjlib_util.lib pjlib.lib charconv.lib euser.lib estlib.lib
 MACRO		PJ_DLL
@@ -13,8 +14,6 @@
 
 TARGET 		pjsdp.lib
 TARGETTYPE 	lib
-UID		0x100039CE 0x10004299
-VENDORID	0x70000001
 
 #endif