sysanadatacapture/piprofiler/piprofiler/plugins/GeneralsPlugin/group/GeneralsSampler.mmp
changeset 1 3ff3fecb12fe
equal deleted inserted replaced
0:f0f2b8682603 1:3ff3fecb12fe
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "kernel/kern_ext.mmh"
       
    21 
       
    22 TARGET              PIProfilerGeneralsSampler.ldd
       
    23 CAPABILITY          ALL
       
    24 TARGETTYPE          LDD
       
    25 UID                 0x100000AF 0x2001E5B3
       
    26 VENDORID            VID_DEFAULT 
       
    27 
       
    28 OS_LAYER_KERNEL_SYSTEMINCLUDE
       
    29 USERINCLUDE         ../inc
       
    30 SOURCEPATH          ../src
       
    31 
       
    32 SOURCE              GeneralsDriver.cpp 
       
    33 SOURCE              GeneralsSampler.cia
       
    34 SOURCE              GppSamplerImpl.cpp 
       
    35 SOURCE              IttSamplerImpl.cpp 
       
    36 SOURCE              MemSamplerImpl.cpp 
       
    37 SOURCE              PriSamplerImpl.cpp 
       
    38 
       
    39 LIBRARY				ekern.lib
       
    40 
       
    41 epocallowdlldata
       
    42 
       
    43 start wins
       
    44 win32_headers
       
    45 end