secureswitools/swisistools/source/interpretsislib/dbhelper.h
changeset 75 2d2d25361590
parent 25 98b66e4fb0be
equal deleted inserted replaced
69:b18a4bf55ddb 75:2d2d25361590
     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".
    53 		TBool IsAppUidInstalled(TUint32 aAppUid) const;
    53 		TBool IsAppUidInstalled(TUint32 aAppUid) const;
    54 		bool InternalizeIfExists(SisRegistryObject& aSisRegistryObject, const TUint32 aUid ) const;
    54 		bool InternalizeIfExists(SisRegistryObject& aSisRegistryObject, const TUint32 aUid ) const;
    55 		
    55 		
    56 		bool GetIsRemovable( TInt32 aComponentId ) const;
    56 		bool GetIsRemovable( TInt32 aComponentId ) const;
    57 		bool GetInRom( TInt32 aComponentId ) const;
    57 		bool GetInRom( TInt32 aComponentId ) const;
       
    58 		std::wstring GetStubFileName( TInt32 aComponentId ) const;
    58 		std::wstring GetPackageName( TInt32 aComponentId ) const;
    59 		std::wstring GetPackageName( TInt32 aComponentId ) const;
    59 		TUint32 GetUid( TInt32 aComponentId ) const;
    60 		TUint32 GetUid( TInt32 aComponentId ) const;
    60 		TUint32 GetInstallType( TInt32 aComponentId ) const;
    61 		TUint32 GetInstallType( TInt32 aComponentId ) const;
    61 		void RemoveEntry( TInt32 aComponentId ) const;
    62 		void RemoveEntry( TInt32 aComponentId ) const;
    62 		int GetSelectedDrive( TInt32 aComponentId );
    63 		int GetSelectedDrive( TInt32 aComponentId );