bluetoothengine/btsap/src/101FFE46.RSS
author Sebastian Brannstrom <sebastianb@symbian.org>
Tue, 15 Jun 2010 12:47:37 +0100
branchGCC_SURGE
changeset 46 5ab02bc213db
parent 0 f63038272f30
permissions -rw-r--r--
Bug 2946 - GCC compilation issues in BTSapSniffHandler.cpp. Note that the other reported errors are missing files, not GCC errors

/*
* Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  BT SAP Plugin resource
*
*/


#include <ecom/registryinfov2.rh>
#include <btengconstants.h>

RESOURCE REGISTRY_INFO theInfo
{
        resource_format_version = RESOURCE_FORMAT_VERSION_2;
        dll_uid = 0x101FFE46;
        interfaces =
        {
                INTERFACE_INFO
                {
                interface_uid = 0x2000277B;
                implementations = 
                        {
                        IMPLEMENTATION_INFO
                                {
                                implementation_uid = 0x101FFE46;
                                version_no         = 1;
                                display_name       = "BT SAP Plugin";
                                default_data       = "112D";
                                opaque_data        = "";
                                rom_only           = 1;
                                }
                        };
                }
        };
}