# HG changeset patch # User hgs # Date 1278968631 -10800 # Node ID 7d710eb9330d92b349bf814840e2cc30488a1373 # Parent 298dad5438a325147d2ecfecf49e872a4e246a6f 201023_03 diff -r 298dad5438a3 -r 7d710eb9330d usbuis/usbuinotif/BWINS/usbavkonnotifu.def --- 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 * NotifierArray(void) + ?ImplementationGroupProxy@@YAPBUTImplementationProxy@@AAH@Z @ 1 NONAME ; struct TImplementationProxy const * ImplementationGroupProxy(int &) diff -r 298dad5438a3 -r 7d710eb9330d usbuis/usbuinotif/eabi/usbavkonnotifu.def --- 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 diff -r 298dad5438a3 -r 7d710eb9330d usbuis/usbuinotif/usbuinotif.pro --- 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 }