diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-C67A7554-256C-5392-8309-A0138CC4EBF2.dita --- a/Symbian3/PDK/Source/GUID-C67A7554-256C-5392-8309-A0138CC4EBF2.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-C67A7554-256C-5392-8309-A0138CC4EBF2.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,32 +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 + + + + + +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