diff -r 000000000000 -r bb31fbe78861 h264_enc/arih264enchwdevice/src/20001C12.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/h264_enc/arih264enchwdevice/src/20001C12.rss Fri Jul 23 16:58:44 2010 +0100 @@ -0,0 +1,45 @@ +/* +* Copyright (c) 2009 Aricent and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: +* Aricent - initial contribution. +* +* Contributors: +* +* Description: +* Resource file for H264 encoder plugin. +* +*/ + +#include "registryinfo.rh" +#include "devvideoplugininterfaceuids.hrh" +#include "arih264enchwdeviceuids.hrh" + +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = KUidH264EncoderHwDeviceDllUid; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KUidDevVideoEncoderHwDeviceDefine; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KUidH264EncoderHwDeviceImplUid; + version_no = 1; + display_name = "Aricent H264 Video Enc HwDevice"; + default_data = "video/H264||video/H264; profile-level-id=*"; + opaque_data = "0"; + } + }; + } + }; + } +