williamr@4: /* williamr@4: * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: * All rights reserved. williamr@4: * This component and the accompanying materials are made available williamr@4: * under the terms of the License "Eclipse Public License v1.0" williamr@4: * which accompanies this distribution, and is available williamr@4: * at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: * williamr@4: * Initial Contributors: williamr@4: * Nokia Corporation - initial contribution. williamr@4: * williamr@4: * Contributors: williamr@4: * williamr@4: * Description: williamr@4: * Constants used by the User Prompt Service. williamr@4: * williamr@4: */ williamr@4: williamr@4: williamr@4: /** williamr@4: @file williamr@4: @publishedAll williamr@4: @released williamr@4: */ williamr@4: williamr@4: #ifndef UPSCONST_H williamr@4: #define UPSCONST_H williamr@4: williamr@4: #include williamr@4: #include williamr@4: /// The maximum length in bytes for the raw fingerprint data. williamr@4: const TInt KUpsMaxFingerprintLength = 32; williamr@4: williamr@4: /// The maximum length in bytes for the client entity name. williamr@4: const TInt KUpsMaxClientEntityLength = 32; williamr@4: williamr@4: #endif // UPSCONST_H williamr@4: williamr@4: