Fixed "extra qualification" syntax errors.
/*
* Copyright (c) 1028 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: Resource definitions for project WSOviPlugin
*
*/
#include <ecom/registryinfo.rh>
RESOURCE REGISTRY_INFO theInfo
{
// UID for the DLL
dll_uid = 0x101F9759;
// Declare array of interface info
interfaces =
{
INTERFACE_INFO
{
// UID of interface that is implemented
#ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
interface_uid = 0x101F96F9;
#else
interface_uid = 0x101F9730;
#endif
implementations =
{
// frameworkID = "WS-Ovi"
IMPLEMENTATION_INFO
{
implementation_uid = 0x2001950F;
version_no = 1;
display_name = "Ovi SIF";
default_data = "com.nokia.ws.ovi.OviFramework";
opaque_data = "";
}
};
},
INTERFACE_INFO
{
// UID of interface that is implemented (Session Handler Interface)
#ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
interface_uid = 0x20000392;
#else
interface_uid = 0x10282C5B;
#endif
implementations =
{
// Validate Handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x20019510;
version_no = 1;
display_name = "Ovi Session Handler - Validate";
default_data = "urn:com.nokia.ws.ovi.handler.validate";
opaque_data = "";
},
// register Handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x20019511;
version_no = 1;
display_name = "Ovi Session Handler - Register";
default_data = "urn:com.nokia.ws.ovi.handler.register";
opaque_data = "";
},
// service update Handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x20019516;
version_no = 1;
display_name = "Ovi Session Handler - Service Update";
default_data = "urn:com.nokia.ws.ovi.handler.serviceUpdate";
opaque_data = "";
}
};
},
INTERFACE_INFO
{
// UID of interface that is implemented (Message Handler Interface)
#ifndef RD_SEN_COMPILE_SIS_PACKAGE_FILES
interface_uid = 0x20000393;
#else
interface_uid = 0x10282C5C;
#endif
implementations =
{
// device handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x20019512;
version_no = 1;
display_name = "Ovi Message Handler - Device";
default_data = "urn:com.nokia.ws.ovi.handler.device";
opaque_data = "";
},
// security handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x20019513;
version_no = 1;
display_name = "Ovi Message Handler - Security";
default_data = "urn:com.nokia.ws.ovi.handler.security";
opaque_data = "";
},
// credential collector handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x20019514;
version_no = 1;
display_name = "Ovi Message Handler - Credential Collector";
default_data = "urn:com.nokia.ws.ovi.handler.credentialCollector";
opaque_data = "";
},
// encoder handler
IMPLEMENTATION_INFO
{
implementation_uid = 0x20019515;
version_no = 1;
display_name = "Ovi Message Handler - Encoder";
default_data = "urn:com.nokia.ws.ovi.handler.encoder";
opaque_data = "";
}
};
}
};
}