201023_03
authorhgs
Tue, 13 Jul 2010 00:03:51 +0300
changeset 60 7d710eb9330d
parent 59 298dad5438a3
child 61 acbdfeb56752
201023_03
usbuis/usbuinotif/BWINS/usbavkonnotifu.def
usbuis/usbuinotif/eabi/usbavkonnotifu.def
usbuis/usbuinotif/usbuinotif.pro
--- a/usbuis/usbuinotif/BWINS/usbavkonnotifu.def	Mon Jul 12 23:53:15 2010 +0300
+++ b/usbuis/usbuinotif/BWINS/usbavkonnotifu.def	Tue Jul 13 00:03:51 2010 +0300
@@ -1,3 +1,3 @@
 EXPORTS
-	?NotifierArray@@YAPAV?$CArrayPtr@VMEikSrvNotifierBase2@@@@XZ @ 1 NONAME ; class CArrayPtr<class MEikSrvNotifierBase2> * NotifierArray(void)
+	?ImplementationGroupProxy@@YAPBUTImplementationProxy@@AAH@Z @ 1 NONAME ; struct TImplementationProxy const * ImplementationGroupProxy(int &)
 
--- a/usbuis/usbuinotif/eabi/usbavkonnotifu.def	Mon Jul 12 23:53:15 2010 +0300
+++ b/usbuis/usbuinotif/eabi/usbavkonnotifu.def	Tue Jul 13 00:03:51 2010 +0300
@@ -1,3 +1,3 @@
 EXPORTS
-	_Z13NotifierArrayv @ 1 NONAME
+	_Z24ImplementationGroupProxyRi @ 1 NONAME
 
--- a/usbuis/usbuinotif/usbuinotif.pro	Mon Jul 12 23:53:15 2010 +0300
+++ b/usbuis/usbuinotif/usbuinotif.pro	Tue Jul 13 00:03:51 2010 +0300
@@ -17,6 +17,16 @@
     src/usbuinmain.cpp
 TRANSLATIONS = usbdialogs.ts
 
+defBlock = \      
+    "$${LITERAL_HASH}if defined(EABI)" \
+    "DEFFILE  .\eabi/usbavkonnotif.def" \
+    "$${LITERAL_HASH}else" \
+    "DEFFILE  .\BWINS/usbavkonnotif.def" \
+    "$${LITERAL_HASH}endif"
+	
+MMP_RULES += defBlock
+
+
 symbian*: { 
     TARGET.UID2 = 0x10009D8D 
     TARGET.UID3 = 0x102068DC
@@ -41,6 +51,8 @@
    -lcommonengine \
    -lcentralrepository \
    -lusbman \
-   -lflogger
+   -lflogger \
+   -lcone \
+   -leiksrv
 }