mtpdataproviders/mtppictbridgedp/pictbridgeengine/inc/dps.rh
branchRCL_3
changeset 20 4a793f564d72
parent 19 0aa8cc770c8a
child 21 74aa6861c87d
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  The resource header file for Dps configuration. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 STRUCT dps_configuration
       
    20     {
       
    21     BYTE numOfVersions = 1;
       
    22     BYTE versionMajor = 1;
       
    23     BYTE versionMinor = 0;
       
    24     LTEXT vendorName = "Nokia";
       
    25     BYTE vendorSpecificVersionMajor = 1;
       
    26     BYTE vendorSpecificVersionMinor = 0;
       
    27     LTEXT productName = "S60";
       
    28     LTEXT serialNo = "0123456";
       
    29     }