12 Commits

Author SHA1 Message Date
Roshan Pius
78c10de4f5 nfc(frameworks): Consolidate NFC/SE owners file
Bug: N/A
Test: N/A
Change-Id: I1f1957c6fb2ddca4b7b132e02882e82ed2bfe656
2023-02-06 11:01:41 -08:00
Alisher Alikhodjaev
06b732607c Update OWNERS file
Test: none
Change-Id: I9c8527fa2f4e215349924340c0b3a4144d8fbccb
2023-01-17 15:53:41 -08:00
Jiyong Park
dd018a90c4 Freeze AIDL APIs for TM
V1 of android.media.audio.common.types is frozen.

V1 of android.se.omapi is frozen as well.

Bug: 225941299
Test: m
Change-Id: Iebf09810195f09b8656aed56e63ee2050c257ab6
2022-04-18 17:42:17 +00:00
Steven Moreland
df1fa99b01 Implement getInterfaceHash/Version (omapi)
As these interfaces get frozen for TM, java services
implementing the interfaces are required to implement getInterfaceHash
and getInterfaceVersion [1]

[1]
https://source.android.com/devices/architecture/aidl/stable-aidl#new-meta-interface-methods

Bug: 190577319
Test: m
Change-Id: I274f847ed8156acd0c4b288e306fcab2d380bcd5
2022-04-04 20:04:30 +00:00
subrahmanyaman
6ed8558bdb Added a VTS test to validate the schema of uuid config xml
A new VTS test is added to the OMAPI VTS to validate the schema of the
hal_uuid_map_config.xml file.

Bug: b/180640274
Test: atest --rebuild-module-info VtsHalOmapiSeServiceV1_TargetTest
Change-Id: Ib1ae39c0c33c066973ddc3fcb0b0c37535fa515e
2022-02-10 04:36:12 +00:00
Treehugger Robot
89b34a9b64 Merge "Add OWNERS file to omapi" 2022-01-28 03:30:17 +00:00
Steven Moreland
169eafcb30 Remove separate_platform_variant entries.
This no longer does anything.

Bug: 161456198
Test: build
Change-Id: I11329bd18de2f3e2f437fbcfd92e7a472be61070
2022-01-04 18:23:23 +00:00
Jack Yu
cbb439b0f0 Add OWNERS file to omapi
Copy original OMAPI OWNERS file to new OMAPI folder.

Test: build pass
Change-Id: Ib5343917591c9fff3e4dd16d20d539ee78c85eeb
2021-11-23 08:17:08 +00:00
Jack Yu
a7eb5e649c Fix work profile applications do not receive event transaction data
Extend the API to be able to check NFC event permission based on userId.
Update API naming.

Bug: 192994529
Bug: 201235792
Test: manually with CtsVerifier
Change-Id: I5dbf3af6f10063f47cf570ba3148d0ef9eb7a4e1
2021-11-23 08:05:56 +00:00
Rajesh Nyamagoud
890b4d755f replaced android.se.omapi-V1-ndk_platform library with android.se.omapi-V1-ndk
Test: make vts
Bug: b/180639372
Change-Id: I34b3cd0bd6c92bfe2ee57b5dbda73adc3c4d116e
2021-11-13 02:44:41 +00:00
Rajesh Nyamagoud
7cdc437fca VTS tests added for OMAPI Vendor stable interface
Test: Run omapi VTS test cases
Bug: b/180639372
Change-Id: I4c7e3703ca1badb4514c6dcc02b91b44fcaf5b61
2021-10-11 15:52:46 +00:00
Rajesh Nyamagoud
4fe64fb471 Support for OMAPI Vendor stable interface
Changes are made to existing OMAPI inteface to make it as Vendor Stable
Interface.

Bug: b/180639372
Test: Run OMAPI CTS and VTS tests

Change-Id: Ibfd23215ad180d78af843c0d0b394b42ba8e9daa
2021-10-11 15:51:58 +00:00