diff -r 000000000000 -r 1bce908db942 natplugins/natpcliprovisioningnatfwadapter/data/10275407.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/natplugins/natpcliprovisioningnatfwadapter/data/10275407.rss Tue Feb 02 01:04:58 2010 +0200 @@ -0,0 +1,57 @@ +/* +* Copyright (c) 2006 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 NATFW adapter. +* +*/ + + +// INCLUDES +#include +#include "wpnatfwtraversaladapteruids.h" +#include "../../../inc/ipappsrvversionnumbers.h" + +// RESOURCE DEFINITIONS +// --------------------------------------------------------- +// +// theInfo +// NATFW Adapter plugin ECOM registration information. +// +// --------------------------------------------------------- +// +RESOURCE REGISTRY_INFO theInfo + { + resource_format_version = RESOURCE_FORMAT_VERSION_2; + dll_uid = KProvisioningNATFWTraversalAdapterUid3; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KProvisioningAdapterInterface; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KProvisioningNATFWTraversalAdapterUid; + version_no = KIpappsrvEcomVersionNumber; + display_name = "NAT/FW Traversal settings provisioning"; + default_data = ""; + opaque_data = "200"; + rom_only = 0; + } + }; + } + }; + } + +// End of file