equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
209 LOG(_L("CDrmStdKeyStorage::ConstructL ->")); |
209 LOG(_L("CDrmStdKeyStorage::ConstructL ->")); |
210 User::LeaveIfError(iFs.Connect()); |
210 User::LeaveIfError(iFs.Connect()); |
211 iFileMan = CFileMan::NewL(iFs); |
211 iFileMan = CFileMan::NewL(iFs); |
212 |
212 |
213 #ifdef __DRM_OMA2 |
213 #ifdef __DRM_OMA2 |
214 SelectDefaultRootL(); |
214 TRAP_IGNORE( SelectDefaultRootL() ); // Allow startup anyway. |
215 #endif |
215 #endif |
216 |
216 |
217 iDeviceSpecificKey.Copy(KDefaultKey); |
217 iDeviceSpecificKey.Copy(KDefaultKey); |
218 |
218 |
219 LOG(_L("CDrmStdKeyStorage::ConstructL <-")); |
219 LOG(_L("CDrmStdKeyStorage::ConstructL <-")); |