diff -r 000000000000 -r 62f9d29f7211 webservices/wsframework/inc/xmllocalnameconstants.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webservices/wsframework/inc/xmllocalnameconstants.h Thu Jan 07 16:19:19 2010 +0200 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2008-2008 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: Header declaration +* +*/ + + + + + + + + +#ifndef XML_LOCALNAME_CONSTANTS_H +#define XML_LOCALNAME_CONSTANTS_H + +_LIT8(KIdentityProvider8, "IdentityProvider"); +_LIT8(KFakeIMEI8, "012345678901234"); +_LIT8(KContract8, "urn:liberty:as:2004-04"); +_LIT8(KImei, "IMEI"); +_LIT8(KType, "type"); + +_LIT8(KAuthzID8, "AuthzID"); +_LIT8(KAdvisoryAuthnID8, "AdvisoryAuthnID"); +_LIT8(KPassword8, "Password"); +_LIT8(KProviderID8, "ProviderID"); + + +#endif XML_LOCALNAME_CONSTANTS_H + +// End of File \ No newline at end of file