installationservices/swi/test/tsisregistrytest/tsisregistryteststep.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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".
    25 #define __TSISREGISTRYSTEP_H__
    25 #define __TSISREGISTRYSTEP_H__
    26 
    26 
    27 #include <test/testexecutestepbase.h>
    27 #include <test/testexecutestepbase.h>
    28 
    28 
    29 // Step names
    29 // Step names
       
    30 _LIT(KSetCenRepSetting, "SetCenRepSetting");
    30 _LIT(KInstalledUids, "InstalledUids");
    31 _LIT(KInstalledUids, "InstalledUids");
    31 _LIT(KInstalledPackages, "InstalledPackages");
    32 _LIT(KInstalledPackages, "InstalledPackages");
    32 _LIT(KRemovablePackages, "RemovablePackages");
    33 _LIT(KRemovablePackages, "RemovablePackages");
    33 _LIT(KInRomNonRemovablePackages, "InRomNonRemovablePackages");
    34 _LIT(KInRomNonRemovablePackages, "InRomNonRemovablePackages");
    34 _LIT(KInstalledDrives, "InstalledDrives");
    35 _LIT(KInstalledDrives, "InstalledDrives");
    89 _LIT(KPackageStep, "Package");
    90 _LIT(KPackageStep, "Package");
    90 _LIT(KDependentPackagesStep, "DependentPackages");
    91 _LIT(KDependentPackagesStep, "DependentPackages");
    91 _LIT(KDependenciesStep, "Dependencies");
    92 _LIT(KDependenciesStep, "Dependencies");
    92 _LIT(KEmbeddedPackagesStep, "EmbeddedPackages");
    93 _LIT(KEmbeddedPackagesStep, "EmbeddedPackages");
    93 _LIT(KChangeLocale, "ChangeLocale");
    94 _LIT(KChangeLocale, "ChangeLocale");
       
    95 _LIT(KCAddAppRegInfoStep,"AddAppRegInfo");
       
    96 _LIT(KCRemoveAppRegInfoStep,"RemoveAppRegInfo");
       
    97 _LIT(KCheckAppRegData,"CheckAppRegData");
    94 
    98 
    95 // Base class for all steps
    99 // Base class for all steps
    96 class CSisRegistryTestStepBase : public CTestStep
   100 class CSisRegistryTestStepBase : public CTestStep
    97 	{
   101 	{
    98 public:
   102 public: