00001 /* 00002 * Copyright (c) 2009 Nokia Corporation. 00003 */ 00004 00005 TARGET HTTPClientExample.exe 00006 TARGETTYPE exe 00007 UID 0x100039C 0xA00002DC 00008 00009 CAPABILITY NetworkServices 00010 00011 EPOCSTACKSIZE 0x8000 00012 00013 START RESOURCE ..\data\HTTPClientExample.rss 00014 HEADER 00015 TARGETPATH "\\resource\\apps" 00016 END 00017 00018 START RESOURCE ..\data\HTTPClientExample_reg.rss 00019 TARGETPATH "\\private\\10003a3f\\apps" 00020 END 00021 00022 LANG SC 01 09 00023 00024 USERINCLUDE ..\inc 00025 USERINCLUDE ..\help 00026 SYSTEMINCLUDE \epoc32\include \epoc32\include\ecom 00027 00028 SOURCEPATH ..\src 00029 SOURCE Client.cpp 00030 SOURCE ClientApplication.cpp 00031 SOURCE ClientAppView.cpp 00032 SOURCE ClientAppUi.cpp 00033 SOURCE ClientDocument.cpp 00034 SOURCE ClientEngine.cpp 00035 00036 SOURCEPATH ..\help 00037 DOCUMENT help_sc.rtf 00038 DOCUMENT help_09.rtf 00039 DOCUMENT help_sc.xml 00040 DOCUMENT help_09.xml 00041 DOCUMENT custom.xml 00042 00043 LIBRARY euser.lib 00044 LIBRARY apparc.lib 00045 LIBRARY CommonEngine.lib // StringLoader 00046 LIBRARY cone.lib 00047 LIBRARY eikcore.lib 00048 LIBRARY eikcoctl.lib 00049 LIBRARY avkon.lib 00050 LIBRARY eikctl.lib 00051 LIBRARY gdi.lib 00052 LIBRARY bafl.lib // for string pools 00053 LIBRARY InetProtUtil.lib // for UriParser 00054 LIBRARY http.lib // for HTTP Client API 00055 LIBRARY ecom.lib // for HTTP Client API 00056 LIBRARY esock.lib // for RSocketServ 00057 LIBRARY commdb.lib 00058 LIBRARY hlplch.lib 00059 LIBRARY cmmanager.lib // ALR / SNAP 00060
1.6.2
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.