diff -r 1ddbe54d0645 -r ccb4f6b3db21 accessoryservices/autoaudioasy/data/2002F9A3.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/accessoryservices/autoaudioasy/data/2002F9A3.rss Tue Aug 31 16:29:05 2010 +0300 @@ -0,0 +1,47 @@ +/* +* Copyright (c) 2010 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: Resource definitions for project autoaudioasy +* +*/ +#include +#include "AsyServiceUids.h" + +// Declares info for two implementations +RESOURCE REGISTRY_INFO autoaudioasy + { + // UID for the DLL. + resource_format_version = RESOURCE_FORMAT_VERSION_2; + dll_uid = 0x2002F9A3; + interfaces = + { + INTERFACE_INFO + { + // UID of interface that is implemented + interface_uid = KACCESSORYPLUGINAPIUID; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x2002F9A4; + version_no = 1; + display_name = "0x2002F9A3"; + default_data = KACCESSORYPLUGINAPIMAINSERVICE; + opaque_data = "autoaudioasy"; + rom_only = 1; + } + }; + } + }; + } +