config.tests/symbian/sgimagelite/main.cpp
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 3 11d3954df52a
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    22 ** Nokia at developer.feedback@nokia.com.
    22 ** Nokia at developer.feedback@nokia.com.
    23 **
    23 **
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #include <ncp_feature_consts.hrh>
    26 #include <ncp_feature_consts.hrh>
       
    27 #include <ncp_feature_settings.hrh>
    27 
    28 
    28 #ifndef VSW_GSW_SGIMAGELITE
    29 #ifndef VSW_GSW_SGIMAGELITE
    29 #error VSW_GSW_SGIMAGELITE not defined
    30 #error VSW_GSW_SGIMAGELITE not defined
    30 #endif
    31 #endif
    31 
    32 
    32 int main() { }
    33 int main() { return 0;}
       
    34