diff -r 000000000000 -r d0791faffa3f mtpfws/mtpfw/src/framework_config.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mtpfws/mtpfw/src/framework_config.rss Tue Feb 02 01:11:40 2010 +0200 @@ -0,0 +1,46 @@ +// Copyright (c) 2008-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: +// + +//#include + + +STRUCT ELEMENTSARRAY + { + STRUCT elements[]; + } + + +STRUCT DP_LOADING_CONFIG + { + LONG syncdp_uid; // SyncDP UID + LONG transport_uid[]; // array of Transport UIDs + } + +RESOURCE ELEMENTSARRAY r_elements_info + { + elements= + { + DP_LOADING_CONFIG + { + syncdp_uid = 0x2001B137; + transport_uid = { + 0x102827AC, + 0xA0004A61 + }; + } + //ADD New Data Provider Uid's with the supported Transport ID's + }; + + } \ No newline at end of file