diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-C67A7554-256C-5392-8309-A0138CC4EBF2.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-C67A7554-256C-5392-8309-A0138CC4EBF2.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,40 @@ + + + + + +Basic +SQL Example: basicsqlexample.mmp A copy of the basicsqlexample.mmp file for the basic SQL example +application. +
Introduction

The MMP project file tells the compiler +how to build basicsqlexample.exe, assigns a UID, identifies +the platform security capibilities, identifies the source path and files and +sets the include path and libraries.

+
Code

Build instructions for basicsqlexample.exe.

// basicsqlexample.mmp +// +// Copyright (c) Nokia Ltd 2009. All rights reserved. +// + +TARGET basicsqlexample.exe +TARGETTYPE exe + +UID 0 0xE80000AF + +CAPABILITY ReadUserData WriteUserData NetworkControl + +SOURCEPATH . +SOURCE BASICSQLEXAMPLE.CPP + +USERINCLUDE . +SYSTEMINCLUDE \Epoc32\include + +LIBRARY euser.lib estor.lib + +LIBRARY sqldb.lib efsrv.lib
+
\ No newline at end of file