diff -r 3fec62e6e7fc -r 90fe62538f66 devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/src/ServicesDbApiTest.rss --- a/devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/src/ServicesDbApiTest.rss Thu Aug 19 09:55:50 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,62 +0,0 @@ -/* -* 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"; - } - }; - }