guestrendering/guestvideodriver/ldd/group/reqhandlerextension.mmp
branchbug235_bringup_0
changeset 51 4f400a6ea71f
parent 49 3b4f7e9d873f
child 52 39e5f73667ba
equal deleted inserted replaced
49:3b4f7e9d873f 51:4f400a6ea71f
     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 "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 // 
       
    15 //
       
    16 
       
    17 #include <kernel/kern_ext.mmh>
       
    18 
       
    19 
       
    20 TARGET reqhandlerextension.dll
       
    21 TARGETTYPE KEXT
       
    22 UID 0x1000008D
       
    23 VENDORID 0x70000001
       
    24 EXPORTLIBRARY   reqhandlerextension.lib
       
    25 LINKAS          reqhandlerextension.dll
       
    26 DEFFILE         /epoc32/include/def/eabi/reqhandlerextension.def
       
    27 
       
    28 CAPABILITY ALL
       
    29 
       
    30 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    31 // SYSTEMINCLUDE   /epoc32/include/drivers
       
    32 // SYSTEMINCLUDE   /epoc32/include/internal
       
    33 OS_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 USERINCLUDE     ../../../serialiser/inc
       
    36 
       
    37 USERINCLUDE ../inc
       
    38 SOURCEPATH ../src
       
    39 SOURCE reqhandlerextension.cpp
       
    40 
       
    41 
       
    42 EPOCALLOWDLLDATA
       
    43