diff -r 352850cbed81 -r 9f4e37332ce5 vpnengine/agileprovisionws/inc/agileprovisiondefs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vpnengine/agileprovisionws/inc/agileprovisiondefs.h Thu Aug 19 10:54:34 2010 +0300 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2000 - 2010 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: Provides file handling functions. +* +*/ +#ifndef __VPNAGILEPROVISIONDEFS_H__ +#define __VPNAGILEPROVISIONDEFS_H__ + +#include + + +_LIT(KAgileProvisionPolicyFileName, "agileVPN.pol"); +_LIT(KAgileProvisionPinFileName, "agileVPN.pin"); +_LIT(KAgileProvisionCertificateFileName, "agileVPN-User.cer"); +_LIT(KAgileProvisionServiceNameSpace, "agileVPNProvisionService"); +_LIT8(KCRLF, "\r\n"); +_LIT8(KHTTPprefix, "https://"); +_LIT8(KServiceSuffix, "/AWS/AgileVPNProvisionService.asmx"); +_LIT8(KPolicyRequestPrefix, ""); + +_LIT8(KSoapActionCert, "http://vpn.agileprovision/GetCertificate"); + +_LIT8(KRequest1, ""); +_LIT8(KRequest2, ""); + + +#endif // __VPNAGILEPROVISIONDEFS_H__ + + +