--- a/appfw/apparchitecture/group/APGRFX.MMP Mon May 03 12:40:23 2010 +0300
+++ b/appfw/apparchitecture/group/APGRFX.MMP Fri May 14 16:01:13 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -42,10 +42,18 @@
source apgnotif.cpp APSCLI.CPP apgconstdata.cpp
SOURCE apsecutils.cpp
+#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
+SOURCE apgupdate.cpp
+#endif
+
library euser.lib apparc.lib apmime.lib gdi.lib estor.lib efsrv.lib fbscli.lib
library bitgdi.lib ws32.lib bafl.lib
library apserv.lib apfile.lib
+#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
+library scrclient.lib
+#endif
+
#ifdef USE_IH_RAISE_EVENT
LIBRARY instrumentationhandler.lib
#endif // USE_IH_RAISE_EVENT
@@ -56,7 +64,12 @@
macro SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1
-deffile APGRFX.DEF
+#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
+ deffile APGRFX.DEF
+#else
+ deffile apgrfx_legacy.def
+#endif
+
START WINS
baseaddress 0x42F00000