secureswitools/swisistools/source/interpretsislib/dbconstants.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2009 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".
    72 	
    72 	
    73 	// file description properties
    73 	// file description properties
    74 	extern std::wstring	CompWildCardFileCount;
    74 	extern std::wstring	CompWildCardFileCount;
    75 	extern std::wstring	CompSidFileName;
    75 	extern std::wstring	CompSidFileName;
    76 
    76 
    77 	// file description - Registration File Properties
       
    78 	extern std::wstring	CompAppFile;
       
    79 	extern std::wstring	CompAppUid;
       
    80 	extern std::wstring CompTypeId;
       
    81 	extern std::wstring	CompAttributes;
       
    82 	extern std::wstring	CompHidden;
       
    83 	extern std::wstring	CompEmbeddable;
       
    84 	extern std::wstring	CompNewfile;
       
    85 	extern std::wstring	CompLaunch;
       
    86 	extern std::wstring	CompDefaultScreenNumber;
       
    87 	extern std::wstring	CompOpaqueData;
       
    88 
       
    89 	// file description - Localization File Properties
       
    90 	extern std::wstring	CompShortCaption;
       
    91 	extern std::wstring	CompCaption;
       
    92 	extern std::wstring	CompNumberOfIcons;
       
    93 	extern std::wstring	CompLocale;
       
    94 	extern std::wstring	CompIconFile;
       
    95 	extern std::wstring	CompGroupName;
       
    96 	extern std::wstring	CompUID;
       
    97 	extern std::wstring	CompScreenMode;
       
    98 	
       
    99 	// inROM
    77 	// inROM
   100 	extern std::wstring	CompInRom;
    78 	extern std::wstring	CompInRom;
   101 	extern std::wstring	CompIsSigned;
    79 	extern std::wstring	CompIsSigned;
   102 	extern std::wstring	CompSignedBySuCert;
    80 	extern std::wstring	CompSignedBySuCert;
   103 	extern std::wstring	CompDeletablePreinstalled;
    81 	extern std::wstring	CompDeletablePreinstalled;