kernel/eka/drivers/power/smppower/idlehelper_lib.mmp
branchRCL_3
changeset 43 c1f20ce4abcf
equal deleted inserted replaced
42:a179b74831c9 43:c1f20ce4abcf
       
     1 // Copyright (c) 2010 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 the License "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 // \drivers\power\smppower\smpidlehelper_lib.mmp
       
    15 // Helper library required to implement CPU idle
       
    16 // functionality in a SMP BSP.
       
    17 
       
    18 
       
    19 #define NO_EKERN_LIB
       
    20 #include "kernel/kern_ext.mmh"
       
    21 
       
    22 target				idlehelper.lib
       
    23 targettype			klib
       
    24 
       
    25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    26 
       
    27 sourcepath       ../../power/smppower
       
    28 source           idlehelper.cpp idlehelper.cia
       
    29 
       
    30 start wins
       
    31 win32_headers
       
    32 end
       
    33 
       
    34 capability		all
       
    35 
       
    36 vendorid 0x70000001
       
    37 
       
    38 SMPSAFE
       
    39