omap3530/beagle_drivers/byd_touch/xyin.mmp
branchBeagle_BSP_dev
changeset 85 d93b485c1325
equal deleted inserted replaced
84:09e266454dcf 85:d93b485c1325
       
     1 // Copyright (c) 2008-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 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 // lukasz.forynski@gmail.com
       
    13 //
       
    14 // Description:
       
    15 // standard driver for a touch screen (digitizer).
       
    16 //
       
    17 
       
    18 
       
    19 #define __USING_ASSP_REGISTER_API__
       
    20 #define __USING_ASSP_INTERRUPT_API__
       
    21 
       
    22 #include            "beagle/variant.mmh"
       
    23 #include            "kernel/kern_ext.mmh"
       
    24 
       
    25 target              VariantTarget(byd_xyin,dll)
       
    26 targettype          kext
       
    27 linkas              byd_xyin.dll
       
    28 
       
    29 
       
    30 USERINCLUDE         inc
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 SYMBIAN_BASE_SYSTEMINCLUDE(assp)
       
    33 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    34 SYMBIAN_BASE_SYSTEMINCLUDE(assp/omap3530_assp)
       
    35 SYMBIAN_BASE_SYSTEMINCLUDE(assp/omap3530_shared)
       
    36 SYMBIAN_BASE_SYSTEMINCLUDE(beagle)
       
    37 
       
    38 sourcepath         ../../../../../os/kernelhwsrv/kernel/eka/drivers/xyin
       
    39 source             d_xyin.cpp
       
    40 
       
    41 sourcepath         common
       
    42 source             controller.cpp
       
    43 
       
    44 sourcepath         xyin
       
    45 source             xyin.cpp
       
    46 
       
    47 
       
    48 library            VariantTarget(ecust,lib) 
       
    49 library            AsspTarget(gpio,lib)
       
    50 library            AsspTarget(prcm,lib)
       
    51 library            iic.lib
       
    52 
       
    53 // once the PRM is ready..
       
    54 //#ifdef USE_SYMBIAN_PRM
       
    55 //library          VariantTarget(power,lib)
       
    56 //#endif
       
    57 
       
    58 VENDORID           0x70000001
       
    59 
       
    60 capability         all
       
    61 
       
    62 noexportlibrary
       
    63 
       
    64 EPOCALLOWDLLDATA
       
    65