commonservices/PlatformEnv/platformver/src/versioninfo.cpp
changeset 78 3f0699f2e14c
parent 0 4e1aa6a622a0
equal deleted inserted replaced
77:8a984d260a2d 78:3f0699f2e14c
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-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".
    21 #include <f32file.h>
    21 #include <f32file.h>
    22 #include "versioninfo.h"
    22 #include "versioninfo.h"
    23 #include "platformverdebug.h"
    23 #include "platformverdebug.h"
    24 
    24 
    25 // CONSTANTS
    25 // CONSTANTS
    26 _LIT( KS60ProductIDFiles, "z:\\system\\install\\series60v*.sis" );
    26 _LIT( KS60ProductIDFiles, "z:\\system\\install\\Symbianv*.sis" );
    27 const TInt KS60ProductIDPos = 9; // Length of 'series60v'
    27 const TInt KS60ProductIDPos = 8; // Length of 'Symbianv'
    28 _LIT( KS60ProductIDSplitMark, "." ); // For splitting 'XX.YY' to 'XX' and 'YY'
    28 _LIT( KS60ProductIDSplitMark, "." ); // For splitting 'XX.YY' to 'XX' and 'YY'
    29 
    29 
    30 
    30 
    31 // ============================= LOCAL FUNCTIONS ===============================
    31 // ============================= LOCAL FUNCTIONS ===============================
    32 // -----------------------------------------------------------------------------
    32 // -----------------------------------------------------------------------------