commonservices/sysutil/test/shared/sysutilconstants.h
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /**
       
     2 * Copyright (c) 2008-2009 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:
       
    15 * file sysutilconstants.h
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #ifndef SYSUTILCONSTANTS_H
       
    23 #define SYSUTILCONSTANTS_H
       
    24 
       
    25 #include <e32base.h>
       
    26 
       
    27 // UID of SysUtilSetup.exe
       
    28 const TUid KSysUtilSetupUid = {0x10285B3B};
       
    29 
       
    30 // Device Type Information attribute UIDs.
       
    31 const TUid KManufacturerNameUid = {0x10286358};
       
    32 const TUid KModelNameUid = {0x10286359};
       
    33 const TUid KModelCodeUid = {0x1028635A};
       
    34 const TUid KRevisionIDUid = {0x1028635B};
       
    35 const TUid KDefaultDeviceNameUid = {0x1028635C};
       
    36 const TUid KUIPlatformNameUid = {0x1028635D};
       
    37 const TUid KUIPlatformVersionMajorUid = {0x1028635E};
       
    38 const TUid KUIPlatformVersionMinorUid = {0x1028635F};
       
    39 const TUid KUIPlatformVersionUid = {0x10286360};
       
    40 const TUid KOSVersionMajorUid = {0x10286361};
       
    41 const TUid KOSVersionMinorUid = {0x10286362};
       
    42 const TUid KOSVersionUid = {0x10286363};
       
    43 const TUid KDeviceCreatorAttributeUid = {0xE1000001};
       
    44 
       
    45 // Publish and Subscribe property UIDs for the properties which contain 
       
    46 // the device type and version information.
       
    47 const TUid KSWVersionUid = {0x10285B3C};
       
    48 const TUid KLangSWVersionUid = {0x10285B3D};
       
    49 const TUid KLangVersionUid = {0x10285B3E};
       
    50 const TUid KDeviceTypeInfoUid = {0x10285B3F};
       
    51 const TUid KPRInformationUid = {0x20027BC4};
       
    52 
       
    53 // Publish and Subscribe property used to turn test paths on and off
       
    54 const TUid KTestFilePathsUid = {0x10285B40};
       
    55 
       
    56 // File paths
       
    57 _LIT(KDeviceAttributesIniPath, "Z:\\resource\\versions\\deviceattributes.ini");
       
    58 _LIT(KDeviceAttributesIniTestPath, "Z:\\versions\\deviceattributes.ini");
       
    59 
       
    60 #endif