1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfunittest/ctlfrm/TS_CMMFTestController/101f7790.rss Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,126 @@
1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// Filename: 101f7790.RSS - Must match dll_uid.
1.18 +// The Http spi magic resource file
1.19 +//
1.20 +//
1.21 +
1.22 +#include <ecom/registryinfo.rh>
1.23 +#include <mmfplugininterfaceuids.hrh>
1.24 +#include <mmfcontrollerimplementationuids.hrh>
1.25 +#include <mmfformatimplementationuids.hrh>
1.26 +#include "CmmfTestControllerUIDs.hrh"
1.27 +
1.28 +
1.29 +
1.30 +RESOURCE REGISTRY_INFO theinfo //Any name can be used for the resource.
1.31 + {
1.32 + dll_uid = 0x101f7790; //The DLL's 3rd UID.
1.33 + interfaces =
1.34 + {
1.35 + INTERFACE_INFO
1.36 + {
1.37 + interface_uid = KMmfUidPluginInterfaceController; //ECOM UID for a Transport Adapter plug-in
1.38 + implementations =
1.39 + {
1.40 + // This DLL contains only a single adapter implementation.
1.41 + IMPLEMENTATION_INFO
1.42 + {
1.43 + implementation_uid = 0x101F88D8; //UID for this Adapter
1.44 + // Same value as in implementation table.
1.45 + version_no = 3;
1.46 + display_name = "CMMFTestController"; //Human readable string for UI purposes.
1.47 + default_data = "?";
1.48 + opaque_data = "<s>TSU_MMF_CTLFRM<n>yes<i>0x101F7D8D<p>0x101F7D8E<r>0x101F7D8F<a>5000000<d><t>0x4000";
1.49 + }
1.50 + };
1.51 + },
1.52 + INTERFACE_INFO
1.53 + {
1.54 + interface_uid = 0x101F7D8E;//play formats supported
1.55 + implementations =
1.56 + {
1.57 + IMPLEMENTATION_INFO
1.58 + {
1.59 + implementation_uid = KMmfUidFormatMBEGRead; //0x101F7D91;
1.60 + version_no = 1;
1.61 + display_name = "BP3 Format";
1.62 + default_data = "?";
1.63 + opaque_data = "<s>Symbian<i>0x101FF9FC<e>.mp3<m>audio/mbeg";
1.64 + },
1.65 + IMPLEMENTATION_INFO
1.66 + {
1.67 + implementation_uid = KMmfUidFormatPAVRead; //0x101F81B2;
1.68 + version_no = 1;
1.69 + display_name = "PAV Format";
1.70 + default_data = "?";
1.71 + opaque_data = "<s>Symbian<i>0x101FF9FD<e>.pav<h>RIFF????PAVE<m>audio/PAV";
1.72 + }
1.73 + };
1.74 + },
1.75 + INTERFACE_INFO
1.76 + {
1.77 + interface_uid = 0x101F7D8F;//record formats supported
1.78 + implementations =
1.79 + {
1.80 + IMPLEMENTATION_INFO
1.81 + {
1.82 + implementation_uid = KMmfUidFormatAIWrite; //0x101F81B7;
1.83 + version_no = 1;
1.84 + display_name = "AI Format";
1.85 + default_data = "?";
1.86 + opaque_data = "<s>Symbian<i>0x101F7D97<e>.ai<m>audio/ai";
1.87 + },
1.88 + IMPLEMENTATION_INFO
1.89 + {
1.90 + implementation_uid = KMmfUidFormatPAVWrite; //0x101F81B3;
1.91 + version_no = 1;
1.92 + display_name = "PAV Format";
1.93 + default_data = "?";
1.94 + opaque_data = "<s>Symbian<i>0x101FF9FE<e>.pav<h>RIFF????PAVE<m>audio/PAV";
1.95 + }
1.96 + };
1.97 + },
1.98 + INTERFACE_INFO
1.99 + {
1.100 + interface_uid = KMmfUidPluginInterfaceFormatDecode; //0x101F53BE;
1.101 + implementations =
1.102 + {
1.103 + IMPLEMENTATION_INFO
1.104 + {
1.105 + implementation_uid = KMmfUidFormatPAVRead; // CMMFPAVFormatRead
1.106 + version_no = 1;
1.107 + display_name = "PAV Read Format||Copyright 2002 Symbian Ltd. All Rights Reserved.||";
1.108 + default_data = "0x101F88D8";
1.109 + opaque_data = "<s>Symbian<i>0x101f5d07<e>.pav<h>RIFF????PAVE<m>audio/PAV";
1.110 + }
1.111 + };
1.112 + },
1.113 + INTERFACE_INFO
1.114 + {
1.115 + interface_uid = KMmfUidPluginInterfaceFormatEncode; //0x101F7D9B
1.116 + implementations =
1.117 + {
1.118 + IMPLEMENTATION_INFO
1.119 + {
1.120 + implementation_uid = KMmfUidFormatPAVWrite; // PAVWrite
1.121 + version_no = 1;
1.122 + display_name = "PAV Write Format||Copyright 2002 Symbian Ltd. All Rights Reserved.||";
1.123 + default_data = "0x101F88D8";
1.124 + opaque_data = "<s>Symbian<i>0x101FF9FF<e>.pav<h>RIFF????PAVE<m>audio/PAV";
1.125 + }
1.126 + };
1.127 + }
1.128 + };
1.129 + }