installationservices/swi/test/tuiscriptadaptors/tswisstep.h
branchRCL_3
changeset 17 741e5bba2bd1
parent 12 7ca52d38f8c3
child 25 7333d7932ef7
equal deleted inserted replaced
15:98a43fae6e2b 17:741e5bba2bd1
   368 
   368 
   369 _LIT(KSwisListUninstallPkgsStep, "ListUninstallPkgsStep");
   369 _LIT(KSwisListUninstallPkgsStep, "ListUninstallPkgsStep");
   370 _LIT(KSwisRemoveUninstallPkgsStep, "RemoveUninstallPkgsStep");
   370 _LIT(KSwisRemoveUninstallPkgsStep, "RemoveUninstallPkgsStep");
   371 _LIT(KSwisGetPackageDetails, "GetPackageDetails");
   371 _LIT(KSwisGetPackageDetails, "GetPackageDetails");
   372 _LIT(KSwisGetPublishedUidArrayStep, "GetPublishedUidArrayStep");
   372 _LIT(KSwisGetPublishedUidArrayStep, "GetPublishedUidArrayStep");
       
   373 _LIT(KSwisRemoveWithLastDependent, "RemoveWithLastDependent");
   373 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   374 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   374 _LIT(KCheckSCRFieldStep, "CheckSCRFieldStep");
   375 _LIT(KCheckSCRFieldStep, "CheckSCRFieldStep");
   375 _LIT(KCheckSCRCompPropertyStep, "CheckSCRCompPropertyStep");
   376 _LIT(KCheckSCRCompPropertyStep, "CheckSCRCompPropertyStep");
   376 #endif
   377 #endif
   377 
   378 
   511 private:
   512 private:
   512 TUid iExpectedUidList[KTestMaxUidCount];    //An array whose first element holds the number of uids in the subsequent indices of the array, followed by the the list of uids that are being published.
   513 TUid iExpectedUidList[KTestMaxUidCount];    //An array whose first element holds the number of uids in the subsequent indices of the array, followed by the the list of uids that are being published.
   513 TBool iJustDefineProperty;
   514 TBool iJustDefineProperty;
   514 	};
   515 	};
   515 
   516 
       
   517 class CSwisSetRemoveWithLastDependent : public CSwisTestStep
       
   518     {
       
   519 public:    
       
   520     CSwisSetRemoveWithLastDependent();
       
   521     ~CSwisSetRemoveWithLastDependent();
       
   522     virtual TVerdict doTestStepL();
       
   523     };
       
   524 
   516 #endif // __TSWISSTEP_H__
   525 #endif // __TSWISSTEP_H__