secureswitools/swisistools/source/interpretsislib/dbconstants.cpp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     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".
    61 
    61 
    62 // file description properties
    62 // file description properties
    63 std::wstring DbConstants::CompWildCardFileCount = L"CompWildCardFileCount";
    63 std::wstring DbConstants::CompWildCardFileCount = L"CompWildCardFileCount";
    64 std::wstring DbConstants::CompSidFileName = L"CompSidFileName";
    64 std::wstring DbConstants::CompSidFileName = L"CompSidFileName";
    65 
    65 
       
    66 // file description - Registration File Properties
       
    67 std::wstring DbConstants::CompAppFile = L"AppFile";
       
    68 std::wstring DbConstants::CompAppUid = L"AppUid";
       
    69 std::wstring DbConstants::CompTypeId = L"TypeId";
       
    70 std::wstring DbConstants::CompAttributes = L"Attributes";
       
    71 std::wstring DbConstants::CompHidden = L"Hidden";
       
    72 std::wstring DbConstants::CompEmbeddable = L"Embeddable";
       
    73 std::wstring DbConstants::CompNewfile = L"Newfile";
       
    74 std::wstring DbConstants::CompLaunch = L"Launch";
       
    75 std::wstring DbConstants::CompDefaultScreenNumber = L"DefaultScreenNumber";
       
    76 std::wstring DbConstants::CompOpaqueData = L"OpaqueData";
       
    77 
       
    78 // file description - Localization File Properties
       
    79 std::wstring DbConstants::CompShortCaption = L"ShortCaption";
       
    80 std::wstring DbConstants::CompCaption = L"Caption";
       
    81 std::wstring DbConstants::CompNumberOfIcons = L"NumberOfIcons";
       
    82 std::wstring DbConstants::CompLocale = L"Locale";
       
    83 std::wstring DbConstants::CompIconFile = L"IconFile";
       
    84 std::wstring DbConstants::CompGroupName = L"GroupName";
       
    85 std::wstring DbConstants::CompUID = L"Uid";
       
    86 std::wstring DbConstants::CompScreenMode = L"ScreenMode";
       
    87 
    66 // inROM
    88 // inROM
    67 std::wstring DbConstants::CompInRom = L"CompInRom";
    89 std::wstring DbConstants::CompInRom = L"CompInRom";
    68 std::wstring DbConstants::CompIsSigned = L"CompIsSigned";
    90 std::wstring DbConstants::CompIsSigned = L"CompIsSigned";
    69 std::wstring DbConstants::CompSignedBySuCert = L"CompSignedBySuCert";
    91 std::wstring DbConstants::CompSignedBySuCert = L"CompSignedBySuCert";
    70 std::wstring DbConstants::CompDeletablePreinstalled = L"CompDeletablePreinstalled";
    92 std::wstring DbConstants::CompDeletablePreinstalled = L"CompDeletablePreinstalled";