• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NfcProperties.sysprop
2
3module: "vendor.nfc.nxp.NfcProps"
4# owner can be Platform or Vendor or Odm
5owner: Vendor
6
7# Defines all properties
8prop {
9    prop_name: "vendor.nfc.nxp.activestate.entrycount"
10    type: UInt
11    scope: Internal
12    access: ReadWrite
13    api_name: "activeStateEntryCount"
14}
15prop {
16    prop_name: "vendor.nfc.nxp.standbystate.entrycount"
17    type: UInt
18    scope: Internal
19    access: ReadWrite
20    api_name: "standbyStateEntryCount"
21}
22prop {
23    prop_name: "vendor.nfc.nxp.ulpdetstate.entrycount"
24    type: UInt
25    scope: Internal
26    access: ReadWrite
27    api_name: "ulpdetStateEntryCount"
28}
29prop {
30    prop_name: "vendor.nfc.nxp.activestate.tick"
31    type: UInt
32    scope: Internal
33    access: ReadWrite
34    api_name: "activeStateTick"
35}
36prop {
37    prop_name: "vendor.nfc.nxp.standbystate.tick"
38    type: UInt
39    scope: Internal
40    access: ReadWrite
41    api_name: "standbyStateTick"
42}
43prop {
44    prop_name: "vendor.nfc.nxp.ulpdetstate.tick"
45    type: UInt
46    scope: Internal
47    access: ReadWrite
48    api_name: "ulpdetStateTick"
49}
50