diff -r 000000000000 -r 4e1aa6a622a0 accessoryservices/pluggeddisplay/pluggeddisplayasy/data/2002138D.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/accessoryservices/pluggeddisplay/pluggeddisplayasy/data/2002138D.rss Tue Feb 02 00:53:00 2010 +0200 @@ -0,0 +1,62 @@ +/* +* Copyright (c) 2009 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: +* Ecom definitions file for Plugged Display ASY. +* +*/ + +// SYSTEM INCLUDES +#include +#include + +// USER INCLUDES +#include "pdasyconst.hrh" + +// RESOURCE DEFINITIONS +RESOURCE REGISTRY_INFO + { + resource_format_version = RESOURCE_FORMAT_VERSION_2; + dll_uid = PD_ASY_DLL_UID; + interfaces = + { + INTERFACE_INFO + { + // UID of interface that is implemented + interface_uid = KACCESSORYPLUGINAPIUID; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = PD_ASY_MAIN_SERVICE_IMPL_UID; + version_no = 1; + display_name = PD_ASY_MAIN_SERVICE_IMPL_UID_TEXT; + default_data = KACCESSORYPLUGINAPIMAINSERVICE; + opaque_data = "Heap=0x7fff"; + rom_only = 1; + }, + IMPLEMENTATION_INFO + { + implementation_uid = PD_ASY_CMD_HANDLER_IMPL_UID; + version_no = 1; + display_name = PD_ASY_MAIN_SERVICE_IMPL_UID_TEXT; + default_data = KACCESSORYPLUGINAPIHANDLER; + opaque_data = ""; + rom_only = 1; + } + }; + } + }; + } + +// End of File