sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // This file contains the constants used in ECOM RSS resource files sl@0: // The UID identifying client provided custom resolver plug-ins implementing sl@0: // the CResolver interface. sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @publishedAll sl@0: @released sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: #define CUSTOM_RESOLVER_INTERFACE_UID 0x10009D90 sl@0: sl@0: /** sl@0: The UID identifying as Resource Files ECOM Interface Implementation . sl@0: */ sl@0: #define ECOM_RESOURCE_FILE 0x101F747D sl@0: sl@0: /** sl@0: The UID identifiying an ECom plug-in resource file as having version 2 format sl@0: */ sl@0: #define RESOURCE_FORMAT_VERSION_2 0x101FB0B9 sl@0: sl@0: /** sl@0: The UID identifiying an ECom plug-in resource file as having version 3 format sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: #define RESOURCE_FORMAT_VERSION_3 0x10009E47 sl@0: sl@0: /** sl@0: Constant used with the IMPLEMENTATION_INFO & BINARY_IMPLEMENTATION_INFO sl@0: structs in registryinfov3.rh. The integer identifying Implementation sl@0: Information record type 1. Type 1 is for string/text data. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: #define IMPLEMENTATION_INFO_RECORD_TYPE1 0x01 sl@0: sl@0: /** sl@0: Constant used with the IMPLEMENTATION_INFO & BINARY_IMPLEMENTATION_INFO sl@0: structs in registryinfov3.rh. The integer identifying Implementation sl@0: Information record type 2. Type 2 is for binary data. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: #define IMPLEMENTATION_INFO_RECORD_TYPE2 0x02 sl@0: sl@0: /** sl@0: Constant defined for use with the 'flags' member of IMPLEMENTATION_INFO & sl@0: BINARY_IMPLEMENTATION_INFO structs in registryinfov3.rh. sl@0: The bit flags marking features. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: #define IMPLEMENTATION_INFO_FLAG_ROM_ONLY 0x01 sl@0: