applayerpluginsandutils/httptransportplugins/group/httpsecuresocket.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:44:10 +0300
branchRCL_3
changeset 19 c0c2f28ace9c
parent 18 5f1cd966e0d9
child 20 a0da872af3fa
permissions -rw-r--r--
Revision: 201029 Kit: 201035

// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// httpsecuresocket.dll   Ecom plugin to imlpement secure sockets for HTTP 
// 
//

/**
 @file
*/

TARGET httpsecuresocket.dll
TARGETTYPE plugin
CAPABILITY ALL -TCB

UID			0x10009D8D 	0x101F55F7
VENDORID 0x70000001

MW_LAYER_SYSTEMINCLUDE_SYMBIAN

USERINCLUDE		../httptransporthandler

SOURCEPATH 		../httptransporthandler
SOURCE 			httpsecuresocketmain.cpp csecuresocketcontroller.cpp
SOURCE			thttptrlayerpanic.cpp


start resource 101f55f7.rss
#ifdef SYMBIAN_SECURE_ECOM
TARGET httpsecuresocket.rsc
#endif
end

LIBRARY 		euser.lib securesocket.lib  
LIBRARY			x509.lib ecom.lib esock.lib
SMPSAFE