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