os/mm/mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController/aviplaycontroller.rss
First public contribution.
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #include "aviplaycontrolleruids.hrh"
17 #include <ecom/registryinfo.rh>
18 #include "mmfplugininterfaceuids.hrh"
19 #include <mmfcontrollerimplementationuids.hrh>
22 RESOURCE REGISTRY_INFO theInfo
24 dll_uid = KAviPlayControllerDllUid; //The DLL's 3rd UID.
29 interface_uid = KMmfUidPluginInterfaceController;
34 implementation_uid = KAviPlayControllerUid; //UID for this Adapter
35 // Same value as in implementation table.
37 display_name = "AviVideoPlayController"; //Human readable string for UI purposes.
38 default_data = "0x102737A7"; //Preferred Controller
39 opaque_data = "<s>Symbian<i>0x101F5D08<i>0x101F5D07<p>0x10273809<d>";
45 interface_uid = 0x10273809;
50 implementation_uid = KAviPlayFormatUid;
52 display_name = "Avi Play Format";
53 default_data = "0x102737A7"; //Preferred Controller
54 opaque_data = "<s>Symbian<i>0x101F5D08<i>0x101F5D07<e>.avi<h>RIFF????AVI<m>video/x-msvideo";