diff -r 7333d7932ef7 -r 8b7f4e561641 secureswitools/swisistools/source/interpretsislib/dbconstants.cpp --- a/secureswitools/swisistools/source/interpretsislib/dbconstants.cpp Tue Aug 31 15:21:33 2010 +0300 +++ b/secureswitools/swisistools/source/interpretsislib/dbconstants.cpp Wed Sep 01 12:22:02 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -63,28 +63,6 @@ std::wstring DbConstants::CompWildCardFileCount = L"CompWildCardFileCount"; std::wstring DbConstants::CompSidFileName = L"CompSidFileName"; -// file description - Registration File Properties -std::wstring DbConstants::CompAppFile = L"AppFile"; -std::wstring DbConstants::CompAppUid = L"AppUid"; -std::wstring DbConstants::CompTypeId = L"TypeId"; -std::wstring DbConstants::CompAttributes = L"Attributes"; -std::wstring DbConstants::CompHidden = L"Hidden"; -std::wstring DbConstants::CompEmbeddable = L"Embeddable"; -std::wstring DbConstants::CompNewfile = L"Newfile"; -std::wstring DbConstants::CompLaunch = L"Launch"; -std::wstring DbConstants::CompDefaultScreenNumber = L"DefaultScreenNumber"; -std::wstring DbConstants::CompOpaqueData = L"OpaqueData"; - -// file description - Localization File Properties -std::wstring DbConstants::CompShortCaption = L"ShortCaption"; -std::wstring DbConstants::CompCaption = L"Caption"; -std::wstring DbConstants::CompNumberOfIcons = L"NumberOfIcons"; -std::wstring DbConstants::CompLocale = L"Locale"; -std::wstring DbConstants::CompIconFile = L"IconFile"; -std::wstring DbConstants::CompGroupName = L"GroupName"; -std::wstring DbConstants::CompUID = L"Uid"; -std::wstring DbConstants::CompScreenMode = L"ScreenMode"; - // inROM std::wstring DbConstants::CompInRom = L"CompInRom"; std::wstring DbConstants::CompIsSigned = L"CompIsSigned";