extras/about/group/about.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 21:21:28 +0300
branchRCL_3
changeset 22 bec11adf88f9
parent 0 3ee3dfdd8d69
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2002 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:  Project specification file of  about
*
*/

#include "../inc/about_test.hrh"
#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

TARGET 			about.exe
TARGETTYPE 		exe
UID             0x100039CE  0x10005A22
VENDORID	VID_DEFAULT

// Modified by build team
CAPABILITY 	CAP_APPLICATION


SOURCEPATH     ../src
SOURCE         AboutApp.cpp 
SOURCE         AboutAppUi.cpp
SOURCE         AboutDocument.cpp
SOURCE         AboutContainer.cpp
SOURCE         AboutImage.cpp
SOURCE         AboutResourceLoader.cpp
SOURCE         AboutResource.cpp

APP_LAYER_SYSTEMINCLUDE

USERINCLUDE    ../inc

SOURCEPATH    ../data

START RESOURCE about.rss
    HEADER
    TARGETPATH APP_RESOURCE_DIR
LANGUAGE_IDS
END

START RESOURCE about_oss_part_text.rss
    TARGET about_oss_part_text
    HEADER
    TARGETPATH APP_RESOURCE_DIR
LANGUAGE_IDS
END

START RESOURCE about_oss_other_text.rss
    TARGET about_oss_other_text
    HEADER
    TARGETPATH APP_RESOURCE_DIR
LANGUAGE_IDS
END

START RESOURCE about_reg.rss
    DEPENDS about.rsg
    TARGETPATH /private/10003a3f/apps
END

LIBRARY        apparc.lib
LIBRARY        avkon.lib
LIBRARY        bafl.lib
LIBRARY        cone.lib
LIBRARY        eikcoctl.lib
LIBRARY        eikcore.lib
LIBRARY        euser.lib
LIBRARY        fbscli.lib
LIBRARY        efsrv.lib
LIBRARY        aknskins.lib //for skin sbackground
LIBRARY        cdlengine.lib //for scalable ui
LIBRARY        gdi.lib
LIBRARY        aknicon.lib
LIBRARY        egul.lib
LIBRARY        aknlayout2scalable.lib
LIBRARY        sysversioninfo.lib
LIBRARY        commonengine.lib
LIBRARY        apgrfx.lib

// End of File