diff -r 000000000000 -r 84ad3b177aa3 browserui/videoservices/group/VideoServices.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browserui/videoservices/group/VideoServices.mmp Mon Mar 30 12:49:49 2009 +0300 @@ -0,0 +1,73 @@ +/* +* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: Project specification file for VideoServices +* +*/ + +#include +#include +#include + +TARGET VideoServices.exe +TARGETTYPE exe + +UID 0x100039CE 0x10281893 +TARGETPATH /system/apps/VideoServices + +epocstacksize 0x5000 + +CAPABILITY CAP_APPLICATION +VENDORID VID_DEFAULT + +SOURCEPATH ../src +SOURCE VideoServicesApp.cpp +SOURCE VideoServicesAppUi.cpp +SOURCE VideoServicesDocument.cpp +SOURCE VideoServicesContainer.cpp + +START RESOURCE ../data/VideoServices.rss +HEADER +TARGETPATH APP_RESOURCE_DIR + +LANGUAGE_IDS +END + +START RESOURCE ../data/VideoServices_reg.rss +DEPENDS videoservices.rsg +// Do not change the UID below. +TARGETPATH /private/10003a3f/apps +END + +USERINCLUDE . ../inc + +SYSTEMINCLUDE . +APP_LAYER_SYSTEMINCLUDE +LIBRARY euser.lib +LIBRARY apparc.lib +LIBRARY cone.lib +LIBRARY eikcore.lib +LIBRARY avkon.lib +LIBRARY browserlauncher.lib +LIBRARY CentralRepository.lib + +START WINS +// ?wins_specific_information +END + +START MARM +// ?marm_specific_information +END + +// DEFFILE ?filename +