upnpframework/upnpaiwprovider/data/10208a15.rss
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
--- a/upnpframework/upnpaiwprovider/data/10208a15.rss	Mon Nov 01 13:44:24 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,121 +0,0 @@
-/*
-* Copyright (c) 1020 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 file for the UpnpAiwProvider interface.
-*
-*/
-
-
-// RESOURCE IDENTIFIER
-// n/a
-
-// INCLUDES
-#include <eikon.rh>
-#include <AiwCommon.hrh>
-#include "ecom/registryinfov2.rh"
-#include "upnpaiwprovideruids.hrh"
-
-// RESOURCE DEFINITIONS
-
-// --------------------------------------------------------------------------
-// theInfo
-// AIW interface definition for the UPnP AIW Media Provider.
-// --------------------------------------------------------------------------
-RESOURCE REGISTRY_INFO theInfo
-    {
-    resource_format_version = RESOURCE_FORMAT_VERSION_2;
-    dll_uid = KUPnPAiwProviderDllUid;
-    interfaces =
-        {
-
-        // -------------------------------------------------------------------
-        // Menu services
-        // -------------------------------------------------------------------
-        INTERFACE_INFO
-            {
-            interface_uid = KAiwClassMenu;
-            implementations =
-                {
-                IMPLEMENTATION_INFO
-                    {
-                    implementation_uid = KUPnPAiwEnableExternalMenuServiceUid;
-                    version_no = 2;
-                    display_name = "EnableExternal";
-                    default_data = "*";
-                    opaque_data = KAiwCmdUPnPEnableExternalStr;
-                    },
-                IMPLEMENTATION_INFO
-                    {
-                    implementation_uid = KUPnPAiwCopyToExternalMenuServiceUid;
-                    version_no = 2;
-                    display_name = "CopyToExternal";
-                    default_data = "*";
-                    opaque_data = KAiwCmdUPnPCopyStr;
-                    },
-                IMPLEMENTATION_INFO
-                    {
-                    implementation_uid = KUPnPAiwMoveToExternalMenuServiceUid;
-                    version_no = 2;
-                    display_name = "MoveToExternal";
-                    default_data = "*";
-                    opaque_data = KAiwCmdUPnPMoveStr;
-                    },
-                IMPLEMENTATION_INFO
-                    {
-                    implementation_uid = KUPnPAiwPlayOnExternalMenuServiceUid;
-                    version_no = 2;
-                    display_name = "PlayOnExternal";
-                    default_data = "*";
-                    opaque_data = KAiwCmdUPnPPlayStr;
-                    }
-                };
-            },
-
-        // -------------------------------------------------------------------
-        // Base services
-        // -------------------------------------------------------------------
-        INTERFACE_INFO
-            {
-            interface_uid = KAiwClassBase;
-            implementations =
-                {
-                IMPLEMENTATION_INFO
-                    {
-                    implementation_uid = KUPnPAiwEnableExternalMenuServiceUid;
-                    version_no = 2;
-                    display_name = "EnableExternal";
-                    default_data = "*";
-                    opaque_data = KAiwCmdUPnPEnableExternalStr;
-                    },
-                IMPLEMENTATION_INFO
-                    {
-                    implementation_uid = KUPnPAiwPlayOnExternalBaseServiceUid;
-                    version_no = 2;
-                    display_name = "PlayOnExternal";
-                    default_data = "*";
-                    opaque_data = KAiwCmdUPnPPlayStr;
-                    },
-                IMPLEMENTATION_INFO
-                    {
-                    implementation_uid = KUPnPAiwOpenExternalBaseServiceUid;
-                    version_no = 2;
-                    display_name = "OpenExternal";
-                    default_data = "*";
-                    opaque_data = KAiwCmdUPnPOpenStr;
-                    }
-                };
-            }
-        };
-    }
-
-// End of file