Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // 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;