2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Definition of the package list/remove error codes
26 #ifndef __PKGREMOVERERRORS_H__
27 #define __PKGREMOVERERRORS_H__
33 * A non-removable drive was passed.
36 const TInt KErrNotRemovable = -10280;
39 * No uninstalled packages were found.
42 const TInt KErrNoUninstalledPackages = -10281;
45 * The package being attempted to remove is installed on the device.
48 const TInt KErrPackageIsInstalled = -10282;
51 * The package being attempted to list/remove is corrupted.
54 const TInt KErrPackageFileCorrupt = -10283;