examples/AppFramework/UIControls/ControlFramework/group/ControlFramework.mmp

00001 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 //
00015 
00016 TARGET          controlframework.exe
00017 TARGETTYPE      exe
00018 
00019 UID             0x100039CE 0xE80000A5
00020 VENDORID        0x70000001
00021 
00022 SOURCEPATH      ../src
00023 SOURCE          ControlFrameworkApplication.cpp
00024 SOURCE          ControlFrameworkDocument.cpp
00025 SOURCE          ControlFrameworkAppUi.cpp
00026 SOURCE          ControlFrameworkView.cpp
00027 
00028 USERINCLUDE     ../inc
00029 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
00030 SYSTEMINCLUDE           /epoc32/include/techview
00031 SYSTEMINCLUDE           /epoc32/include/platform/app/techview
00032 
00033 
00034 LIBRARY         euser.lib 
00035 LIBRARY         apparc.lib 
00036 LIBRARY         cone.lib 
00037 LIBRARY         eikcore.lib
00038 LIBRARY         ws32.lib 
00039 LIBRARY         gdi.lib
00040 
00041 // Resource file
00042 SOURCEPATH      ../group
00043 START RESOURCE  ControlFramework.rss
00044 HEADER
00045 TARGETPATH      /resource/apps
00046 END
00047 
00048 // Registration file
00049 SOURCEPATH      .
00050 START RESOURCE  ControlFramework_reg.rss
00051 TARGETPATH      /private/10003a3f/apps
00052 END
00053 
00054 // Localization file
00055 SOURCEPATH      .
00056 START RESOURCE  ControlFramework_loc.rss
00057 TARGETPATH      /resource/apps
00058 END
00059 
00060 START bitmap    controlframework_icon.mbm
00061 HEADER
00062 TARGETPATH      /resource/apps
00063 SOURCEPATH      ../image
00064 SOURCE          c8 ControlFramework_24.bmp ControlFramework_2M.bmp
00065 SOURCE          c8 ControlFramework_32.bmp ControlFramework_3M.bmp
00066 SOURCE          c8 ControlFramework_48.bmp ControlFramework_4M.bmp
00067 END 
00068 SMPSAFE

Generated by  doxygen 1.6.2