| author | sl |
| Tue, 10 Jun 2014 14:32:02 +0200 | |
| changeset 1 | 260cb5ec6c19 |
| permissions | -rw-r--r-- |
| sl@0 | 1 |
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
| sl@0 | 2 |
// All rights reserved. |
| sl@0 | 3 |
// This component and the accompanying materials are made available |
| sl@0 | 4 |
// under the terms of "Eclipse Public License v1.0" |
| sl@0 | 5 |
// which accompanies this distribution, and is available |
| sl@0 | 6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
| sl@0 | 7 |
// |
| sl@0 | 8 |
// Initial Contributors: |
| sl@0 | 9 |
// Nokia Corporation - initial contribution. |
| sl@0 | 10 |
// |
| sl@0 | 11 |
// Contributors: |
| sl@0 | 12 |
// |
| sl@0 | 13 |
// Description: |
| sl@0 | 14 |
// |
| sl@0 | 15 |
|
| sl@0 | 16 |
#include <ecom/registryinfo.rh> |
| sl@0 | 17 |
#include <mmf/devvideo/devvideoplugininterfaceuids.hrh> |
| sl@0 | 18 |
#include "testciupluginuids.hrh" |
| sl@0 | 19 |
|
| sl@0 | 20 |
|
| sl@0 | 21 |
RESOURCE REGISTRY_INFO theinfo |
| sl@0 | 22 |
{
|
| sl@0 | 23 |
dll_uid = 0x1027382a; |
| sl@0 | 24 |
interfaces = |
| sl@0 | 25 |
{
|
| sl@0 | 26 |
INTERFACE_INFO |
| sl@0 | 27 |
{
|
| sl@0 | 28 |
interface_uid = KUidDevVideoDecoderHwDeviceDefine; |
| sl@0 | 29 |
implementations = |
| sl@0 | 30 |
{
|
| sl@0 | 31 |
IMPLEMENTATION_INFO |
| sl@0 | 32 |
{
|
| sl@0 | 33 |
implementation_uid = KUidDevVideoCiuTestDecodeHwDeviceDefine1; |
| sl@0 | 34 |
version_no = 1; |
| sl@0 | 35 |
display_name = "Test CIU Video Decoder 1"; |
| sl@0 | 36 |
default_data = ""; |
| sl@0 | 37 |
opaque_data = "0"; |
| sl@0 | 38 |
} |
| sl@0 | 39 |
}; |
| sl@0 | 40 |
}, |
| sl@0 | 41 |
INTERFACE_INFO |
| sl@0 | 42 |
{
|
| sl@0 | 43 |
interface_uid = KUidDevVideoPostProcessorHwDeviceDefine; |
| sl@0 | 44 |
implementations = |
| sl@0 | 45 |
{
|
| sl@0 | 46 |
IMPLEMENTATION_INFO |
| sl@0 | 47 |
{
|
| sl@0 | 48 |
implementation_uid = KUidDevVideoCiuTestPostProcHwDeviceDefine1; |
| sl@0 | 49 |
version_no = 1; |
| sl@0 | 50 |
display_name = "Test Video CIU Post-processor 1"; |
| sl@0 | 51 |
default_data = ""; |
| sl@0 | 52 |
opaque_data = "0"; |
| sl@0 | 53 |
} |
| sl@0 | 54 |
}; |
| sl@0 | 55 |
}, |
| sl@0 | 56 |
INTERFACE_INFO |
| sl@0 | 57 |
{
|
| sl@0 | 58 |
interface_uid = KUidDevVideoEncoderHwDeviceDefine; |
| sl@0 | 59 |
implementations = |
| sl@0 | 60 |
{
|
| sl@0 | 61 |
IMPLEMENTATION_INFO |
| sl@0 | 62 |
{
|
| sl@0 | 63 |
implementation_uid = KUidDevVideoCiuTestEncodeHwDeviceDefine1; |
| sl@0 | 64 |
version_no = 1; |
| sl@0 | 65 |
display_name = "Test Ciu Video Encoder 1"; |
| sl@0 | 66 |
default_data = ""; |
| sl@0 | 67 |
opaque_data = "0"; |
| sl@0 | 68 |
} |
| sl@0 | 69 |
}; |
| sl@0 | 70 |
}, |
| sl@0 | 71 |
INTERFACE_INFO |
| sl@0 | 72 |
{
|
| sl@0 | 73 |
interface_uid = KUidDevVideoPreProcessorHwDeviceDefine; |
| sl@0 | 74 |
implementations = |
| sl@0 | 75 |
{
|
| sl@0 | 76 |
IMPLEMENTATION_INFO |
| sl@0 | 77 |
{
|
| sl@0 | 78 |
implementation_uid = KUidDevVideoCiuTestPreProcHwDeviceDefine1; |
| sl@0 | 79 |
version_no = 1; |
| sl@0 | 80 |
display_name = "Test Video CIU Pre-processor 1"; |
| sl@0 | 81 |
default_data = ""; |
| sl@0 | 82 |
opaque_data = "0"; |
| sl@0 | 83 |
} |
| sl@0 | 84 |
}; |
| sl@0 | 85 |
} |
| sl@0 | 86 |
}; |
| sl@0 | 87 |
} |