openvg/openvgrefimplementation/sfopenvg/group/vgi.mmp
changeset 43 7579f232bae7
child 57 2bf8a359aa2f
child 161 fc94f04c8014
equal deleted inserted replaced
36:01a6848ebfd7 43:7579f232bae7
       
     1 /*
       
     2 * Copyright (c) 2009 Symbian Foundation Ltd
       
     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 * Symbian Foundation Ltd - initial contribution.
       
    10 * 
       
    11 * Contributors:
       
    12 *
       
    13 * Description:
       
    14 * vgi mmp file
       
    15 */
       
    16 #include <egl\egluids.hrh> // For UID2 uid
       
    17 
       
    18 target          libvgi.dll		// Destination filename
       
    19 targettype      dll				// Binary build type
       
    20 //uid             KUidSharedDllUidValue KUidVGUDllUidValue		// File uids
       
    21 uid               0x1000008D            0x0ede0f2d 
       
    22 CAPABILITY      all -tcb
       
    23 vendorid        0x70000001
       
    24 
       
    25 
       
    26 OS_LAYER_SYSTEMINCLUDE
       
    27 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // OpenGL ES include files
       
    28 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(egl) // EGL include files
       
    29 
       
    30 macro __OPENVGHEADERS_USE_VG_1_1
       
    31 
       
    32 sourcepath      ..\vgi		// Relative path to source files
       
    33 
       
    34 source          vgi.cpp
       
    35 
       
    36 library         euser.lib     		// Mandatory
       
    37 library			libegl_sw.lib
       
    38 library			fbscli.lib
       
    39 
       
    40 deffile         libvgi.def