bluetoothengine/btsap/group/BTSap.mmp
changeset 57 5ebadcda06cb
parent 0 f63038272f30
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
    83 LIBRARY     hciproxy.lib            // for getting encryption key length
    83 LIBRARY     hciproxy.lib            // for getting encryption key length
    84 
    84 
    85 #ifdef _DUMMY_CUSTOM_API
    85 #ifdef _DUMMY_CUSTOM_API
    86 LIBRARY     DummyCustomAPI.lib      // Dummy Custom API
    86 LIBRARY     DummyCustomAPI.lib      // Dummy Custom API
    87 #else
    87 #else
    88 LIBRARY     CustomAPI.lib           // Custom API
    88 LIBRARY     customapi.lib           // Custom API
    89 #endif
    89 #endif
    90 
    90 
    91 DEBUGLIBRARY     flogger.lib        // File logging
    91 DEBUGLIBRARY     flogger.lib        // File logging
    92 // End of File
    92 // End of File