installationservices/swcomponentregistry/test/tscr/inc/tscrdefs.h
changeset 25 98b66e4fb0be
parent 24 84a16765cd86
child 50 c6e8afe0ba85
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
    55 _LIT(KSoftwareTypeName, "SoftwareType");
    55 _LIT(KSoftwareTypeName, "SoftwareType");
    56 _LIT(KGlobalIdName, "GlobalIdName");
    56 _LIT(KGlobalIdName, "GlobalIdName");
    57 _LIT(KGlobalIdCount,"GlobalIdCount");
    57 _LIT(KGlobalIdCount,"GlobalIdCount");
    58 _LIT(KOperationType, "OperationType");
    58 _LIT(KOperationType, "OperationType");
    59 _LIT(KLogsCountParamName, "LogsCount");
    59 _LIT(KLogsCountParamName, "LogsCount");
       
    60 // appreg related attribute names
       
    61 _LIT(KOwnedFileName, "FileName");
       
    62 _LIT(KServiceUid, "ServiceUid");
       
    63 _LIT(KServiceOpaqueLocale, "ServiceOpaqueLocale");
       
    64 _LIT(KServiceOpaqueData, "ServiceOpaqueData");
       
    65 _LIT(KAppOpaqueDataLocale, "AppOpaqueLocale");
       
    66 _LIT(KAppOpaqueData, "AppOpaqueData");
       
    67 _LIT(KServiceDataTypePriority, "ServiceDataTypePriority");
       
    68 _LIT(KServiceDataType, "ServiceDataType");
       
    69 _LIT(KLocShortCaption, "LocShortCaption");
       
    70 _LIT(KLocAppLanguage, "LocAppLanguage");
       
    71 _LIT(KLocGroupName, "LocGroupName");
       
    72 _LIT(KLocCaption, "LocCaption");
       
    73 _LIT(KLocIconFileName, "LocIconFileName");
       
    74 _LIT(KLocNumberOfAppIcons, "LocNumberOfAppIcons");
       
    75 _LIT(KVwUid, "VwUid");
       
    76 _LIT(KVwScreenMode, "VwScreenMode");
       
    77 _LIT(KVwCaption, "VwCaption");
       
    78 _LIT(KVwIconFileName, "VwIconFileName");
       
    79 _LIT(KVwNumberOfAppIcons, "VwNumberOfAppIcons");
       
    80 _LIT(KPropertyLocale, "PropertyLocale");
       
    81 _LIT(KPropertyName, "PropertyName");
       
    82 _LIT(KPropertyIntValue, "PropertyIntValue");
       
    83 _LIT(KPropertyStrValue, "PropertyStrValue");
       
    84 _LIT(KViewDataCount, "ViewDataCount");
       
    85 _LIT(KServiceOpaqueDataInfoCount, "ServiceOpaqueDataInfoCount");
       
    86 _LIT(KServiceDataTypeCount,"ServiceDataTypeCount");
       
    87 _LIT(KAppUid, "AppUid");
    60 
    88 
    61 // File related attribute names
    89 // File related attribute names
    62 _LIT(KSetSizeName, "SetSize");
    90 _LIT(KSetSizeName, "SetSize");
    63 _LIT(KFileName, "FileName");
    91 _LIT(KFileName, "FileName");
    64 _LIT(KFileCount, "FileCount");
    92 _LIT(KFileCount, "FileCount");
    97 _LIT(KExpectedResult, "ExpectedResult");
   125 _LIT(KExpectedResult, "ExpectedResult");
    98 
   126 
    99 // Constants
   127 // Constants
   100 const TChar KComponentIdDelimeter = ',';
   128 const TChar KComponentIdDelimeter = ',';
   101 
   129 
       
   130 //Apparc related attributes
       
   131 _LIT(KAppEntriesCountName, "AppEntriesCount");
       
   132 // TAppRegInfo related attribute  names
       
   133 _LIT(KIntTAppInfoUID, "TAppInfoUID");
       
   134 _LIT(KStringTAppInfoFileName, "TAppInfoFileName");
       
   135 _LIT(KStringTAppInfoCaption, "TAppInfoCaption");
       
   136 _LIT(KStringTAppInfoShortCaption, "TAppInfoShortCaption");
       
   137 
       
   138 
   102 #endif /* TSCRDEFS_H */
   139 #endif /* TSCRDEFS_H */