examples/Base/resourcemanager/resourcemanager.mmp

00001 // resourcemanager.mmp
00002 //
00003 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
00004 // All rights reserved.
00005 // This component and the accompanying materials are made available
00006 // under the terms of "Eclipse Public License v1.0"
00007 // which accompanies this distribution, and is available
00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00009 //
00010 // Initial Contributors:
00011 // Nokia Corporation - initial contribution.
00012 //
00013 // Contributors:
00014 //
00015 // Description:This example demonstrates the user side APIs of the 
00016 // Power Resource Manager Framework.
00017 
00018 
00019 TARGET  resourcemanager.exe
00020 TARGETTYPE      exe
00021 UID                     0 0xE80000F9
00022 //The application needs Power Management capability to use the Resource Manager user side APIs
00023 CAPABILITY              PowerMgmt 
00024 
00025 VENDORID 0x70000001
00026 
00027 SOURCEPATH      .
00028 SOURCE  resourcemanager.cpp
00029 
00030 SYSTEMINCLUDE   /epoc32/include 
00031 SYSTEMINCLUDE   /epoc32/include/drivers
00032 
00033 LIBRARY         euser.lib hal.lib
00034 
00035 SMPSAFE

Generated by  doxygen 1.6.2