mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Secure_element: vts: Modify openBasicChannel as per OMAPI standard
CHANNEL_NOT_AVAILABLE should be returned when opening basic channel
is not permitted on the secure element
Test: Test with SIM1 HAL
Bug: 110945797
Merged-In: I2dd4eafaf4c534b49a37690a9baadcc5ac93190c
Change-Id: I2dd4eafaf4c534b49a37690a9baadcc5ac93190c
(cherry picked from commit ec5aa6af4d)
This commit is contained in:
committed by
Keun Soo Yim
parent
0b1461687f
commit
ecdec18c73
@@ -173,7 +173,7 @@ TEST_F(SecureElementHidlTest, openBasicChannel) {
|
||||
se_->closeChannel(0);
|
||||
return;
|
||||
}
|
||||
EXPECT_EQ(SecureElementStatus::UNSUPPORTED_OPERATION, statusReturned);
|
||||
EXPECT_EQ(SecureElementStatus::CHANNEL_NOT_AVAILABLE, statusReturned);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user