diff -r 90fe62538f66 -r 5f281e37a2f5 devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/src/ServicesDbApiTest.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/src/ServicesDbApiTest.rss Wed Sep 01 12:33:30 2010 +0100 @@ -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: Resource definitions for project ServicesDbApiTest +* +*/ +// --------------------------------------------------------------------------- +// r_da_services_mime +// This resource stores localized strings for the supported services, identified +// by their Uid and generic name. +// This resource is defined in the services_db.rh file +// --------------------------------------------------------------------------- +// +#include +#include +//#include +//#include +//#include +#include +//#include +//#include +//#include +#include +// RESOURCE IDENTIFIER +NAME SDBT // 4 letter ID +RESOURCE RSS_SIGNATURE { } +RESOURCE TBUF { buf=""; } + +RESOURCE DAS_SERVICES r_da_service_mime + { + services = + { + DAS_SERVICE_ENTRY + { + service_uid = 0x101; // NOT A REAL UID + service_name = "Open"; + service_localized_name = "Open Localized"; + }, + DAS_SERVICE_ENTRY + { + service_uid = 0x102; // NOT A REAL UID + service_name = "Upload"; + service_localized_name = "Upload Localized"; + }, + DAS_SERVICE_ENTRY + { + service_uid = 0x103; // NOT A REAL UID + service_name = "Print"; + service_localized_name = "Print Localized %U"; + } + }; + }