secureswitools/swisistools/source/interpretsislib/dbconstants.cpp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "dbconstants.h"
       
    20 #include <string>
       
    21 
       
    22 using namespace DbConstants;
       
    23 
       
    24 std::string DbConstants::ComponentUid = "CompUid";
       
    25 
       
    26 std::wstring DbConstants::CompInstallType = L"CompInstallType";
       
    27 std::wstring DbConstants::CompDependencyPackageCount = L"CompDependencyPackageCount";
       
    28 std::wstring DbConstants::CompDependencyComponentId = L"CompDependencyComponentId";
       
    29 std::wstring DbConstants::CompDependencyFromVersion = L"CompDependencyFromVersion";
       
    30 std::wstring DbConstants::CompDependencyToVersion = L"CompDependencyToVersion";
       
    31 std::wstring DbConstants::CompEmbeddedPackagePresent = L"CompEmbeddedPackagePresent";
       
    32 std::wstring DbConstants::CompEmbeddedPackageCount = L"CompEmbeddedPackageCount";
       
    33 std::wstring DbConstants::CompEmbeddedPackageUid = L"CompEmbeddedPackageUid";
       
    34 std::wstring DbConstants::CompEmbeddedPackageName = L"CompEmbeddedPackageName";
       
    35 std::wstring DbConstants::CompEmbeddedPackageVendor = L"CompEmbeddedPackageVendor";
       
    36 std::wstring DbConstants::CompEmbeddedPackageIndex = L"CompEmbeddedPackageIndex";
       
    37 std::wstring DbConstants::CompPropertyCount = L"CompPropertyCount";
       
    38 std::wstring DbConstants::CompPropertyKey = L"CompPropertyKey";
       
    39 std::wstring DbConstants::CompPropertyValue = L"CompPropertyValue";
       
    40 
       
    41 // file description  - component property
       
    42 std::wstring DbConstants::WCFileName = L"WCFileName";
       
    43 std::wstring DbConstants::WCFileMimeType = L"WCFileMimeType";
       
    44 std::wstring DbConstants::WCFileSisFileOperation = L"WCFileSisFileOperation";
       
    45 std::wstring DbConstants::WCFileFileOperationOptions = L"WCFileFileOperationOptions";
       
    46 std::wstring DbConstants::WCFileUncompressedLength = L"WCFileUncompressedLength";
       
    47 std::wstring DbConstants::WCFileIndex = L"WCFileIndex";
       
    48 std::wstring DbConstants::WCFileSid = L"WCFileSid";
       
    49 std::wstring DbConstants::WCFileHashAlgorithm = L"WCFileHashAlgorithm";
       
    50 std::wstring DbConstants::WCFileHashData = L"WCFileHashData";
       
    51 
       
    52 // file description  - file property
       
    53 std::wstring DbConstants::FileMimeType = L"FileMimeType";
       
    54 std::wstring DbConstants::FileSisFileOperation = L"FileSisFileOperation";
       
    55 std::wstring DbConstants::FileFileOperationOptions = L"FileFileOperationOptions";
       
    56 std::wstring DbConstants::FileUncompressedLength = L"FileUncompressedLength";
       
    57 std::wstring DbConstants::FileIndex = L"FileIndex";
       
    58 std::wstring DbConstants::FileSid = L"FileSid";
       
    59 std::wstring DbConstants::FileHashAlgorithm = L"FileHashAlgorithm";
       
    60 std::wstring DbConstants::FileHashData = L"FileHashData";
       
    61 
       
    62 // file description properties
       
    63 std::wstring DbConstants::CompWildCardFileCount = L"CompWildCardFileCount";
       
    64 std::wstring DbConstants::CompSidFileName = L"CompSidFileName";
       
    65 
       
    66 // inROM
       
    67 std::wstring DbConstants::CompInRom = L"CompInRom";
       
    68 std::wstring DbConstants::CompIsSigned = L"CompIsSigned";
       
    69 std::wstring DbConstants::CompSignedBySuCert = L"CompSignedBySuCert";
       
    70 std::wstring DbConstants::CompDeletablePreinstalled = L"CompDeletablePreinstalled";
       
    71 std::wstring DbConstants::CompTrust = L"CompTrust";
       
    72 std::wstring DbConstants::CompIsRemoveWithLastDependent = L"CompIsRemoveWithLastDependent";
       
    73 std::wstring DbConstants::CompTrustTimeStamp = L"CompTrustTimeStamp";
       
    74 
       
    75 // trust status
       
    76 std::wstring DbConstants::CompTrustValidationStatus = L"CompTrustValidationStatus";
       
    77 std::wstring DbConstants::CompTrustRevocationStatus = L"CompTrustRevocationStatus";
       
    78 std::wstring DbConstants::CompTrustResultDate = L"CompTrustResultDate";
       
    79 std::wstring DbConstants::CompTrustLastCheckDate = L"CompTrustLastCheckDate";
       
    80 std::wstring DbConstants::CompTrustIsQuarantined = L"CompTrustIsQuarantined";
       
    81 std::wstring DbConstants::CompTrustQuarantinedDate = L"CompTrustQuarantinedDate";
       
    82 
       
    83 // InstallChainIndices
       
    84 std::wstring DbConstants::CompInstallChainIndexCount = L"CompInstallChainIndexCount";
       
    85 std::wstring DbConstants::CompInstallChainIndex = L"CompInstallChainIndex";
       
    86 
       
    87 // SisRegistryPackage
       
    88 std::wstring DbConstants::CompSidCount = L"CompSidCount";
       
    89 std::wstring DbConstants::CompSidsPresent = L"CompSidsPresent";
       
    90 std::wstring DbConstants::CompSid = L"CompSid";
       
    91 
       
    92 // ControllerInfo
       
    93 std::wstring DbConstants::CompControllerCount = L"CompControllerCount";
       
    94 std::wstring DbConstants::CompControllerVersion = L"CompControllerVersion";
       
    95 std::wstring DbConstants::CompControllerOffset = L"CompControllerOffset";
       
    96 std::wstring DbConstants::CompControllerHashAlgorithm = L"CompControllerHashAlgorithm";
       
    97 std::wstring DbConstants::CompControllerHashData = L"CompControllerHashData";
       
    98 
       
    99 std::wstring DbConstants::CompLanguage = L"CompLanguage";
       
   100 std::wstring DbConstants::CompSelectedDrive = L"CompSelectedDrive";
       
   101 
       
   102 std::wstring DbConstants::CompUniqueVendorName = L"CompUniqueVendorName";
       
   103 std::wstring DbConstants::CompUid = L"CompUid";
       
   104 std::wstring DbConstants::CompIndex = L"CompIndex";