--- a/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/hsdefaultruntimeplugin.pri Mon May 03 12:24:59 2010 +0300
+++ b/homescreenapp/runtimeplugins/hsdefaultruntimeplugin/hsdefaultruntimeplugin.pri Fri May 14 15:43:04 2010 +0300
@@ -14,7 +14,14 @@
# Description:
#
-HEADERS += ./inc/*.h
-SOURCES += ./src/*.cpp
+HEADERS += ./inc/hsdefaultruntime.h \
+ ./inc/hsdefaultruntimeplugin.h
+SOURCES += ./src/hsdefaultruntime.cpp \
+ ./src/hsdefaultruntimeplugin.cpp
-
+symbian: {
+HEADERS += ./inc/hsbackuprestoreobserver.h \
+ ./inc/hsbackuprestoreactivecallback.h
+SOURCES += ./src/hsbackuprestoreobserver.cpp \
+ ./src/hsbackuprestoreactivecallback.cpp
+}