diff options
Diffstat (limited to 'agl-identity-service/conf.d')
-rw-r--r-- | agl-identity-service/conf.d/cmake/config.cmake | 2 | ||||
-rw-r--r-- | agl-identity-service/conf.d/wgt/config.xml.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/agl-identity-service/conf.d/cmake/config.cmake b/agl-identity-service/conf.d/cmake/config.cmake index 04a9d45..c5fdae6 100644 --- a/agl-identity-service/conf.d/cmake/config.cmake +++ b/agl-identity-service/conf.d/cmake/config.cmake @@ -45,7 +45,7 @@ set(PROJECT_APP_TEMPLATES_DIR "../conf.d/app-templates") # Compilation Mode (DEBUG, RELEASE) # ---------------------------------- -set(USE_EFENCE 1) +set(USE_EFENCE 0) # Kernel selection if needed. You can choose between a # mandatory version to impose a minimal version. diff --git a/agl-identity-service/conf.d/wgt/config.xml.in b/agl-identity-service/conf.d/wgt/config.xml.in index 8d9f7f6..625b87f 100644 --- a/agl-identity-service/conf.d/wgt/config.xml.in +++ b/agl-identity-service/conf.d/wgt/config.xml.in @@ -16,5 +16,6 @@ <feature name="urn:AGL:widget:required-api"> <param name="lib/afb-identity-binding.so" value="local" /> <param name="nfc" value="auto" /> + <param name="ll-database" value="auto" /> </feature> </widget> |