Remerge test code fix (Bug 2758) RCL_3 PDK_3.0.0
authorWilliam Roberts <williamr@symbian.org>
Fri, 28 May 2010 13:07:31 +0100
branchRCL_3
changeset 36 35018d46c3dc
parent 35 4ae315f230bc (current diff)
parent 34 4e4f42469190 (diff)
child 48 22a79a0cd291
Remerge test code fix (Bug 2758)
--- a/phonebookengines/contactsmodel/inc/cntdef_internal.hrh	Tue May 25 12:26:45 2010 +0300
+++ b/phonebookengines/contactsmodel/inc/cntdef_internal.hrh	Fri May 28 13:07:31 2010 +0100
@@ -47,4 +47,4 @@
 /** @internalComponent */
 #define KIntFieldFlagFilterable4	0x100
 
-#endif //__CNTDEF_INTERNAL_HRH__
\ No newline at end of file
+#endif //__CNTDEF_INTERNAL_HRH__
--- a/phonebookengines/contactsmodel/tsrc/t_cnt_backup.mmp	Tue May 25 12:26:45 2010 +0300
+++ b/phonebookengines/contactsmodel/tsrc/t_cnt_backup.mmp	Fri May 28 13:07:31 2010 +0100
@@ -13,18 +13,19 @@
 // Description:
 //
 
-target		t_cnt_backup.exe
-targettype	EXE
+TARGET		t_cnt_backup.exe
+TARGETTYPE	EXE
 UID		0x10281846
 CAPABILITY	ReadUserData WriteUserData ReadDeviceData WriteDeviceData AllFiles
 VENDORID	0x70000001
 
 SOURCEPATH	../tsrc
 
-APP_LAYER_SYSTEMINCLUDE_SYMBIAN 
-userinclude ../inc 
+APP_LAYER_SYSTEMINCLUDE_SYMBIAN
+SYSTEMINCLUDE /epoc32/include/app-services/private
+USERINCLUDE ../inc 
 
-source		t_cnt_backup.cpp
+SOURCE		t_cnt_backup.cpp
 
 LIBRARY		cntmodel.lib euser.lib edbms.lib efsrv.lib bafl.lib sbeclient.lib
 LIBRARY     pimtestclient.lib
--- a/phonebookengines/contactsmodel/tsrc/t_contenttype.mmp	Tue May 25 12:26:45 2010 +0300
+++ b/phonebookengines/contactsmodel/tsrc/t_contenttype.mmp	Fri May 28 13:07:31 2010 +0100
@@ -13,19 +13,20 @@
 // Description:
 //
 
-target          t_contenttype.exe
-targettype      EXE
+TARGET          t_contenttype.exe
+TARGETTYPE      EXE
 CAPABILITY   ReadUserData WriteUserData
 UID		0x1000007a
 VENDORID 0x70000001
 
 SOURCEPATH	../tsrc
 
-systeminclude /epoc32/include 
-userinclude ../inc . 
+SYSTEMINCLUDE /epoc32/include
+SYSTEMINCLUDE /epoc32/include/platform
+USERINCLUDE ../inc . 
 
-source          t_contenttype.cpp
+SOURCE          t_contenttype.cpp
 
-library         euser.lib efsrv.lib cntmodel.lib estor.lib
+LIBRARY         euser.lib efsrv.lib cntmodel.lib estor.lib
 
 SMPSAFE