guestrendering/guestvideodriver/api/group/guestvideodriver.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 // Project file for Guest Video Driver Implementation
       
    15 
       
    16 #include <platform_paths.hrh>
       
    17 
       
    18 TARGET          guestvideohwapi.dll
       
    19 TARGETTYPE      dll
       
    20 UID             0x1000008D 0x20026A2F
       
    21 NOEXPORTLIBRARY
       
    22 LINKAS          guestvideohwapi.dll
       
    23 
       
    24 DEFFILE         /epoc32/include/def/eabi/guestvideohwapi.def
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_GENERAL_DLL
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 
       
    30 SOURCE          guestvideodriver.cpp
       
    31 
       
    32 USERINCLUDE     ../../../serialiser/inc
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE	../../../vghwserialiser/inc
       
    36 
       
    37 // Default system include paths for middleware layer modules
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    40 //SYSTEMINCLUDE   /epoc32/include/internal
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         vghwserialiser.lib
       
    44 
       
    45 LANG            SC