IVGCVSW-5665 Basic NN Driver support for next OS Version


Signed-off-by: Kevin May <kevin.may@arm.com>
Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
Change-Id: I1e1db52322092c6b1b7ac6183c3adc90aabcec24
diff --git a/ArmnnDriverImpl.cpp b/ArmnnDriverImpl.cpp
index 2381595..5ce88da 100644
--- a/ArmnnDriverImpl.cpp
+++ b/ArmnnDriverImpl.cpp
@@ -292,11 +292,11 @@
 }
 
 template<typename HalPolicy>
-Return<DeviceStatus> ArmnnDriverImpl<HalPolicy>::getStatus()
+Return<V1_0::DeviceStatus> ArmnnDriverImpl<HalPolicy>::getStatus()
 {
     ALOGV("ArmnnDriver::getStatus()");
 
-    return DeviceStatus::AVAILABLE;
+    return V1_0::DeviceStatus::AVAILABLE;
 }
 
 ///