os/ossrv/genericservices/systemagent/group/halsettings.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // halsettings.exe for Initialise and Persistence of HAL attributes
    15 // When macro defined trace messages are compiled in and sent to RDebug
    16 // This line must always be commented before submitting to the MCL. See haldebug.h
    17 // MACRO HALSETTINGS_TRACE
    18 // 
    19 //
    20 
    21 /**
    22  @file 
    23 */
    24 
    25 TARGET        halsettings.exe
    26 TARGETTYPE    exe
    27 UID           0 0x102825B1
    28 VENDORID	  0x70000001
    29 //High process priority slightly reduces the chance of it being run twice concurrently 
    30 EPOCPROCESSPRIORITY high
    31 CAPABILITY WriteDeviceData PowerMgmt MultimediaDD 
    32 
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 USERINCLUDE   ../src/inc
    35 SOURCEPATH    ../src/halsettings
    36 SOURCE        halsettings.cpp halfiles.cpp halpatchdata.cpp
    37 
    38 LIBRARY       euser.lib bafl.lib efsrv.lib hal.lib
    39 
    40 
    41 
    42 SMPSAFE